Can't use latest diffusers ?

#24
by Easterlings - opened

When I use this model by code ,it returned
image.png
I use latest diffusers 0.31.0 which is Released in Oct 22, 2024, but FluxFillPipeline was added in November 23, 2024.
So, how to use FLUX.1-Fill-dev by code

You can install diffusers from the main to use Fill, Redux, Control (including the Control LoRAs):

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

For anyone wondering, they added FluxFillPipeline in >0.32.0. Thanks HF team !

Sign up or log in to comment