Update controlnet.py

This commit is contained in:
lllyasviel 2024-01-27 19:53:51 -08:00
parent 03627429a2
commit 924a80ac01

View File

@ -9,6 +9,4 @@ def apply_controlnet_advanced(
negative_advanced_weighting=None):
m = unet.clone()
return m