parent
eff00413ae
commit
29e13867bf
@ -181,7 +181,6 @@ def img2img(id_task: str, mode: int, prompt: str, negative_prompt: str, prompt_s
|
||||
print(generation_info_js)
|
||||
|
||||
for img in processed.images:
|
||||
if hasattr(img, 'already_saved_as'):
|
||||
img.already_saved_as += f'?{int(time())}'
|
||||
|
||||
if opts.do_not_show_images:
|
||||
|
@ -65,7 +65,6 @@ def txt2img(id_task: str, prompt: str, negative_prompt: str, prompt_styles, step
|
||||
print(generation_info_js)
|
||||
|
||||
for img in processed.images:
|
||||
if hasattr(img, 'already_saved_as'):
|
||||
img.already_saved_as += f'?{int(time())}'
|
||||
|
||||
if opts.do_not_show_images:
|
||||
|
Loading…
Reference in New Issue
Block a user