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