-
from diffusers import FluxKontextPipeline
ImportError: cannot import name 'FluxKontextPipeline' from 'diffusers' (/home/ptw/.local/lib/python3.12/site-packages/diffusers/__init__.py). Did you mean: 'FluxControlPipeline'?ubuntu 24.04
pytorch== 2.7.0
nunchaku:==0.3.1
diffusers==0.34.0 |
Beta Was this translation helpful? Give feedback.
Answered by
lmxyy
Jul 17, 2025
Replies: 1 comment 1 reply
-
|
It required nightly diffusers. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lmxyy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It required nightly diffusers.
You can install it via
pip install git+https://github.com/huggingface/diffusers.