Update README.md
Browse files
README.md
CHANGED
|
@@ -287,9 +287,9 @@ Specify the VAE path in the configuration file:
|
|
| 287 |
**Using LightTAE Series:**
|
| 288 |
```json
|
| 289 |
{
|
| 290 |
-
"
|
| 291 |
"need_scaled": true,
|
| 292 |
-
"
|
| 293 |
}
|
| 294 |
```
|
| 295 |
|
|
@@ -297,8 +297,8 @@ Specify the VAE path in the configuration file:
|
|
| 297 |
**Using TAE Series:**
|
| 298 |
```json
|
| 299 |
{
|
| 300 |
-
"
|
| 301 |
-
"
|
| 302 |
}
|
| 303 |
```
|
| 304 |
|
|
|
|
| 287 |
**Using LightTAE Series:**
|
| 288 |
```json
|
| 289 |
{
|
| 290 |
+
"use_tae": true,
|
| 291 |
"need_scaled": true,
|
| 292 |
+
"tae_pth": "./models/vae/lighttaew2_1.pth"
|
| 293 |
}
|
| 294 |
```
|
| 295 |
|
|
|
|
| 297 |
**Using TAE Series:**
|
| 298 |
```json
|
| 299 |
{
|
| 300 |
+
"use_tae": true,
|
| 301 |
+
"tae_pth": "./models/vae/taew2_1.pth"
|
| 302 |
}
|
| 303 |
```
|
| 304 |
|