mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
fix the problem of ruff of github
This commit is contained in:
parent
d859de37d9
commit
da45e73b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ class Api:
|
|||
task_id = create_task_id("text2img")
|
||||
if txt2imgreq.force_task_id is None:
|
||||
task_id = txt2imgreq.force_task_id
|
||||
|
||||
|
||||
script_runner = scripts.scripts_txt2img
|
||||
if not script_runner.scripts:
|
||||
script_runner.initialize_scripts(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue