Andyrasika commited on
Commit
62f9249
1 Parent(s): f555d6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ import matplotlib.pyplot as plt
31
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
32
 
33
  pipe = StableDiffusionXLPipeline.from_pretrained(
34
- "Andyrasika/dreamshaper_sdxl1_diffusion ", torch_dtype=torch.float16, variant="fp16",vae=vae, use_safetensors=True
35
  )
36
  pipe.enable_xformers_memory_efficient_attention()
37
  pipe.to("cuda")
 
31
  vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
32
 
33
  pipe = StableDiffusionXLPipeline.from_pretrained(
34
+ "Andyrasika/dreamshaper_sdxl1_diffusion ", torch_dtype=torch.float16, variant="fp16",vae=vae
35
  )
36
  pipe.enable_xformers_memory_efficient_attention()
37
  pipe.to("cuda")