YiYiXu commited on
Commit
bdce74a
1 Parent(s): c3be14b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ image = load_image("https://huggingface.co/datasets/hf-internal-testing/diffuser
56
  controlnet_conditioning_scale = 0.5 # recommended for good generalization
57
 
58
  controlnet = ControlNetModel.from_pretrained(
59
- "diffusers/controlnet-sdxl-1.0",
60
  torch_dtype=torch.float16
61
  )
62
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
 
56
  controlnet_conditioning_scale = 0.5 # recommended for good generalization
57
 
58
  controlnet = ControlNetModel.from_pretrained(
59
+ "diffusers/controlnet-canny-sdxl-1.0",
60
  torch_dtype=torch.float16
61
  )
62
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)