Giter VIP home page Giter VIP logo

Comments (9)

barepixels avatar barepixels commented on July 2, 2024 1

Forgot to thank That-Dude His instruction save me some hairs

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 2, 2024

@That-Dude To be honest I simply use python .\launch.py from Anaconda PowerShell launched in main Fooocus directory - worked fine for the original Fooocus repository, and works for this little fork of mine, too :).

from fooocus-mre.

That-Dude avatar That-Dude commented on July 2, 2024

@That-Dude To be honest I simply use python .\launch.py from Anaconda PowerShell launched in main Fooocus directory - worked fine for the original Fooocus repository, and works for this little fork of mine, too :).

...Googles Anaconda PowerShell :-)

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 2, 2024

@That-Dude To be honest I simply use python .\launch.py from Anaconda PowerShell launched in main Fooocus directory - worked fine for the original Fooocus repository, and works for this little fork of mine, too :).

...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 launch.py, and it works fine. I didn't even download Fooocus archive, just the repo from the github - I already had SDXL model files, so I hardlinked them to proper Fooocus directories, and that was all :).

from fooocus-mre.

aimarxjg avatar aimarxjg commented on July 2, 2024

@That-Dude To be honest I simply use python .\launch.py from Anaconda PowerShell launched in main Fooocus directory - worked fine for the original Fooocus repository, and works for this little fork of mine, too :).

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
1 Does it affect the use of such replacement files? For example, some settings are missing? Do two versions have to coexist?
2 I will replace it and run it again. Is it automatically updated? Is it the original FOC or your modified version?
3 Is the version of the replacement file unavailable after the update? For example, change back to the original FOC?

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 2, 2024

@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:

git remote add moonride https://github.com/MoonRide303/Fooocus-MRE.git

then you fetch information from it:

git fetch moonride

and then you can just switch between different branches from different remote repositories. Switching to Fooocus MRE:

git checkout moonride-main

and getting back to vanilla:

git checkout main

Changes in files that are not tracked by git are ignored.

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 2, 2024

@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.

from fooocus-mre.

aimarxjg avatar aimarxjg commented on July 2, 2024

@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~

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 2, 2024

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.

from fooocus-mre.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.