Update README.md
Browse files
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.
|