Show HN: Gosd: High-performance Stable Diffusion inference in pure Go(no CGO)
Category: library
Tags: stable-diffusion, machine-learning, image-generation
Score: 6.5/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 6)
Gosd is a pure Go (no CGO) library providing high-performance Stable Diffusion inference by wrapping stable-diffusion.cpp via foreign function interface, enabling image/video generation and editing with GPU acceleration. It's interesting because it brings state-of-the-art diffusion models into the Go ecosystem without CGO dependencies, simplifying deployment for Go developers.
Target audience: backend devs
Repository: https://github.com/l8bloom/gosd · Go · MIT
View on Hacker News