marat_ai
patreon
π₯ Run Latest AI FLUX in One Click on Colab, Kaggle, and Lightning.ai
🕑 Added 2024-08-05 12:28:19 +0000 UTCI've made it as simple as possible for your convenience. Just create a notebook and paste the four lines of code below.
P.S. Donβt forget to enable GPU runtime!
!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()
upd1: added guidance_scale and uuid like a filename
