Andyrasika
commited on
Commit
•
927f05d
1
Parent(s):
b1fde73
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ import matplotlib.pyplot as plt
|
|
30 |
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
31 |
|
32 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
33 |
-
"/
|
34 |
)
|
35 |
pipe.enable_xformers_memory_efficient_attention()
|
36 |
pipe.to("cuda")
|
|
|
30 |
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
31 |
|
32 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
33 |
+
"Andyrasika/dreamshaper_sdxl1_diffusion ", torch_dtype=torch.float16, variant="fp16",vae=vae, use_safetensors=True
|
34 |
)
|
35 |
pipe.enable_xformers_memory_efficient_attention()
|
36 |
pipe.to("cuda")
|