-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add setup script for ubuntu users #288
Conversation
Fix ToC links
Adding locon to .gitignore
Upgrade Gradio
Fix issue 277
Fix issue 278
Great stuff. Does it run pretty well without modifications to the python code? I have not tested it myself... but if it does this is awesome! |
I think deleting the .bat and .ps1 files will cause serious isssues with git pull commands. I suggest to keep them and simply add the .sh files to the repo... that way linux and windows users can use the same code base. Can you update the PR with this change? I will merge it into the dev branch after. |
Fix for LoCon sliders visibility
Fix again the custom model config load
When I tried, the commands as generated by python don't work on linux. I'll combine this with #272 and update the PR. |
I made as much of it work with ubuntu as I could test at the moment. It should in theory still work on windows, but I'm unable to test that. |
This reverts commit 7af9e48.
Changes look good. I am doing a quick test and all appear to work so far. I will merge it to dev to test some more and then to master. Noce contribution! I am sure you will make many linus users happy. |
sample images with weight and no length limit
Creates a script which when run in Ubuntu, installs necessary dependencies and changes the accelerate commands to be compatible with bash.
Alternatively, lines 12-27 from ubuntu_setup.sh can be removed if this is put onto another branch where their changes to the source are visible (I recommend this).