mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix #936
This commit is contained in:
@@ -384,7 +384,7 @@ def worker():
|
|||||||
|
|
||||||
for i, t in enumerate(tasks):
|
for i, t in enumerate(tasks):
|
||||||
if abs(float(cfg_scale) - 1.0) < 1e-4:
|
if abs(float(cfg_scale) - 1.0) < 1e-4:
|
||||||
progressbar(10, f'Skipped negative #{i + 1} ...')
|
# progressbar(10, f'Skipped negative #{i + 1} ...')
|
||||||
t['uc'] = pipeline.clone_cond(t['c'])
|
t['uc'] = pipeline.clone_cond(t['c'])
|
||||||
else:
|
else:
|
||||||
progressbar(10, f'Encoding negative #{i + 1} ...')
|
progressbar(10, f'Encoding negative #{i + 1} ...')
|
||||||
|
|||||||
Reference in New Issue
Block a user