A web app gui for mflux python library implemented with FastHTML
- async background generation with threads
- database for queueing up generation requests
- responsive web gui that will poll for completed generations and add to the display gallery
- fix bugs around interruptibility, exception handling
- memory management between model changes
- beautiful the web UI and improve UX
- support
mflux
's existing Controlnet, Image-to-Image modes - fast follow generation modes fast following
mflux
releases
brew install uv
uv tool install mflux-fasthtml
cd /your/preferred/working/directory
# fixme: intended script interface, not working for now
mflux-fasthtml-app
# dev workaround: run the main.py
uv venv && source .venv/bin/activate
uv pip install -e .
python src/mflux_fasthtml/app/main.py
mflux-fasthtml
is distributed under the terms of the MIT license.