A web app gui for mflux python library implemented with Streamlit
- Image generation usig mflux along with ControlNet Support
- Multiple LoRAs and scales for each LoRA adapter
- ControlNet integration for enhanced control
| FLUX.1 Schnell | FLUX.1 Schnell with LoRA |
| ControlNet Image Source |
FLUX.1 Schnell with Controlnet |
- Beautify the web UI and improve UX
- support
mflux's existing Image-to-Image modes
brew install uv
uv tool install mflux-streamlit
cd /your/directory
mflux-streamlit # dev workaround: run the main.py
uv venv && source .venv/bin/activate
uv pip install -e .
streamlit run src/app.pymflux-streamlit is distributed under the terms of the MIT license.