mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Update changelog
This commit is contained in:
@@ -98,6 +98,7 @@ And (*as always*) many bugfixes and improvements to existing features!
|
||||
- **Nunchaku** support for *FLUX.1-Fill* and *FLUX.1-Depth* models
|
||||
- update requirements/packages
|
||||
- use model vae scale-factor for image width/heigt calculations
|
||||
- **SDNQ** add modules_dtype_dict to quantize *Qwen Image* with mixed dtype
|
||||
- **Other**
|
||||
- **prompt enhance** add `allura-org/Gemma-3-Glitter-4B`, `Qwen/Qwen3-4B-Instruct-2507`, `Qwen/Qwen2.5-VL-3B-Instruct` model support
|
||||
- **prompt enhance** improve system prompt
|
||||
|
||||
@@ -454,7 +454,7 @@ class SDNQConfig(QuantizationConfigMixin):
|
||||
modules_to_not_convert (`list`, *optional*, default to `None`):
|
||||
The list of modules to not quantize, useful for quantizing models that explicitly require to have some
|
||||
modules left in their original precision (e.g. Whisper encoder, Llava encoder, Mixtral gate layers).
|
||||
modules_to_not_convert (`dict`, *optional*, default to `None`):
|
||||
modules_dtype_dict (`dict`, *optional*, default to `None`):
|
||||
The dict of dtypes and list of modules, useful for quantizing some modules with a different dtype.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user