patrickvonplaten commited on
Commit
c68042c
1 Parent(s): 40d2f27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -106,7 +106,7 @@ image = np.concatenate([image, image, image], axis=2)
106
  image = Image.fromarray(image)
107
 
108
  controlnet = ControlNetModel.from_pretrained(
109
- "fusing/stable-diffusion-v1-5-controlnet-canny", torch_dtype=torch.float16
110
  )
111
 
112
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
 
106
  image = Image.fromarray(image)
107
 
108
  controlnet = ControlNetModel.from_pretrained(
109
+ "lllyasviel/sd-controlnet-canny", torch_dtype=torch.float16
110
  )
111
 
112
  pipe = StableDiffusionControlNetPipeline.from_pretrained(