tag:github.com,2008:https://github.com/ColorfulSoft/DeOldify.NET/releasesRelease notes from DeOldify.NET2021-11-02T09:21:13Ztag:github.com,2008:Repository/406482571/v1.02021-11-02T09:27:16ZDeOldify.NET v1.0<p><strong>Features</strong></p>
<ul>
<li>Support for Windows 7 and above and Linux</li>
<li>The ability to color black-and-white photos using an artistic neural network</li>
</ul>
<p><strong>Binaries</strong></p>
<ul>
<li>For Windows: DeOldify.NET.win.exe</li>
<li>For Linux: DeOldify.NET.linux.exe</li>
</ul>GlebSBrykintag:github.com,2008:Repository/406482571/Weights2022-07-12T06:37:32ZWeights<p>Download these files and place them to Implementation\src\Resources folder before execute compilation script.</p>
<ul>
<li>Artistic.hmodel - Weights of the Artistic DeOldify model in float16 data type (compressed)</li>
<li>Artistic.model - Weights of the Artistic DeOldify model in float32 data type (original)</li>
<li>Stable.hmodel - Weights of the Stable DeOldify model in float16 data type (compressed)</li>
<li>Stable.model - Weights of the Stable DeOldify model in float32 data type (original)</li>
</ul>
<p>All files contains raw data and compatible only with DeOldify.NET.</p>GlebSBrykin