kadirnar commited on
Commit
bc13541
1 Parent(s): fab8667

Update diffusion_webui/controlnet/controlnet_pose.py

Browse files
diffusion_webui/controlnet/controlnet_pose.py CHANGED
@@ -56,7 +56,7 @@ def stable_diffusion_controlnet_pose(
56
  )
57
 
58
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
59
- pretrained_model_name_or_path=-stable_model_path,
60
  controlnet=controlnet,
61
  safety_checker=None,
62
  torch_dtype=torch.float16,
 
56
  )
57
 
58
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
59
+ pretrained_model_name_or_path=stable_model_path,
60
  controlnet=controlnet,
61
  safety_checker=None,
62
  torch_dtype=torch.float16,