mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Merge pull request #2631 from AI-Casanova/prompt-callback
Prompt Scheduling for Diffusers
This commit is contained in:
@@ -231,6 +231,11 @@ 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 = []
|
||||
self.negative_pooleds = []
|
||||
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user