mehdiPrunaAI commited on
Commit
7b2d9de
·
verified ·
1 Parent(s): 3427132

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -144,7 +144,7 @@ pipeline (recommended). (~4 s @ 24 fps)
144
  **Δ-frame PSNR** is PSNR on consecutive-frame
145
  differences (temporal consistency).
146
 
147
- ## Test
148
 
149
  End-to-end smoke test: generate a short video with the diffusers LTX-2.3
150
  **distilled** two-stage pipeline, then decode the same latent with the stock
@@ -163,7 +163,7 @@ cd PrunaVAED
163
  pip install -r requirements-test.txt
164
 
165
  # 4. Run the test (~1080p, ~5 s @ 24 fps)
166
- python tests/test_distilled_decode.py
167
  ```
168
 
169
  Outputs land in `outputs/test_distilled/` (`ltx23.mp4`, `prunavaed.mp4`).
 
144
  **Δ-frame PSNR** is PSNR on consecutive-frame
145
  differences (temporal consistency).
146
 
147
+ ## Quickstart
148
 
149
  End-to-end smoke test: generate a short video with the diffusers LTX-2.3
150
  **distilled** two-stage pipeline, then decode the same latent with the stock
 
163
  pip install -r requirements-test.txt
164
 
165
  # 4. Run the test (~1080p, ~5 s @ 24 fps)
166
+ python demo/demo_distilled_decode.py
167
  ```
168
 
169
  Outputs land in `outputs/test_distilled/` (`ltx23.mp4`, `prunavaed.mp4`).