Skip to content

v3.10.4 Console Stability Fixes

Compare
Choose a tag to compare
@Teriks Teriks released this 08 Aug 07:23
· 332 commits to master since this release

v3.10.4 release with Windows installer.

Due to the size of the packaged python environment, the installer is within a multi-part zip file.

The multipart zip can be extracted using 7-Zip: https://www.7-zip.org/

Download both dgenerate_installer.zip.001 and dgenerate_installer.zip.002 to a folder.

Unzip dgenerate_installer.zip.001 to a directory (Right click, 7-Zip -> Extract to "dgenerate_installer") and then run dgenerate_installer\dgenerate.msi to install.

dgenerate will be installed under C:\Program Files\dgenerate by default with an isolated python environment provided.

The install directory will be added to PATH, and dgenerate will be available from the command line.

Portable Install

A portable install is provided via dgenerate_portable.zip.001 and dgenerate_portable.zip.002, these contain
nothing but the dgenerate executable and a frozen python environment which can be placed anywhere.

v3.10.4 Patch Fix

Backport console shell process monitor from t2iadapter (4.0.0) branch.

This solves a console GUI hang when \exit is used or when the shell process exits unexpectedly on its own.

v3.10.1 Features & Fixes

See: v3.10.1 Release Notes