IDK-ab0ut commited on
Commit
9549f61
·
verified ·
1 Parent(s): 7e2c450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -119,6 +119,8 @@ pipeline = StableDiffusionXLPipeline.from_pretrained(
119
  model, torch_dtype=torch.float16,
120
  vae=vae).to("cuda")
121
  ```
 
 
122
 
123
  In case if you're experiencing `HTTP404` error because
124
  the program can't resolve your link, here's a simple fix.
 
119
  model, torch_dtype=torch.float16,
120
  vae=vae).to("cuda")
121
  ```
122
+ For manual download, just fill the `link` variable or any string variables you use to
123
+ load the VAE file with path directory of the .safetensors.
124
 
125
  In case if you're experiencing `HTTP404` error because
126
  the program can't resolve your link, here's a simple fix.