-
-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Inpaint with FluxFillPipeline fails with "Input is in incorrect format." #3699
Comments
you cannot select flux fill from dropdown as its NOT a base model, you need to select it from scripts so its properly initialized - that's why I've posted my screenshot! |
I was going to assume you would say that (and it makes sense), so I've tested it and it blows out of VRAM (Nvidia 4090) |
yes, its a horribly inefficient model - but it works fine if you enable a) balanced offload, b) on-the-fly quantization |
@vladmandic Not sure what I'm going wrong, but now getting other error. Do I understand correctly that I select Flux.1 Dev as Base model and enable Flux Tools and select Fill?
|
yes, that is correct, but please simplify - is torch compile relevant for this issue? if it works without compile, then this issue is about torch.compile compatibility with flux-fill. and if it doesn't work with compile, well, reproduce with clean debug log without compile. also, using flux without offloading is really expensive, not sure why you have it disabled. and stablefast is not a flux thing. |
any updates here? |
Issue Description
Trying to use inpaint or img2img with FluxFillPipeline but it fails with error.
I simply upload an image into inpaint, mask area, add prompt and try to generate
Version Platform Description
Relevant log output
Backend
Diffusers
UI
Standard
Branch
Master
Model
FLUX.1
Acknowledgements
The text was updated successfully, but these errors were encountered: