mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Temporarily disable some options
This commit is contained in:
+1
-1
@@ -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)])
|
outputs.append(['preview', (5, f'Preparing positive text #{i + 1} ...', None)])
|
||||||
current_seed = seed + i
|
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}')
|
print(f'[Prompt Expansion] New suffix: {suffix}')
|
||||||
|
|
||||||
p_txt = apply_style_positive(style_selction, prompt)
|
|
||||||
p_txt = safe_str(p_txt) + suffix
|
p_txt = safe_str(p_txt) + suffix
|
||||||
|
|
||||||
tasks.append(dict(
|
tasks.append(dict(
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ from modules.path import fooocus_expansion_path
|
|||||||
|
|
||||||
fooocus_magic_split = [
|
fooocus_magic_split = [
|
||||||
', extremely',
|
', extremely',
|
||||||
# ', trending',
|
', trending',
|
||||||
# ', intricate',
|
', intricate',
|
||||||
# '. The',
|
'. The',
|
||||||
]
|
]
|
||||||
dangrous_patterns = '[]【】()()|::'
|
dangrous_patterns = '[]【】()()|::'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user