Fix batch & optimize

This commit is contained in:
AI-Casanova
2023-12-17 19:37:05 -06:00
parent 9e7757b7fe
commit 0b3e1f475d
3 changed files with 24 additions and 15 deletions
+1
View File
@@ -231,6 +231,7 @@ class StableDiffusionProcessing:
self.hdr_maximize = hdr_maximize
self.hdr_max_center = hdr_max_center
self.hdr_max_boundry = hdr_max_boundry
self.scheduled_prompt: bool = False
self.prompt_embeds = []
self.positive_pooleds = []
self.negative_embeds = []