mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-25 09:13:59 +00:00
Update prompt_parser.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user