tag:github.com,2008:https://github.com/ColorfulSoft/DeOldify.NET/releases Release notes from DeOldify.NET 2021-11-02T09:21:13Z tag:github.com,2008:Repository/406482571/v1.0 2021-11-02T09:27:16Z DeOldify.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> GlebSBrykin tag:github.com,2008:Repository/406482571/Weights 2022-07-12T06:37:32Z Weights <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