Linaqruf commited on
Commit
e30742b
1 Parent(s): a967f01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -212,7 +212,7 @@ vae = AutoencoderKL.from_pretrained(
212
 
213
  # Configure the pipeline
214
  pipe = StableDiffusionXLPipeline.from_pretrained(
215
- "cagliostrolab/animagine-xl-3.0",
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,