Spaces:
Running
Running
Merge branch 'main' into finetrainers_with_wan
Browse files- .github/FUNDING.yml +36 -0
- README.md +17 -3
.github/FUNDING.yml
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Support the author of this open-source project by using the links below
|
2 |
+
#
|
3 |
+
# This project is developed and maintained by Julian Bilcke with the help of amazing contributors
|
4 |
+
#
|
5 |
+
# I develop open-source apps both for work (I usually work alone),
|
6 |
+
# and for pleasure during my free time!
|
7 |
+
#
|
8 |
+
# I spend a lot of time working on my projects during the evening and weekend,
|
9 |
+
# buy you know, I have absolutely zero regrets because #YOLO
|
10 |
+
#
|
11 |
+
# If you like my work, do not hesitate to give a tip! I appreciate it βπ«Ά
|
12 |
+
|
13 |
+
# GitHub(s):
|
14 |
+
|
15 |
+
# pro account (newer best projects): https://github.com/jbilcke-hf
|
16 |
+
# private account (older projects): https://github.com/jbilcke
|
17 |
+
|
18 |
+
# Hugging Face
|
19 |
+
# pro account: https://huggingface.co/jbilcke-hf
|
20 |
+
|
21 |
+
# Buy Me A Coffee
|
22 |
+
# https://buymeacoffee.com/flngr
|
23 |
+
|
24 |
+
github: [jbilcke-hf]
|
25 |
+
buy_me_a_coffee: flngr
|
26 |
+
patreon: FLNGR
|
27 |
+
|
28 |
+
#open_collective: # Replace with a single Open Collective username
|
29 |
+
#ko_fi: # Replace with a single Ko-fi username
|
30 |
+
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
31 |
+
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
32 |
+
#liberapay: # Replace with a single Liberapay username
|
33 |
+
#issuehunt: # Replace with a single IssueHunt username
|
34 |
+
#lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
35 |
+
#polar: # Replace with a single Polar username
|
36 |
+
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
README.md
CHANGED
@@ -21,15 +21,29 @@ 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 |
## Features
|
35 |
|
@@ -150,4 +164,4 @@ By default `run.sh` will store stuff in `.data/` (located inside the current wor
|
|
150 |
|
151 |
```bash
|
152 |
./run.sh
|
153 |
-
```
|
|
|
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 |
|
|
|
164 |
|
165 |
```bash
|
166 |
./run.sh
|
167 |
+
```
|