"One click installer" for linux #1757
SECRET-GUEST
started this conversation in
Show and tell
Replies: 3 comments
-
The above script didn't work for me, straight out of the box, on a fresh/very recent install of Ubuntu 22.04.1. To get everything to work I had to: sudo apt install git #I know, pretty standard
sudo apt install python-is-python3 #Gives you the `python` command, linked to the already available `python3` command
sudo apt install python3-pip #Installs the `pip` installer
pip install pygit2 packaging #2 packages this Fooocus install script complained about (missing) Hope this is helpful, enjoy. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot, it worked as a charm. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, works straight away! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
For Linux users with Python 3.10+ (just click on the badge), this script quickly sets up Fooocus for you.
Obviously you first have to install python to make the virtual environment, and git to clone this repo.
How to use >>> Paste the script in a
.sh
file ,make it executable and run it. It checks if Fooocus is already installed; if not, it'll handle the download of dependencies and create a Python environment. Then, you'll be prompted to launch with or without presets - simply enter 1, 2, or 3 for your choice.You can launch this script via a shortcut or any other method when you need to start Fooocus.
Btw you can also find the script directly from here
Big thanks to everyone who has contributed to this project!
Beta Was this translation helpful? Give feedback.
All reactions