2424- ** ` 2024/10/22 ` ** : LoRA support for Hyper SDXL.
2525- ** ` 2024/8/1 ` ** : Orbax is the new default checkpointer. You can still use ` pipeline.save_pretrained ` after training to save in diffusers format.
2626- ** ` 2024/7/20 ` ** : Dreambooth training for Stable Diffusion 1.x,2.x is now supported.
27+ - ** ` 2025/7/29 ` ** : LTX-Video text2video generation is now supported.
2728
2829# Overview
2930
@@ -41,6 +42,7 @@ MaxDiffusion supports
4142* Load Multiple LoRA (SDXL inference).
4243* ControlNet inference (Stable Diffusion 1.4 & SDXL).
4344* Dreambooth training support for Stable Diffusion 1.x,2.x.
45+ * LTX-Video (inference).
4446
4547
4648# Table of Contents
@@ -172,15 +174,15 @@ To generate images, run the following command:
172174 python -m src.maxdiffusion.generate src/maxdiffusion/configs/base21.yml run_name=" my_run"
173175 ` ` `
174176- ** LTX Video**
175- 1. In the folder src/maxdiffusion/models/ltx_video/utils, run:
177+ - In the folder src/maxdiffusion/models/ltx_video/utils, run:
176178 ` ` ` bash
177179 python convert_torch_weights_to_jax.py --ckpt_path [LOCAL DIRECTORY FOR WEIGHTS] --transformer_config_path ../xora_v1.2-13B-balanced-128.json
178180 ` ` `
179- 2. In the repo folder, run:
181+ - In the repo folder, run:
180182 ` ` ` bash
181183 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"
182184 ` ` `
183- 3. Other generation parameters can be set in ltx_video.yml file.
185+ - Other generation parameters can be set in ltx_video.yml file.
184186 # # Flux
185187
186188 First make sure you have permissions to access the Flux repos in Huggingface.
0 commit comments