-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Instructions for newbs #1
Comments
@That-Dude To be honest I simply use |
...Googles Anaconda PowerShell :-) |
If you already have working Python environment, then don't bother - Anaconda is Python distribution popular among data scientists, but it has its own quirks (managing depencies using conda can be pain in the back, for example). What I really meant is that I simply use python to execute |
Forgot to thank That-Dude His instruction save me some hairs |
Hello, my first contact with FOC saw your modified version, and I especially like it. I don't know how to start it (I saw the novice tutorial, but I don't understand Anaconda PowerShell at all). I decompressed the downloaded compressed file and replaced the original FOC. It can also work. Now I have a few questions for you to answer, thank you |
@aimarxjg I am planning to prepare standalone package for Fooocus MRE, similar to vanilla Fooocus - it will be easier to use for less experienced users, then. Should be ready within next couple of days. In general it's safe to use both version from same folder. Personally I switch between versions using git - you can add new remote repository like that:
then you fetch information from it:
and then you can just switch between different branches from different remote repositories. Switching to Fooocus MRE:
and getting back to vanilla:
Changes in files that are not tracked by git are ignored. |
@aimarxjg I've prepared standalone package for Fooocus-MRE, you can download it from here : Fooocus-MRE-v1.0.40.7z. Please let me know, if it works for you. |
Thank you for informing me. Thank you. Thank you. Thank you~ |
Should be easy enough to use even for people who never touched git, Python and pip - you can just download the archive, and run the .bat. Closing. |
I'm sure this is NOT the best approach but this worked for me on Windows.
Assuming you already have the original Fooocus 7z file downloaded, installed and working.
Close Fooocus if its running.
cd into the parent folder that contains Foooccus / python-embeded / run.bat
git clone https://github.com/MoonRide303/Fooocus.git Fooocus-MoonRide
duplicate run.bat to run-moonride.bat
Copy (or move) your models folder from
Fooocus/models
toFooocus-MoonRide/models
edit run-moonride.bat and change Fooocus to Fooocus-MoonRide
double click the run-moonride.bat
The text was updated successfully, but these errors were encountered: