ayushman-dashtoon commited on
Commit
1b3c6d4
1 Parent(s): adb792d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -185,7 +185,7 @@ vae = AutoencoderKL.from_pretrained(
185
 
186
  # Configure the pipeline
187
  pipe = StableDiffusionXLPipeline.from_pretrained(
188
- "Linaqruf/animagine-xl-3.0",
189
  vae=vae,
190
  torch_dtype=torch.bfloat16,
191
  use_safetensors=True,
 
185
 
186
  # Configure the pipeline
187
  pipe = StableDiffusionXLPipeline.from_pretrained(
188
+ "dashtoon/DashAnimeXL-V1",
189
  vae=vae,
190
  torch_dtype=torch.bfloat16,
191
  use_safetensors=True,