dpm flowmatch

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-17 12:43:46 -05:00
parent bbd224c9f0
commit aa52feb757
12 changed files with 957 additions and 29 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ class StableDiffusionProcessing:
# a1111 compatibility items
shared.opts.data['clip_skip'] = int(self.clip_skip) # for compatibility with a1111 sd_hijack_clip
self.seed_enable_extras: bool = True,
self.seed_enable_extras: bool = True
self.is_using_inpainting_conditioning = False # a111 compatibility
self.batch_index = 0
self.refiner_switch_at = 0