Temporarily disable some options
This commit is contained in:
parent
480e89ca03
commit
9337ad5f5e
|
|
@ -1 +1 @@
|
|||
version = '1.0.65'
|
||||
version = '1.0.66'
|
||||
|
|
|
|||
|
|
@ -81,10 +81,11 @@ def worker():
|
|||
outputs.append(['preview', (5, f'Preparing positive text #{i + 1} ...', None)])
|
||||
current_seed = seed + i
|
||||
|
||||
suffix = pipeline.expansion(prompt, current_seed)
|
||||
p_txt = apply_style_positive(style_selction, prompt)
|
||||
|
||||
suffix = pipeline.expansion(p_txt, current_seed)
|
||||
print(f'[Prompt Expansion] New suffix: {suffix}')
|
||||
|
||||
p_txt = apply_style_positive(style_selction, prompt)
|
||||
p_txt = safe_str(p_txt) + suffix
|
||||
|
||||
tasks.append(dict(
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ from modules.path import fooocus_expansion_path
|
|||
|
||||
fooocus_magic_split = [
|
||||
', extremely',
|
||||
# ', trending',
|
||||
# ', intricate',
|
||||
# '. The',
|
||||
', trending',
|
||||
', intricate',
|
||||
'. The',
|
||||
]
|
||||
dangrous_patterns = '[]【】()()|::'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue