Skip to content

Commit 738afda

Browse files
committed
renamed files
1 parent bf4a646 commit 738afda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ To generate images, run the following command:
177177
## LTX-Video
178178
- In the folder src/maxdiffusion/models/ltx_video/utils, run:
179179
```bash
180-
python convert_torch_weights_to_jax.py --ckpt_path [LOCAL DIRECTORY FOR WEIGHTS] --transformer_config_path ../xora_v1.2-13B-balanced-128.json
180+
python convert_torch_weights_to_jax.py --ckpt_path [LOCAL DIRECTORY FOR WEIGHTS] --transformer_config_path ../ltxv-13B.json
181181
```
182182
- In the repo folder, run:
183183
```bash
184-
python src/maxdiffusion/generate_ltx_video.py src/maxdiffusion/configs/ltx_video.yml output_dir="[SAME DIRECTORY]" config_path="src/maxdiffusion/models/ltx_video/xora_v1.2-13B-balanced-128.json"
184+
python src/maxdiffusion/generate_ltx_video.py src/maxdiffusion/configs/ltx_video.yml output_dir="[SAME DIRECTORY]" config_path="src/maxdiffusion/models/ltx_video/ltxv-13B.json"
185185
```
186186
- Other generation parameters can be set in ltx_video.yml file.
187187
## Flux

0 commit comments

Comments
 (0)