Install diffusers from source
#4
by acatovic - opened
As of this writing (17 January 2026) Flux2KleinPipeline is only available from the main, so one needs to install diffusers from git, i.e.
pip install git+https://github.com/huggingface/diffusers.git
or
uv add git+https://github.com/huggingface/diffusers.git
good
Thanks!