Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ from diffusers.utils import load_image
|
|
| 54 |
|
| 55 |
controlnet = SD3ControlNetModel.from_pretrained("tensorart/SD3.5M-Controlnet-Depth")
|
| 56 |
pipe = StableDiffusion3ControlNetPipeline.from_pretrained(
|
| 57 |
-
"
|
| 58 |
controlnet=controlnet
|
| 59 |
)
|
| 60 |
pipe.to("cuda", torch.float16)
|
|
|
|
| 54 |
|
| 55 |
controlnet = SD3ControlNetModel.from_pretrained("tensorart/SD3.5M-Controlnet-Depth")
|
| 56 |
pipe = StableDiffusion3ControlNetPipeline.from_pretrained(
|
| 57 |
+
"tensorart/stable-diffusion-3.5-medium-turbo",
|
| 58 |
controlnet=controlnet
|
| 59 |
)
|
| 60 |
pipe.to("cuda", torch.float16)
|