huggingface / huggingface/diffusers
Comments bug in FluxPriorReduxPipeline
Open
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
Description
https://github.com/huggingface/diffusers/blob/fdcbbdf0bb4fb6ae3c2b676af525fced84aa9850/src/diffusers/pipelines/flux/pipeline_flux_prior_redux.py#L388-L392
For both numpy array and pytorch tensor, the expected value range should be between `[0, 255]`, not `[0, 1]`.
Contributor guide
Assessment
This issue has not been assessed yet.