Update README.md
Browse files
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-
|
| 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(
|