mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -1,5 +1,11 @@
|
||||
# Change Log for SD.Next
|
||||
|
||||
## Update for 2026-07-08
|
||||
|
||||
- **Fixes**
|
||||
- lora: fix lora text-encoder loader
|
||||
- amd: hipBLASLt improved detection, thanks @0xDELUXA
|
||||
|
||||
## Update for 2026-07-07
|
||||
|
||||
### Highlights for 2026-07-07
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
- Auto handle scheduler `prediction_type`
|
||||
- Cache models in memory
|
||||
- JSON image metadata
|
||||
- Expand custom VAE support
|
||||
- Refactor: remove obsolete code:
|
||||
- Remove `directml`
|
||||
- Remove `olive-ai`
|
||||
|
||||
Submodule extensions-builtin/sdnext-kanvas updated: 4c3367cc62...4f650445b0
@@ -60,7 +60,7 @@ def network_activate(include=None, exclude=None):
|
||||
pbar.update(task, advance=1)
|
||||
continue
|
||||
backup_size += network_backup_weights(module, network_layer_name, component_wanted)
|
||||
if component_wanted == ():
|
||||
if not component_wanted:
|
||||
weights_backup = getattr(module, "network_weights_backup", None)
|
||||
if weights_backup is None or isinstance(weights_backup, bool): # fuse mode has no tensor backup, restore stays with network_deactivate
|
||||
if task is not None:
|
||||
|
||||
Reference in New Issue
Block a user