extension compatibility patches

This commit is contained in:
Vladimir Mandic
2023-10-10 10:12:31 -04:00
parent 188fb1efcd
commit bfdafb6215
6 changed files with 242 additions and 10 deletions
+1
View File
@@ -168,6 +168,7 @@ class StableDiffusionProcessing:
self.s_tmin = shared.opts.s_tmin
self.s_tmax = float('inf') # not representable as a standard ui option
self.comments = {}
self.is_api = False
shared.opts.data['clip_skip'] = clip_skip
@property