hyoungwoncho commited on
Commit
0421e9d
1 Parent(s): 78e8159

Update openpose_example.py

Browse files
Files changed (1) hide show
  1. openpose_example.py +1 -1
openpose_example.py CHANGED
@@ -13,7 +13,7 @@ controlnet = ControlNetModel.from_pretrained(
13
 
14
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
15
  "runwayml/stable-diffusion-v1-5",
16
- custom_pipeline="/home/cvlab04/project/hyoungwon/sd_perturbed_attention_guidance_controlnet",
17
  controlnet=controlnet,
18
  torch_dtype=torch.float16
19
  )
 
13
 
14
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
15
  "runwayml/stable-diffusion-v1-5",
16
+ custom_pipeline="hyoungwoncho/sd_perturbed_attention_guidance_controlnet",
17
  controlnet=controlnet,
18
  torch_dtype=torch.float16
19
  )