Commit
·
53148e3
1
Parent(s):
3c3c4c8
Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ image = np.concatenate([image, image, image], axis=2)
|
|
96 |
image = Image.fromarray(image)
|
97 |
|
98 |
controlnet = ControlNetModel.from_pretrained(
|
99 |
-
"
|
100 |
)
|
101 |
|
102 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
|
96 |
image = Image.fromarray(image)
|
97 |
|
98 |
controlnet = ControlNetModel.from_pretrained(
|
99 |
+
"lllyasviel/sd-controlnet-depth", torch_dtype=torch.float16
|
100 |
)
|
101 |
|
102 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|