* Flux img2img, inpainting, and Control Net support. `InstantX/FLUX.1-dev-Controlnet-Union` is also supported with `--model-type torch-flux` via a `mode` URI argument to `--control-nets`, see: [Flux Union Control Net Mode](https://github.com/Teriks/dgenerate/tree/master?tab=readme-ov-file#flux-union-control-net-mode) in the README.
* PAG perturbed attention guidance support for Stable Diffusion, SDXL, and SD3, see: [Feature Table](https://github.com/Teriks/dgenerate/blob/master/FEATURE_TABLE.rst#pag-support-caveats) 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.