lightx2v commited on
Commit
3e95b59
·
verified ·
1 Parent(s): f20f580

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -287,9 +287,9 @@ Specify the VAE path in the configuration file:
287
  **Using LightTAE Series:**
288
  ```json
289
  {
290
- "use_tiny_vae": true,
291
  "need_scaled": true,
292
- "tiny_vae_path": "./models/vae/lighttaew2_1.pth"
293
  }
294
  ```
295
 
@@ -297,8 +297,8 @@ Specify the VAE path in the configuration file:
297
  **Using TAE Series:**
298
  ```json
299
  {
300
- "use_tiny_vae": true,
301
- "tiny_vae_path": "./models/vae/taew2_1.pth"
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