aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVespinian <vespinian@proton.me>2023-03-16 02:27:54 +0000
committerVespinian <vespinian@proton.me>2023-03-16 02:27:54 +0000
commitf04bd037a51de3c65072581d9a7dfed1d0d2887e (patch)
tree6430b6e3b042d1fffb129dffe219bf95070bd62f
parentdfa258de5f87ea7f5ff49e29ddf6e7b34ff8ebff (diff)
downloadstable-diffusion-webui-gfx803-f04bd037a51de3c65072581d9a7dfed1d0d2887e.tar.gz
stable-diffusion-webui-gfx803-f04bd037a51de3c65072581d9a7dfed1d0d2887e.tar.bz2
stable-diffusion-webui-gfx803-f04bd037a51de3c65072581d9a7dfed1d0d2887e.zip
Comment fix
-rw-r--r--modules/api/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/api/api.py b/modules/api/api.py
index afbc202a..8c06cf20 100644
--- a/modules/api/api.py
+++ b/modules/api/api.py
@@ -217,7 +217,7 @@ class Api:
if "args" in request.alwayson_scripts[alwayson_script_name]:
script_args[alwayson_script.args_from:alwayson_script.args_to] = request.alwayson_scripts[alwayson_script_name]["args"]
- # Remove always on scripts that were not included in the request by resetting the script list in out ScriptRunner
+ # Remove always on scripts that were not included in the request by resetting the script list in our ScriptRunner
script_runner.alwayson_scripts.clear()
script_runner.alwayson_scripts = alwayson_script_to_run
script_runner.scripts.clear()