This commit is contained in:
Vladimir Mandic
2024-02-18 06:58:04 -05:00
parent 38421e37d0
commit bdce5c1710
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ class StableDiffusionProcessing:
self.s_tmax = float('inf') # not representable as a standard ui option
self.task_args = {}
# a1111 compatibility items
self.batch_index = 0
self.refiner_switch_at = 0
self.hr_prompt = ''
self.all_hr_prompts = []