Hacker News new | ask | show | jobs
Show HN: Stable Diffusion implementation in Rust/libtorch (github.com)
4 points by l-m-z 1332 days ago
This is an implementation of Stable Diffusion in Rust using libtorch bindings - including some nice samples of rusty robots! It follows the lines of Huggingface's (amazing) diffusers library. The main goal is to show how a complex model can be converted and re-used on the Rust side.