patrickvonplaten commited on
Commit
53148e3
1 Parent(s): 3c3c4c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- "fusing/stable-diffusion-v1-5-controlnet-depth", torch_dtype=torch.float16
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(