ImportError: cannot import name 'FluxPipeline' from 'diffusers'
#33
by
MM-11
- opened
I've updated diffusers but I am getting this error, anyone know how to get around it?
What's the version of your diffusers lib? Flux pipeline has been added in 0.30. I had no problems after updating diffusers:
pip install --upgrade diffusers
or
pip install --upgrade diffusers[torch]
This comment has been hidden
I got the following error, do you know how to handle it?
Exception: data did not match any variant of untagged enum PyPreTokenizerTypeWrapper at line 960 column 3
mind posting your lines of code? most likely some mismatch in your parameters...