xy1993 commited on
Commit
d2856fb
·
verified ·
1 Parent(s): d12362b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)