-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradio app #1
Comments
+1 for this! :) Seems like it would be a great addition! |
Also maybe HuggingFace demo |
Hello all, I made a fork and implemented a simple gradio interface that can be used through docker and I also created a template in runpod for anyone who wants to use it there, in the fork repository there are more details on how to use docker as a template in runpod. |
@hf-lin could you set this up? maybe try https://github.com/alisson-anjos/YuE-Interface see #14 |
Hi, there is no Issues tab on your Repo. The Runpod fails for me: Inference started. Outputs will be saved in /workspace/outputs...The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling 0it [00:00, ?it/s] The above exception was the direct cause of the following exception: Traceback (most recent call last): |
When did you get the docker image? If it was yesterday then you will need to update the image with a docker pull alissonpereiraanjos/yue-interface:latest, because since yesterday this docker image has been updated many times. |
ah ok, you ran it through runpod, so I'm running it right now through runpod and I didn't have this problem, could it be some network block that prevented the models from being downloaded to the /workspace/models folder? This model download process can take a while, so if for some reason you manage to access the interface before the models finish downloading and running the audio generation, there is a chance that you will get this type of error. You have to monitor the logs to see if the models have finished downloading. |
@alisson-anjos Thank you very much for the gradio interface and docker image in your fork as I am new to all this. It is working for me with a 4070Super and 12GB VRAM but very slow with INT8. Will have to try the NF4 and stay tuned for updates. It would be great for others if they merged that into the main repo I would think. |
Yes, it would be interesting, I can try to open a PR with the changes I have in my fork, I did some things like disabling warnings, the seed (it has already been implemented), quantized models (INT8, INT4, NF4) and I will later try to optimize the code but only when I have time. But thank you very much for the feedback :D I've also added the Dual Track support they implemented, when you can do a docker pull on the image. |
would be great to setup a gradio app for this
The text was updated successfully, but these errors were encountered: