Files
stable-diffusion-webui-forge/modules_forge/controlnet.py
lllyasviel 854b50376d i
2024-01-27 19:52:31 -08:00

11 lines
243 B
Python

def apply_controlnet_advanced(
unet,
controlnet,
image,
strength,
start_percent,
end_percent,
positive_advanced_weighting=None,
negative_advanced_weighting=None):
return unet