-
Notifications
You must be signed in to change notification settings - Fork 358
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
Sana support #569
Comments
I actually started working on it last month, but I think I accidentally lost all the progress I made with a bad git command😬. If I can recover it, I'll start working on it again. |
Any progress on this? |
Not really. I did do some of the work to implement the backbone diffusion model (no idea if my code even works, you can find it here: https://github.com/stduhpf/stable-diffusion.cpp/tree/sana-wip), but I lost motivation at some point. It's still completely missing the 32x32 DC-VAE (that one is annoying because VAE is assumed to compress from 8x8 all over the code), and the text "encoder" (gemma2). i might come back to it, but no promises |
https://github.com/NVlabs/Sana
nvidia just release their model that claims 100x faster than flux. If true, it will be nice to support it in sd.cpp.
The text was updated successfully, but these errors were encountered: