mirror of https://github.com/vladmandic/automatic
parent
2453545e5b
commit
72e1ea6f1f
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log for SD.Next
|
||||
|
||||
## Update for 2025-08-19
|
||||
## Update for 2025-08-20
|
||||
|
||||
A quick service release with several important hotfixes, but also adding support for new Qwen variants...
|
||||
|
||||
|
|
@ -17,7 +17,8 @@ A quick service release with several important hotfixes, but also adding support
|
|||
default is `rust` as new `xet` is known to cause issues
|
||||
- support for `flux.1-kontext` lora
|
||||
- support for `qwen-image` lora
|
||||
- add `sdnq_modules_to_not_convert` and `sdnq_modules_dtype_dict` option to ui settings
|
||||
- new *setting -> quantization -> modules dtype dict*
|
||||
used to manually override quant types per module
|
||||
- **UI**
|
||||
- new artwork for reference models in networks
|
||||
thanks @liutyi
|
||||
|
|
@ -43,6 +44,7 @@ A quick service release with several important hotfixes, but also adding support
|
|||
- monkey-patch diffusers to use original weights shape when loading lora
|
||||
- guard against null prompt
|
||||
- install `hf_transfter` and `hf_xet` when needed
|
||||
- fix ui cropped network tags
|
||||
- enum reference models on startup
|
||||
|
||||
## Update for 2025-08-15
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e68a4938891d44a6c8fe496bf9e29c30484ae47
|
||||
Subproject commit 322664e57b815596140b9bd5024a1ef7cae9caff
|
||||
2
wiki
2
wiki
|
|
@ -1 +1 @@
|
|||
Subproject commit 5a62957aeb964ebfcb03ea600d56bf89458b14cb
|
||||
Subproject commit e7506467c068b8550f994b3725b44f66ce659b64
|
||||
Loading…
Reference in New Issue