ayushman-dashtoon
commited on
Commit
•
1b3c6d4
1
Parent(s):
adb792d
Update README.md
Browse files
README.md
CHANGED
@@ -185,7 +185,7 @@ vae = AutoencoderKL.from_pretrained(
|
|
185 |
|
186 |
# Configure the pipeline
|
187 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
188 |
-
"
|
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,
|