Minimal Flux Web UI powered by Gradio & Diffusers.
The easiest way is to use https://pinokio.computer
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
python app.py
4 commits
JavaScript
62.3%
Python
37.7%
Minimal Flux Web UI powered by Gradio & Diffusers.
The easiest way is to use https://pinokio.computer
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
python app.py
4 commits
JavaScript
62.3%
Python
37.7%