* 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