TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 symisc_devel超过 1 年前

1 comment

symisc_devel超过 1 年前
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.