mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
less verbose
This commit is contained in:
@@ -45,7 +45,7 @@ def generate_clicked(*args):
|
||||
# help bad internet connection by skipping duplicated preview
|
||||
if len(worker.outputs) > 0: # if we have the next item
|
||||
if worker.outputs[0][0] == 'preview': # if the next item is also a preview
|
||||
print('Skipped one preview for better internet connection.')
|
||||
# print('Skipped one preview for better internet connection.')
|
||||
continue
|
||||
|
||||
percentage, title, image = product
|
||||
|
||||
Reference in New Issue
Block a user