mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-21 23:33:57 +00:00
Update unet_patcher.py
This commit is contained in:
@@ -119,7 +119,7 @@ class UnetPatcher(ModelPatcher):
|
||||
|
||||
unet.add_alphas_cumprod_modifier(modifier)
|
||||
p.sd_model.forge_objects.unet = unet
|
||||
|
||||
|
||||
return
|
||||
|
||||
This add_alphas_cumprod_modifier is the only patch option that should be used in process_batch()
|
||||
|
||||
Reference in New Issue
Block a user