huggingface/diffusers

[Flux ControlNet] Add support for de-distilled models with CFG

Open

#9,635 opened on Oct 10, 2024

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Python (4,562 forks)batch import
contributions-welcomegood first issue

Repository metrics

Stars
 (22,190 stars)
PR merge metrics
 (Avg merge 14d 10h) (101 merged PRs in 30d)

Description

Flux with Inpaiting and ControlNet currently yields bad result with the base model.

To echo this comment, using de-distilled models could potentially help getting better outputs.

Currently the Flux ControlNet pipelines do not support models like https://huggingface.co/nyanko7/flux-dev-de-distill

Contributor guide