lightx2v commited on
Commit
98ecbfa
·
verified ·
1 Parent(s): 42dc90d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -359,7 +359,7 @@ Specify the VAE path in the configuration file:
359
  ```json
360
  {
361
 
362
- "vae_pth": "./models/vae/Wan2.1_VAE.pth"
363
  }
364
  ```
365
 
@@ -367,7 +367,7 @@ Specify the VAE path in the configuration file:
367
  ```json
368
  {
369
  "use_lightvae": true,
370
- "vae_pth": "./models/vae/lightvaew2_1.pth"
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
- "tae_pth": "./models/vae/lighttaew2_1.pth"
381
  }
382
  ```
383
 
@@ -386,7 +386,7 @@ Specify the VAE path in the configuration file:
386
  ```json
387
  {
388
  "use_tae": true,
389
- "tae_pth": "./models/vae/taew2_1.pth"
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