update changelog

This commit is contained in:
Vladimir Mandic
2023-10-17 08:47:25 -04:00
parent 898d9ea806
commit 53c7713e4d
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -171,6 +171,7 @@ class StableDiffusionProcessing:
self.s_max = shared.opts.s_max
self.s_tmin = shared.opts.s_tmin
self.s_tmax = float('inf') # not representable as a standard ui option
self.refiner_switch_at = 0 # a1111 compatibility item
self.comments = {}
self.is_api = False
self.resize_mode: int = 0