Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-02 20:15:30 +02:00
parent 668a94141d
commit 9d0ecde462
11 changed files with 92 additions and 6 deletions
+2 -2
View File
@@ -325,8 +325,8 @@ class StableDiffusionProcessing:
# initializers
self.prompt = prompt
self.seed = seed
self.subseed = subseed
self.seed = int(seed)
self.subseed = int(subseed)
self.subseed_strength = subseed_strength
self.seed_resize_from_h = seed_resize_from_h
self.seed_resize_from_w = seed_resize_from_w