mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
keep randomId simpler
This commit is contained in:
@@ -49,8 +49,8 @@ def set_last_task_result(id_job, result):
|
||||
last_task_result = result
|
||||
|
||||
|
||||
def restore_progress_call(task_tag):
|
||||
if current_task is None or not current_task[5:-1].startswith(task_tag):
|
||||
def restore_progress_call():
|
||||
if current_task is None:
|
||||
|
||||
# image, generation_info, html_info, html_log
|
||||
return tuple(list([None, None, None, None]))
|
||||
|
Reference in New Issue
Block a user