-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Create a exe? #267
Comments
Undfoetunately this project requires at least a cursory knowledge of programming languages and if not ml, the ability to set up extensive libraries to run with a gpu. I’m sorry but perhaps we can help get it running? |
When running:
|
I do however got Microsoft Visual C++ Build Tools installed |
Install the full Visual Studio and enable C/C++ in the install options. |
Now that the toolbox has CPU support, we should consider a release in compiled form. Would someone from the community like to work on this? |
I'll happily give this a go. |
@evilexecutable Thank you for taking this on! |
Any updates @evilexecutable ? There is someone in #428 who would like an exe. |
Checking in to see if you've been able to make any progress on the exe. |
Would like someone to take this on. Preferably using #472 since this project will be pytorch-based going forward, it will ensure compatibility with future synthesizer models. |
Hi @CodingRox82, thank you for expressing willingness to help make a compiled version of the toolbox. PyInstaller seems to be the way to go, but I have not used it before. |
@blue-fish I'll give it a shot. My long term goal for this is to use it on a smartphone, but I'll settle on running this server side for now. Can you point me in the right direction on which OS to use to start off? I read through some of the other comments and Windows does not seem like the way to go. |
Sorry, I mistakenly assumed that you were an existing user of the toolbox. Why don't you try the toolbox first and then decide whether you want to compile it for the benefit of the community. You should use Ubuntu 20.04, I recommend the setup guide in the wiki. Open an issue if you get stuck. Windows is not too difficult if GPU support is not required. The toolbox also runs on CPU, though somewhat slower. |
@blue-fish I'd prefer Windows (the OS of my personal computer), otherwise my options are an Ubuntu USB or buy a new laptop and install Ubuntu on it. Do we have an instruction set for Windows 10 installation? |
Nothing as detailed for Windows is available, but the instructions in README.md have worked for me. |
I prefer windows as well. As GPU does that need something that supports Cuda? I don't got Nvidia. And how is it going? |
@blue-fish were you able to get it working on your machine? |
@CodingRox82 I don't have any trouble running the toolbox, but I use Linux where setup is very straightforward. I thought you were going to attempt a Windows install, and then compile it with PyInstaller if things went well. |
@CodingRox82 Sent you a github invitation to discuss further. And deleted your comment as requested. |
This is popular things. but until now not a single release available. I hope somebody handle it. Thank you |
It has been over a year with no real progress on this item. I'm closing it. A binary release is still a good idea, but it is not a goal for this repo at this time. In the meantime, we've made numerous improvements which improve access and make setup much easier:
|
In #865, user AK391 has shared a web app that does not require installation. |
Is it possible for you to publish a release as an "exe-file"?
The text was updated successfully, but these errors were encountered: