mirror of
https://github.com/pinokiofactory/flux-webui.git
synced 2024-10-05 23:57:57 +03:00
3087fb874b8d96511e26ea9ef7f06c1beea301de
Flux WebUI
Minimal Flux Web UI powered by Gradio & Diffusers.
Install
1. One click install
The easiest way is to use https://pinokio.computer
2. Install manually
First install torch:
# Windows/Linux CUDA
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 xformers --index-url https://download.pytorch.org/whl/cu121
# Mac MPS
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1
Next, install the app dependencies:
pip install -r requirements.txt
Run
python app.py
Description
Languages
JavaScript
54.2%
Python
45.8%
