YiYiXu commited on
Commit
71d44d7
1 Parent(s): 8032797

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ image = load_image("https://huggingface.co/datasets/hf-internal-testing/diffuser
48
  controlnet_conditioning_scale = 0.5 # recommended for good generalization
49
 
50
  controlnet = ControlNetModel.from_pretrained(
51
- "diffusers/controlnet-sdxl-1.0", subfolder="checkpoint-3000/controlnet", torch_dtype=torch.float16
52
  )
53
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
54
  pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
 
48
  controlnet_conditioning_scale = 0.5 # recommended for good generalization
49
 
50
  controlnet = ControlNetModel.from_pretrained(
51
+ "diffusers/controlnet-sdxl-1.0", subfolder="finetuned-from-20000-on-1024-checkpoint-24000", torch_dtype=torch.float16
52
  )
53
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
54
  pipe = StableDiffusionXLControlNetPipeline.from_pretrained(