v4.3.0 (PAG. Flux Control Nets, img2img & inpainting)
v4.3.0 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.
4.3.0 Features
-
Flux img2img, inpainting, and Control Net support.
InstantX/FLUX.1-dev-Controlnet-Union
is also supported with--model-type torch-flux
via amode
URI argument to--control-nets
, see: Flux Union Control Net Mode in the README. -
PAG perturbed attention guidance support for Stable Diffusion, SDXL, and SD3, see: Feature Table for support caveats. New arguments have been added for working with PAG:
--pag
,--pag-scales
,--pag-adaptive-scales
,--sdxl-refiner-pag
,--sdxl-refiner-pag-scales
, and--sdxl-refiner-pag-adaptive-scales
. -
Console UI recipe form updates for Flux control nets, added basic UI for specifying one control net model, control net scale, and control net mode for Flux ControlNet Union.