Update README.md
Browse files
README.md
CHANGED
@@ -212,7 +212,7 @@ vae = AutoencoderKL.from_pretrained(
|
|
212 |
|
213 |
# Configure the pipeline
|
214 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
215 |
-
"
|
216 |
vae=vae,
|
217 |
torch_dtype=torch.float16,
|
218 |
use_safetensors=True,
|
|
|
212 |
|
213 |
# Configure the pipeline
|
214 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
215 |
+
"Linaqruf/animagine-xl-3.0",
|
216 |
vae=vae,
|
217 |
torch_dtype=torch.float16,
|
218 |
use_safetensors=True,
|