TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby symisc_develover 1 year ago

1 comment

symisc_develover 1 year ago
Hi HN,<p>Tiny-dream is designed to be embedded on larger codebases (host programs) with an easy to use C++ API.<p>The project github is located at: <a href="https:&#x2F;&#x2F;github.com&#x2F;symisc&#x2F;tiny-dream">https:&#x2F;&#x2F;github.com&#x2F;symisc&#x2F;tiny-dream</a> The C++ API documentation is located at: <a href="https:&#x2F;&#x2F;pixlab.io&#x2F;tiny-dream#cpp-api" rel="nofollow noreferrer">https:&#x2F;&#x2F;pixlab.io&#x2F;tiny-dream#cpp-api</a><p>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&#x27;t quantize well, and is better suited for LLMs than heavy computer vision tasks. You can refer to the roadmap page at <a href="https:&#x2F;&#x2F;pixlab.io&#x2F;tiny-dream#roadmap" rel="nofollow noreferrer">https:&#x2F;&#x2F;pixlab.io&#x2F;tiny-dream#roadmap</a> for more information.