I'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
