Update README.md
Browse files
README.md
CHANGED
@@ -122,6 +122,8 @@ pipeline = StableDiffusionXLPipeline.from_pretrained(
|
|
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.
|
127 |
|
|
|
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 |
+
##### Troubleshooting 🔧
|
126 |
+
|
127 |
In case if you're experiencing `HTTP404` error because
|
128 |
the program can't resolve your link, here's a simple fix.
|
129 |
|