-
Notifications
You must be signed in to change notification settings - Fork 528
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
I made a 1-click launcher that works on Mac, Windows, Linux #96
Comments
Just restart Pinokio, it then launches it. However, then there's the problem that Open WebUI tries to open http://0.0.0.0:7860/, which is not correct. Open http://127.0.0.1:7860/ in your browser, it should load there. However, now I'm fighting another issue. When I upload my file for voice conversion, it gets stuck in the UI, but I see the following error in the Terminal:
Something is broken with CUDA install for this. I know that CUDA should work on my machine, I've been using Comfy UI with Flux and Hunyuan video with Triton and also lots of LLMs. |
Ok, got it - Triton was the problem. |
@progmars You no longer have to change 0.0.0.0 to 127.0.0.1. Actually I had already made sure this works seamlessly and automatically launch 127.0.0.1, and even sent a PR here #97 But based on feedback decided to change Now that i fixed the launcher script, the 127.0.0.1 URL will properly load |
Not working for me. The very moment I'm clicking on the Zonos entry to start it, the error msg is displayed "The "path" argument must be of type string. Received null". It doesn't even launch the terminal. Is there some startup argument I need to specify? I've updated a number of times and even deleted and re-installed everything. |
@C0untFloyd , did you get a popup message at the end of the Zonos installation process saying that it was installed but Pinokio needs to be restarted? If not, try launching Install again, and it should show both the path error and that popup. Then restart Pinokio completely - close it and make sure you kill all the running Pinokio processes from Task Manager. Then try launching Pinokio and Zonos again. |
[C0untFloyd]I have this error too, I can't solve it. |
| The current ZonosBackbone does not support the hybrid architecture, meaning only the transformer model will be available in the model selector.
Apple M1 ,,, To install the mamba-ssm library, how should I do it? |
Change in "start.js" (C:\pinokio\api\zonos.git):
to:
... and it should work 😜👍🏼 |
Thank you for merging the torch-backbone branch, I've been meaning to write a launcher for this project but the mamba stuff really was a huge bottleneck, and thanks to the torch-backbone merge (and some tedious work i had to do with environment variables) I've managed to get it to work on all OS (Tested extensively on mac and windows, but linux still needs some testing, if you have issues, please come ask on my discord https://discord.gg/TQdNwadtE4).
This 1-click launcher (via pinokio.computer, which i'm working on) takes care of everything including installing the pip dependencies and espeak (on all platforms).
Hope you find it useful https://x.com/cocktailpeanut/status/1890826554764374467
The text was updated successfully, but these errors were encountered: