Update README.md
Browse files
README.md
CHANGED
|
@@ -359,7 +359,7 @@ Specify the VAE path in the configuration file:
|
|
| 359 |
```json
|
| 360 |
{
|
| 361 |
|
| 362 |
-
"
|
| 363 |
}
|
| 364 |
```
|
| 365 |
|
|
@@ -367,7 +367,7 @@ Specify the VAE path in the configuration file:
|
|
| 367 |
```json
|
| 368 |
{
|
| 369 |
"use_lightvae": true,
|
| 370 |
-
"
|
| 371 |
}
|
| 372 |
```
|
| 373 |
|
|
@@ -377,7 +377,7 @@ Specify the VAE path in the configuration file:
|
|
| 377 |
{
|
| 378 |
"use_tae": true,
|
| 379 |
"need_scaled": true,
|
| 380 |
-
"
|
| 381 |
}
|
| 382 |
```
|
| 383 |
|
|
@@ -386,7 +386,7 @@ Specify the VAE path in the configuration file:
|
|
| 386 |
```json
|
| 387 |
{
|
| 388 |
"use_tae": true,
|
| 389 |
-
"
|
| 390 |
}
|
| 391 |
```
|
| 392 |
|
|
|
|
| 359 |
```json
|
| 360 |
{
|
| 361 |
|
| 362 |
+
"vae_path": "./models/vae/Wan2.1_VAE.pth"
|
| 363 |
}
|
| 364 |
```
|
| 365 |
|
|
|
|
| 367 |
```json
|
| 368 |
{
|
| 369 |
"use_lightvae": true,
|
| 370 |
+
"vae_path": "./models/vae/lightvaew2_1.pth"
|
| 371 |
}
|
| 372 |
```
|
| 373 |
|
|
|
|
| 377 |
{
|
| 378 |
"use_tae": true,
|
| 379 |
"need_scaled": true,
|
| 380 |
+
"tae_path": "./models/vae/lighttaew2_1.pth"
|
| 381 |
}
|
| 382 |
```
|
| 383 |
|
|
|
|
| 386 |
```json
|
| 387 |
{
|
| 388 |
"use_tae": true,
|
| 389 |
+
"tae_path": "./models/vae/taew2_1.pth"
|
| 390 |
}
|
| 391 |
```
|
| 392 |
|