Update README.md
Browse files
README.md
CHANGED
@@ -153,8 +153,8 @@ HuggingFace, but you must comply with the model's license before continuing. To
|
|
153 |
use `wget` or `curl` command to get the file from outside HuggingFace.
|
154 |
|
155 |
Before downloading, to organize the VAE file you want to use and download, change
|
156 |
-
the directory to save the downloaded model with `cd
|
157 |
-
|
158 |
for both `wget` and `curl`.
|
159 |
```py
|
160 |
# For 'wget'
|
|
|
153 |
use `wget` or `curl` command to get the file from outside HuggingFace.
|
154 |
|
155 |
Before downloading, to organize the VAE file you want to use and download, change
|
156 |
+
the directory to save the downloaded model with `cd`.
|
157 |
+
Use `-O` option before specifying the file's link and name. It's the same thing
|
158 |
for both `wget` and `curl`.
|
159 |
```py
|
160 |
# For 'wget'
|