Show HN: Tiny Dream – Header Only, Embedded Stable Diffusion C++ Library

by symisc_develon 8/30/2023, 3:16 PMwith 1 comments

by symisc_develon 8/30/2023, 3:37 PM

Hi HN,

Tiny-dream is designed to be embedded on larger codebases (host programs) with an easy to use C++ API.

The project github is located at: https://github.com/symisc/tiny-dream The C++ API documentation is located at: https://pixlab.io/tiny-dream#cpp-api

The current tensor engine is backed by ncnn with planned transition to ggml in the short period. Nevertheless, in our experimental ggml port, we found out that ggml doesn't quantize well, and is better suited for LLMs than heavy computer vision tasks. You can refer to the roadmap page at https://pixlab.io/tiny-dream#roadmap for more information.