This project provides a simple user interface, based on Jupyter notebook widgets, for running Flux in various Jupyter-like services. It has been tested on Colab and Lightning.ai. Testing on Kaggle is pending.
To run the Web User Interface (WUI), simply add the following code to a cell and execute it:
!git clone https://github.com/ai-marat/flux_wui
!pip install -r flux_wui/requirements.txt
from flux_wui.main import setup_pipeline_and_widgets
setup_pipeline_and_widgets()
For detailed information about the Flux model, visit the Flux GitHub repository.
- Notebooks: Explore more notebooks on Patreon.
- YouTube Channel: Check out our YouTube channel for tutorials and updates.