update changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-05-09 08:18:38 -04:00
parent a27abf7363
commit 808462fdab
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
# Change Log for SD.Next
## Update for 2025-05-08
## Update for 2025-05-09
- **Features**
- NNCF: Faster quantization
@@ -23,6 +23,7 @@
- LoRA: legacy handler enable/disable
- LoRA: force clear-cache on model unload
- ADetailer: fix enable/disable
- ZLUDA: improve compatibility with older GPUs
## Update for 2025-05-06
+1 -1
View File
@@ -606,7 +606,7 @@ options_templates.update(options_section(('advanced', "Pipeline Modifiers"), {
"teacache_sep": OptionInfo("<h2>TeaCache</h2>", "", gr.HTML),
"teacache_enabled": OptionInfo(False, "TC cache enabled"),
"teacache_thresh": OptionInfo(0.1, "TC L1 threshold", gr.Slider, {"minimum": 0.0, "maximum": 1.0, "step": 0.01}),
"teacache_thresh": OptionInfo(0.15, "TC L1 threshold", gr.Slider, {"minimum": 0.0, "maximum": 1.0, "step": 0.01}),
"hypertile_sep": OptionInfo("<h2>HyperTile</h2>", "", gr.HTML),
"hypertile_unet_enabled": OptionInfo(False, "UNet Enabled"),
+1 -1
Submodule wiki updated: 7d860a3b46...25880f8765