mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-02 22:37:24 +00:00
11 lines
243 B
Python
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
|