This commit is contained in:
lllyasviel
2024-01-28 07:29:29 -08:00
parent c3159c0e0e
commit d6be5605aa
2 changed files with 2 additions and 0 deletions

View File

@@ -476,6 +476,7 @@ class ControlNetExampleForge(scripts.Script):
positive_advanced_weighting = None
negative_advanced_weighting = None
advanced_frame_weighting = None
advanced_sigma_weighting = None
unet = apply_controlnet_advanced(unet=unet, controlnet=self.model, image_bhwc=control_image,
strength=0.6, start_percent=0.0, end_percent=0.8,

View File

@@ -128,6 +128,7 @@ class ControlNetExampleForge(scripts.Script):
positive_advanced_weighting = None
negative_advanced_weighting = None
advanced_frame_weighting = None
advanced_sigma_weighting = None
unet = apply_controlnet_advanced(unet=unet, controlnet=self.model, image_bhwc=control_image,
strength=0.6, start_percent=0.0, end_percent=0.8,