Update prompt_parser.py

This commit is contained in:
lllyasviel
2024-01-27 13:58:32 -08:00
parent 7b1a1e510f
commit a313a09378

View File

@@ -338,7 +338,7 @@ def stack_conds_alter(tensors, weights):
full_weights = full_weights + float(w)
result = result / full_weights
return result
return result[None]
def reconstruct_multicond_batch(c: MulticondLearnedConditioning, current_step):