fix handling of p.seeds

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-19 11:35:21 +01:00
parent cc0b0e8e3d
commit ae357a5e49
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -313,6 +313,8 @@ class StableDiffusionProcessing:
self.negative_prompts = None
self.all_prompts = None
self.all_negative_prompts = None
self.seeds = []
self.subseeds = []
self.all_seeds = None
self.all_subseeds = None