|
1 | 1 | # finetrainers 🧪
|
2 | 2 |
|
3 |
| -`cogvideox-factory` was renamed to `finetrainers`. If you're looking to train CogVideoX or Mochi with the legacy training scripts, please refer to [this](./training/README.md) README instead. Everything in the `training/` directory will be eventually moved and supported under `finetrainers`. |
4 |
| - |
5 | 3 | FineTrainers is a work-in-progress library to support (accessible) training of video models. Our first priority is to support LoRA training for all popular video models in [Diffusers](https://github.com/huggingface/diffusers), and eventually other methods like controlnets, control-loras, distillation, etc.
|
6 | 4 |
|
| 5 | +> [!NOTE] |
| 6 | +> |
| 7 | +> `cogvideox-factory` was renamed to `finetrainers`. If you're looking to train CogVideoX or Mochi with the legacy training scripts, please refer to [this](./examples/_legacy/) README instead. |
| 8 | +
|
7 | 9 | <table align="center">
|
8 | 10 | <tr>
|
9 | 11 | <td align="center"><video src="https://github.com/user-attachments/assets/aad07161-87cb-4784-9e6b-16d06581e3e5">Your browser does not support the video tag.</video></td>
|
@@ -153,7 +155,19 @@ For inference, refer [here](./docs/training/ltx_video.md#inference). For docs re
|
153 | 155 |
|
154 | 156 | If you would like to use a custom dataset, refer to the dataset preparation guide [here](./docs/dataset/README.md).
|
155 | 157 |
|
| 158 | +## Featured Projects 🔥 |
| 159 | + |
| 160 | +Checkout some amazing projects citing `finetrainers`: |
| 161 | +- [SkyworkAI's SkyReels-A1](https://github.com/SkyworkAI/SkyReels-A1) |
| 162 | +- [eisneim's LTX Image-to-Video](https://github.com/eisneim/ltx_lora_training_i2v_t2v/) |
| 163 | +- [wileewang's TransPixar](https://github.com/wileewang/TransPixar) |
| 164 | +- [Feizc's Video-In-Context](https://github.com/feizc/Video-In-Context) |
| 165 | + |
| 166 | +Checkout the following UIs built for `finetrainers`: |
| 167 | +- [jbilcke's VideoModelStudio](https://github.com/jbilcke-hf/VideoModelStudio) |
| 168 | +- [neph1's finetrainers-ui](https://github.com/neph1/finetrainers-ui) |
| 169 | + |
156 | 170 | ## Acknowledgements
|
157 | 171 |
|
158 | 172 | * `finetrainers` builds on top of a body of great open-source libraries: `transformers`, `accelerate`, `peft`, `diffusers`, `bitsandbytes`, `torchao`, `deepspeed` -- to name a few.
|
159 |
| -* Some of the design choices of `finetrainers` were inspired by [`SimpleTuner`](https://github.com/bghira/SimpleTuner). |
| 173 | +* Some of the design choices were inspired by [`SimpleTuner`](https://github.com/bghira/SimpleTuner). |
0 commit comments