From 651b99d41bc1c1e288eaf0615b9f656167918c20 Mon Sep 17 00:00:00 2001 From: Aryan Date: Mon, 24 Feb 2025 08:25:38 +0100 Subject: [PATCH] update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c54ad238..dc2e8272 100644 --- a/README.md +++ b/README.md @@ -158,11 +158,15 @@ If you would like to use a custom dataset, refer to the dataset preparation guid ## Featured Projects Checkout some amazing projects citing `finetrainers`: - - [SkyworkAI's SkyReels-A1](https://github.com/SkyworkAI/SkyReels-A1) -- [Eisneim's LTX Image-to-Video](https://github.com/eisneim/ltx_lora_training_i2v_t2v/) +- [eisneim's LTX Image-to-Video](https://github.com/eisneim/ltx_lora_training_i2v_t2v/) +- [wileewang's TransPixar](https://github.com/wileewang/TransPixar) - [Feizc's Video-In-Context](https://github.com/feizc/Video-In-Context) +Checkout the following UIs built for `finetrainers`: +- [jbilcke's VideoModelStudio](https://github.com/jbilcke-hf/VideoModelStudio) +- [neph1's finetrainers-ui](https://github.com/neph1/finetrainers-ui) + ## Acknowledgements * `finetrainers` builds on top of a body of great open-source libraries: `transformers`, `accelerate`, `peft`, `diffusers`, `bitsandbytes`, `torchao`, `deepspeed` -- to name a few.