This commit is contained in:
lllyasviel
2024-01-28 00:07:10 -08:00
parent dcba2f77e9
commit fe8dbe2562
3 changed files with 10 additions and 5 deletions
@@ -89,7 +89,7 @@ class ControlNetExampleForge(scripts.Script):
unet = apply_controlnet_advanced(unet=unet, controlnet=self.model, image_bhwc=control_image,
strength=0.6, start_percent=0.0, end_percent=0.8,
positive_advanced_weighting=None, negative_advanced_weighting=None,
only_apply_to_one_frame_in_a_batch=None)
frame_advanced_weighting=None)
p.sd_model.forge_objects.unet = unet