Skip to content

Commit af02ee1

Browse files
authored
Merge branch 'master' into use-typing-list
2 parents 34c358d + 20f8ec8 commit af02ee1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎modules/prompt_parser.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ def __init__(self, shape, batch):
184184
self.shape: tuple = shape # the shape field is needed to send this object to DDIM/PLMS
185185
self.batch: List[List[ComposableScheduledPromptConditioning]] = batch
186186

187-
188187
def get_multicond_learned_conditioning(model, prompts, steps) -> MulticondLearnedConditioning:
189188
"""same as get_learned_conditioning, but returns a list of ScheduledPromptConditioning along with the weight objects for each prompt.
190189
For each prompt, the list is obtained by splitting the prompt using the AND separator.

0 commit comments

Comments
 (0)