Isnin, 31 Oktober 2022

Show HN: Stable Diffusion implementation in Rust/libtorch https://ift.tt/RnK7rcE

Show HN: Stable Diffusion implementation in Rust/libtorch 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. https://github.com/LaurentMazare/tch-rs/tree/main/examples/stable-diffusion November 1, 2022 at 02:02AM

Tiada ulasan:

Show HN: Fast Elevation API with memory mapped tiles https://ift.tt/suKxOBC

Show HN: Fast Elevation API with memory mapped tiles I recently wrote and launched a high-performance Elevation API, built from the ground u...