Spaces:
Running
Running
Julian BILCKE
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,19 +21,30 @@ VMS is a Gradio app that wraps around Finetrainers, to provide a simple UI to tr
|
|
21 |
|
22 |
You can deploy it to a private space, and start long-running training jobs in the background.
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
|
|
|
|
27 |
|
28 |
## News
|
29 |
- 🔥 **2025-03-02**: Made some fixes to improve Finetrainer reliability when working with big datasets
|
30 |
- 🔥 **2025-02-18**: I am working to add better recovery in case of a failed run (this is still in beta)
|
31 |
- 🔥 **2025-02-18**: I have added persistence of UI settings. So if you reload Gradio, you won't lose your settings!
|
32 |
|
33 |
-
|
34 |
## TODO
|
35 |
- Add `Aya-Vision-8B` for frame analysis (currently we use `Qwen2-VL-7B`)
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
## Features
|
38 |
|
39 |
### Run Finetrainers in the background
|
|
|
21 |
|
22 |
You can deploy it to a private space, and start long-running training jobs in the background.
|
23 |
|
24 |
+
## Funding
|
25 |
|
26 |
+
VideoModelStudio is 100% open-source project, I develop and maintain it during both my pro and personal time. If you like it, you can tip! If not, have a good day 🫶
|
27 |
+
|
28 |
+
<a href="https://www.buymeacoffee.com/flngr" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
|
29 |
|
30 |
## News
|
31 |
- 🔥 **2025-03-02**: Made some fixes to improve Finetrainer reliability when working with big datasets
|
32 |
- 🔥 **2025-02-18**: I am working to add better recovery in case of a failed run (this is still in beta)
|
33 |
- 🔥 **2025-02-18**: I have added persistence of UI settings. So if you reload Gradio, you won't lose your settings!
|
34 |
|
|
|
35 |
## TODO
|
36 |
- Add `Aya-Vision-8B` for frame analysis (currently we use `Qwen2-VL-7B`)
|
37 |
|
38 |
+
### See also
|
39 |
+
|
40 |
+
#### Internally used project: Finetrainers
|
41 |
+
|
42 |
+
VMS uses Finetrainers under the hood: https://github.com/a-r-r-o-w/finetrainers
|
43 |
+
|
44 |
+
#### Similar project: diffusion-pipe-ui
|
45 |
+
|
46 |
+
I wasn't aware of its existence when I started my project, but there is also this open-source initiative (which is similar in terms of dataset management etc): https://github.com/alisson-anjos/diffusion-pipe-ui
|
47 |
+
|
48 |
## Features
|
49 |
|
50 |
### Run Finetrainers in the background
|