Spaces:
Running
Running
Commit
·
6cf7909
1
Parent(s):
743eda6
add some news
Browse files
README.md
CHANGED
@@ -21,15 +21,15 @@ 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 |
-
|
29 |
|
30 |
-
|
|
|
31 |
|
32 |
-
I wasn't aware of its existence when I started my project, but there is also this open-source initiative: https://github.com/alisson-anjos/diffusion-pipe-ui
|
33 |
|
34 |
## Features
|
35 |
|
@@ -74,6 +74,14 @@ It requires about 47~49 Gb of VRAM, depending on your settings.
|
|
74 |
|
75 |
Do you want support for this one? Let me know in the comments!
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
## Deployment
|
78 |
|
79 |
VMS is built on top of Finetrainers and Gradio, and designed to run as a Hugging Face Space (but you can deploy it anywhere that has a NVIDIA GPU and supports Docker).
|
|
|
21 |
|
22 |
You can deploy it to a private space, and start long-running training jobs in the background.
|
23 |
|
24 |
+
### Similar projects
|
25 |
|
26 |
+
I wasn't aware of its existence when I started my project, but there is also this open-source initiative: https://github.com/alisson-anjos/diffusion-pipe-ui
|
27 |
|
28 |
+
## News
|
29 |
|
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 |
|
|
|
74 |
|
75 |
Do you want support for this one? Let me know in the comments!
|
76 |
|
77 |
+
## Limitations
|
78 |
+
|
79 |
+
### One-user-per-space design
|
80 |
+
|
81 |
+
Currently CMS can only support one training job at a time, anybody with access to your Gradio app will be able to upload or delete everything etc.
|
82 |
+
|
83 |
+
This means you have to run VMS in a *PRIVATE* HF Space, or locally if you require full privacy.
|
84 |
+
|
85 |
## Deployment
|
86 |
|
87 |
VMS is built on top of Finetrainers and Gradio, and designed to run as a Hugging Face Space (but you can deploy it anywhere that has a NVIDIA GPU and supports Docker).
|