recoilme commited on
Commit
e03b85e
·
verified ·
1 Parent(s): b127ea6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -44,8 +44,7 @@ https://imgsli.com/NDE1MzE0/5/2
44
  ### Diffusers
45
  ```
46
  from diffusers import AutoencoderKL
47
-
48
- vae = AutoencoderKL.from_pretrained("AiArtLab/sdxl_vae",subfolder="vae").cuda().half()
49
 
50
  ```
51
 
 
44
  ### Diffusers
45
  ```
46
  from diffusers import AutoencoderKL
47
+ vae = AutoencoderKL.from_pretrained("AiArtLab/simplevae",subfolder="vae").cuda().half()
 
48
 
49
  ```
50