Update README.md
Browse filesadd diffusers pipline
README.md
CHANGED
@@ -113,10 +113,10 @@ image = load_image("https://huggingface.co/datasets/hf-internal-testing/diffuser
|
|
113 |
controlnet_conditioning_scale = 0.5
|
114 |
|
115 |
controlnet = ControlNetModel.from_pretrained(
|
116 |
-
"
|
117 |
torch_dtype=torch.float16
|
118 |
)
|
119 |
-
vae = AutoencoderKL.from_pretrained("
|
120 |
pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
|
121 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
122 |
controlnet=controlnet,
|
|
|
113 |
controlnet_conditioning_scale = 0.5
|
114 |
|
115 |
controlnet = ControlNetModel.from_pretrained(
|
116 |
+
"TheMistoAI/MistoLine",
|
117 |
torch_dtype=torch.float16
|
118 |
)
|
119 |
+
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
120 |
pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
|
121 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
122 |
controlnet=controlnet,
|