patrickvonplaten
commited on
Commit
•
76eb550
1
Parent(s):
ae42e46
Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,7 @@ image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-openpose/res
|
|
101 |
image = openpose(image)
|
102 |
|
103 |
controlnet = ControlNetModel.from_pretrained(
|
104 |
-
"
|
105 |
)
|
106 |
|
107 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
|
101 |
image = openpose(image)
|
102 |
|
103 |
controlnet = ControlNetModel.from_pretrained(
|
104 |
+
"lllyasviel/sd-controlnet-openpose", torch_dtype=torch.float16
|
105 |
)
|
106 |
|
107 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|