-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flux Vae broke for float16, force bfloat16 or float32 were compatible (…
…#7213) ## Summary The Flux VAE, like many VAEs, is broken if run using float16 inputs returning black images due to NaNs This will fix the issue by forcing the VAE to run in bfloat16 or float32 were compatible ## Related Issues / Discussions Fix for issue #7208 ## QA Instructions Tested on MacOS, VAE works with float16 in the invoke.yaml and left to default. I also briefly forced it down the float32 route to check that to. Needs testing on CUDA / ROCm ## Merge Plan It should be a straight forward merge,
- Loading branch information
Showing
4 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters