* Support for Flux fill (Infill / Outfill) via ``--model-type torch-flux-fill``, this model type uses the inpainting ``--image-seeds`` syntax to specify an image and a mask. See: [example](https://github.com/Teriks/dgenerate/blob/master/examples/flux/fill/config.dgen)
* Support for ``--textual-inversions`` with ``--model-type torch-flux-fill``
* Support for ``--textual-inversions`` with ``--model-type torch-flux`` in basic ``txt2img`` configuration, with ``txt2img`` + Control Nets, and with ``inpainting`` + Control Nets.
* Support for a single ``--ip-adapters`` weights definition with ``--model-type torch-flux`` in basic ``txt2img`` configuration. Does not support Control Net or ``img2img / inpaint / fill``. See: [example](https://github.com/Teriks/dgenerate/blob/master/examples/flux/ip_adapter/config.dgen)
* Dynamic feature availability checking for LoRA, Textual Inversion, and IP Adapter support on supported diffusers pipelines using introspection, refactored input validation for these features in particular.
* Fix for unusable ``StableDiffusionControlNetPAGInpaintPipeline`` caused by typo.
* New Console UI recipes for ``--model-type torch-flux-fill``
* 9, Remove problematic dependency ``bitsandbytes`` for now, dependency unused, and PyPI release for ``bitsandbytes`` currently incompatible with MPS and ROCm
* Update to ``diffusers==0.32.2``, and update other pinned deps where possible.
* 8, Fix PyPI package python spec and related documentation, not compatible with python 3.13 due to dependencies, spec is now ``>=3.10,<3.13``
* 7, recommend / use ``--extra-index-url https://download.pytorch.org/whl/rocm6.2/``, latest ROCm backend for ROCm install