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