huggingface / huggingface/diffusers
Analysis of Classifier-Free Guidance Weight Schedulers
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
Description
### Model/Pipeline/Scheduler description
The paper's authors performs an analysis and proposes 1 line change in order to make Classifier-Free Guidance looks better

I personally run some test to confirm
**SD1.5 DDIM scheduler, 50 steps, "a photograph of an astronaut riding a horse", seed: 1024**
guidance scale: 7.5
static

linear (proposed)

guidance scale: 14.0
static

linear (proposed)

### Open source status
- [ ] The model implementation is available.
- [ ] The model weights are available (Only relevant if addition is not a scheduler).
### Provide useful links for the implementation
Paper: https://arxiv.org/abs/2404.13040
Contributor guide
Assessment
This issue has not been assessed yet.