This commit is contained in:
lllyasviel 2023-11-15 02:25:49 -08:00
parent 8c49bb1cba
commit a662567f6c
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ def worker():
for i, t in enumerate(tasks):
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'])
else:
progressbar(10, f'Encoding negative #{i + 1} ...')