2 parents 34c358d + 20f8ec8 commit af02ee1Copy full SHA for af02ee1
1 file changed
modules/prompt_parser.py
@@ -184,7 +184,6 @@ def __init__(self, shape, batch):
184
self.shape: tuple = shape # the shape field is needed to send this object to DDIM/PLMS
185
self.batch: List[List[ComposableScheduledPromptConditioning]] = batch
186
187
-
188
def get_multicond_learned_conditioning(model, prompts, steps) -> MulticondLearnedConditioning:
189
"""same as get_learned_conditioning, but returns a list of ScheduledPromptConditioning along with the weight objects for each prompt.
190
For each prompt, the list is obtained by splitting the prompt using the AND separator.
0 commit comments