BriaFiboPipeline import error

#6
by alfakat - opened

I upgraded diffusers to the latest version, but still getting error on import: from diffusers import BriaFiboPipeline.

BRIA AI org

Hey @alfakat you can try:

pip install --force-reinstall git+https://github.com/huggingface/diffusers

Sometimes, there are some caching issues with pip.

Thank you! Force reinstall help to solve that import error.

alfakat changed discussion status to closed

Sign up or log in to comment