Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ from diffusers.utils import load_image
|
|
25 |
|
26 |
controlnet = SD3ControlNetModel.from_pretrained("tensorart/SD3.5M-Controlnet-Depth")
|
27 |
pipe = StableDiffusion3ControlNetPipeline.from_pretrained(
|
28 |
-
"stabilityai/stable-diffusion-3-medium",
|
29 |
controlnet=controlnet
|
30 |
)
|
31 |
pipe.to("cuda", torch.float16)
|
|
|
25 |
|
26 |
controlnet = SD3ControlNetModel.from_pretrained("tensorart/SD3.5M-Controlnet-Depth")
|
27 |
pipe = StableDiffusion3ControlNetPipeline.from_pretrained(
|
28 |
+
"stabilityai/stable-diffusion-3.5-medium",
|
29 |
controlnet=controlnet
|
30 |
)
|
31 |
pipe.to("cuda", torch.float16)
|