refactor prompt set

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-19 10:51:28 +01:00
parent 204bee6d2b
commit e8a158f4f5
6 changed files with 202 additions and 132 deletions
+7 -1
View File
@@ -48,7 +48,13 @@ def prepare_model(pipe = None):
class PromptEmbedder:
def __init__(self, prompts, negative_prompts, steps, clip_skip, p):
def __init__(self,
prompts,
negative_prompts,
steps,
clip_skip,
p,
):
t0 = time.time()
self.prompts = prompts
self.negative_prompts = negative_prompts