Dgenerate

Latest version: v4.5.1

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 10

4.2.0

* Basic inpainting is now supported with Stable Diffusion 3

* Config directive ``\setp`` can be used to evaluate python ternary statements during template variable assignment. i.e. ``\setp my_var "Yes" if True else "No"``

* Improved config error reporting. 1 indexed line number in the interpreter to align with Console UI line numbering. Better pinpointing of the error line number inside "here template" control structures involving Jinja. Patches for issues with ``asteval`` affecting syntax error output.

* PyPI Packaging now supports installing dgenerate with the ROCm torch backend on Linux, allowing for use with AMD Cards / Accelerators. See installation documentation: [Linux with ROCm (AMD Cards)](https://github.com/Teriks/dgenerate?tab=readme-ov-file#linux-with-rocm-amd-cards)

4.1.2

HuggingFace repository file link for transformer involved in `Flux (Schnell quantized)` console recipe had moved. Updated link.

Better error message when a HuggingFace repository is not accessible due to lack of authentication.

Console output window `Clear` right click context menu functionality bug fix. Output window started in editable state, it should be disabled for text input and only enabled temporarily for writes internally. Improper state management resulted in inability to write new output to the window after using `Clear` from the UI menu, as the text box was left in a disabled UI state.

4.1.1

The Stable Cascade Decoder and SDXL Refiner now get placed on the correct device, they were defaulting to ``cuda`` instead of honoring ``--device``. This became apparent on MacOS where they were attempting to use CUDA instead of MPS causing an exception.

4.1.0

* Stable Cascade can now use long prompts with weighting via the ``compel`` and ``sd-embed`` prompt weighters, simply specify one of these two values to ``--prompt-weighter`` to enable the feature when using Stable Cascade.

* Built and published wheels for MacOS on Apple Silicon, dgenerate can now be used with ``--device mps`` on MacOS (arm64). See install instructions here: [MacOS Install (Apple Silicon Only)](https://github.com/Teriks/dgenerate?tab=readme-ov-file#macos-install-apple-silicon-only). This is very experimental.

* Console UI hotkeys dynamically adjust for useability when the UI is running on MacOS, I am sure that the hotkeys are very abnormal when compared to typical MacOS convention for text editors, but they all function and do not overlap with important system hotkeys. `Insert` (for multiline input) changes to `Command+i`, and `Ctrl+Space` (for run) changes to `Command+r`. All other hotkeys remain the same, including copy, paste, and cut.

* Added template function ``frange`` which is just ``range`` but for float ranges. This is useful for stepping through guidance scale values or LoRA scale values for example. It uses identical logic to ``range``, but the step value may be a float, e.g. ``frange(0.1, 1.0, 0.2) -> [0.1, 0.3, 0.5, 0.7, 0.9]``. The default step value is: ``0.1``

* torch 2.4.1

4.0.3

runwayml has removed their stable diffusion 1.5 repository from Hugging Face, breaking single file loads in the diffusers library and anything that uses it.

This release upgrades diffusers to 0.30.2 where the issue has been worked around by instead referencing `Lykon/dreamshaper-8`

All references to the runwayml model on Hugging Face have been removed from this project, including in documentation.

4.0.2

Add the arguments ``--flux-second-prompts``, ``--flux-max-sequence-length``, and ``--lora-fuse-scale`` to the argument
reconstruction used by ``--output-configs`` and ``--output-metadata``. These arguments were not being replicated in config output.

Page 3 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.