toutjavascript / FoooXus-Fooocus-Extender

Manage Models, Styles and Loras of your Fooocus app
36 stars 2 forks source link
fooocus generative-ai

FoooXus: Fooocus Extender

What is it for?

FoooXus uses Fooocus Gradio API to extend Fooocus functionnalities :

How it looks

Prerequisites

You need a running Fooocus instance to use FoooXus. You must install FoooXus on the same device than Fooocus.

Use the standalone foooxus.exe

NOT AVAILABLE ON FOOOCUS CURRENT RELEASE See this document to use foooxus.exe executable

How to install without running the .exe

Natively, FoooXus is a python app server that launches a web UI and connect to Fooocus via API Install FoooXus following these standard steps.

# Get the sources 
git clone https://github.com/toutjavascript/FoooXus-Fooocus-Extender.git
cd FoooXus-Fooocus-Extender

# Activate the virtual python environment
python -m venv venv
venv\Scripts\activate

# Install requirements
pip install -r requirements.txt

# First run of the FoooXus app to initialize
python foooxus.py

Terminal will show this kind of message Init of app

Fill in the fields in config.json file

FoooXus is now ready to start with a new call to

python foooxus.py

How to use every day

On Windows, you can double-click foooxus.bat

Or if you prefer

# Check you are in your (venv) virtual environment
# if not, activate it
venv\Scripts\activate

# Run the FoooXus app
python foooxus.py

Terminal shows now versions and much more informations to understand what happens FoooXus starts

Open your browser on http://127.0.0.1:7878 to view FoooXus UI

How to update FoooXus

To update FoooXus from this github repository, open a terminal in your FoooXus-Fooocus-Extender

git pull

FoooXus can now force Performance Settings when those models are used. New button to regenerate Models illustrations are displayed Capture d’écran 2024-03-19 à 15 22 02

Updates on Fooocus

History Log

V1.0.0 Update to V2.5.5 Fooocus Release

V0.9.7 Update to V2.4.1 Fooocus Release

V0.9.6 New optional loras-directory parameter on config.json To fix issue https://github.com/toutjavascript/FoooXus-Fooocus-Extender/issues/7 where Loras are not found, you can add a new line in config.json. For example: "loras-directory": "D:\datas\StabilityMatrix\Data\Models\Lora",

V0.9.5 Force optimized Performance Settings when Turbo or Lightning models are used

V0.9.1 Adapt to Gradio API to Fooocus 2.3.0 Auto clean /outputs/tmp/ folder at launch

V0.9.0 Adapt to Gradio API to Fooocus 2.2.1

V0.8.3 Fix issue on macOS https://github.com/toutjavascript/FoooXus-Fooocus-Extender/issues/5

V0.8.2 Add a button to clear queue

V0.8.1 Improve the error messages

V0.8 New standalone fooocus.exe

V0.6 Updates on install process

V0.5 Very First release

Some functionnalities

Get notified when new image is generated Notifications

View history Queue and history

Python terminal shows all generations Terminal shows generation log

Tested and validated on Windows 10, 11 and macOS

FoooXus should work on Linux too