Update prompt_parser.py

This commit is contained in:
lllyasviel
2024-01-27 14:00:19 -08:00
parent a313a09378
commit a3b6396037

View File

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