Update openpose_example.py
Browse files- 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="/
|
| 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 |
)
|