tag:github.com,2008:https://github.com/symisc/tiny-dream/releasesRelease notes from tiny-dream2023-08-30T15:00:46Ztag:github.com,2008:Repository/651324251/1.7.52023-08-30T15:05:17ZTiny Dream 1.7.5 (Header Only Stable Diffusion Inference C++ Library) Released<h1 align="center">TINY DREAM - An embedded, Header Only, Stable Diffusion Inference C++ Library<br><a href="https://pixlab.io/tiny-dream" rel="nofollow">pixlab.io/tiny-dream</a></h1>
<p><em>For the extensive list of features, please refer to the official documentation <a href="https://pixlab.io/tiny-dream#features" rel="nofollow"><strong>here</strong></a>.</em></p>
<ul>
<li><strong>OpenCV Dependency Free</strong>: Only <a href="https://github.com/nothings/stb/blob/master/stb_image_write.h">stb_image_write.h</a> from the excellent <a href="https://github.com/nothings/stb/">stb <em></em></a> single-header, public domain C library is required for saving images to disk.</li>
<li><strong>Smallest, Run-Time <a href="https://pixlab.io/tiny-dream#features" rel="nofollow">Memory Footprint</a> for Running Stable Diffusion in Inference</strong>.</li>
<li><strong>Straightforward to <a href="https://pixlab.io/tiny-dream#getting-started" rel="nofollow">Integrate on Existing Codebases</a></strong>: Just drop <em>tinydream.hpp</em> and <em>stb_image_write.h</em> on your source tree with the <a href="https://pixlab.io/tiny-dream#downloads" rel="nofollow"><strong>Pre-trained Models & Assets</strong></a>.</li>
<li><strong>Reasonably fast on Intel/AMD CPUs (<a href="https://pixlab.io/tiny-dream#bench" rel="nofollow">Benchmarks</a>)</strong>: With TBB threading and SSE/AVX vectorization.</li>
<li><strong>Support <a href="https://github.com/xinntao/Real-ESRGAN">Real-ESRGAN</a>, A Super Resolution Network Upscaler</strong>.</li>
<li><strong>Full Support for Words Priority</strong>: Instruct the model to pay attention, and <strong>give higher priority</strong> to word (<em>keywords</em>) surrounded by parenthesis <em><strong>()</strong></em>.</li>
<li><strong>Support for Output Metadata</strong>: Link meta information to your output images such as <em>copyright notice</em>, <em>comments</em>, or any other meta data you would like to see linked to your image.</li>
<li><strong>Support for Stable Diffusion Extra Parameters</strong>: Adjust <a href="https://pixlab.io/tiny-dream#tiny-dream-method" rel="nofollow">Seed resizing</a> & <a href="https://pixlab.io/tiny-dream#tiny-dream-method" rel="nofollow">Guidance Scale</a>.</li>
</ul>symisc