mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-09 13:49:48 +00:00
Refresh bug fix
This commit is contained in:
@@ -181,7 +181,8 @@ def img2img(id_task: str, mode: int, prompt: str, negative_prompt: str, prompt_s
|
||||
print(generation_info_js)
|
||||
|
||||
for img in processed.images:
|
||||
img.already_saved_as += f'?{int(time())}'
|
||||
if hasattr(img, 'already_saved_as'):
|
||||
img.already_saved_as += f'?{int(time())}'
|
||||
|
||||
if opts.do_not_show_images:
|
||||
processed.images = []
|
||||
|
Reference in New Issue
Block a user