mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-12 00:19:50 +00:00
Update controlnet.py
This commit is contained in:
@@ -7,4 +7,8 @@ def apply_controlnet_advanced(
|
||||
end_percent,
|
||||
positive_advanced_weighting=None,
|
||||
negative_advanced_weighting=None):
|
||||
return unet
|
||||
m = unet.clone()
|
||||
|
||||
|
||||
|
||||
return m
|
||||
|
||||
Reference in New Issue
Block a user