Update unet_patcher.py

This commit is contained in:
lllyasviel
2024-02-03 23:05:06 -08:00
parent 8be7b347aa
commit a3245e3eb1

View File

@@ -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()