Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 406 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 406 Bytes

stable-diffusion-rs

A stable diffusion library in Rust based on the diffusers-rs and tch crates by Laurent Mazare (a port of huggingface diffusers pytorch library)

LICENSE

This code is released under the Apache 2.0 and MIT Licenses. It's originally based on the stable diffusion example from https://github.com/LaurentMazare/diffusers-rs also under the same licenses and still depends on this repo.