fix awalys on script args

This commit is contained in:
Vladimir Mandic
2023-04-29 12:37:33 -04:00
parent 79c7e9d045
commit cd580866a7
9 changed files with 77 additions and 116 deletions
+1
View File
@@ -161,6 +161,7 @@ class StableDiffusionProcessing:
self.seed_resize_from_w = 0
self.scripts = None
self.script_args = script_args
self.per_script_args = {}
self.all_prompts = None
self.all_negative_prompts = None
self.all_seeds = None