patrickvonplaten commited on
Commit
76eb550
1 Parent(s): ae42e46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-openpose/res
101
  image = openpose(image)
102
 
103
  controlnet = ControlNetModel.from_pretrained(
104
- "fusing/stable-diffusion-v1-5-controlnet-openpose", torch_dtype=torch.float16
105
  )
106
 
107
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
 
101
  image = openpose(image)
102
 
103
  controlnet = ControlNetModel.from_pretrained(
104
+ "lllyasviel/sd-controlnet-openpose", torch_dtype=torch.float16
105
  )
106
 
107
  pipe = StableDiffusionControlNetPipeline.from_pretrained(