mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
+1
-1
@@ -10,7 +10,7 @@
|
||||
- **HunyuanVideo** optimizations: full offload, quantization and tiling support
|
||||
- **LTXVideo** optimizations: full offload, quantization and tiling support
|
||||
- VAE tiling granular options in *settings -> variable auto encoder*
|
||||
- UI: live preview optimizations
|
||||
- UI: live preview optimizations and error handling
|
||||
- UI: CSS optimizations when log view is disabled
|
||||
- Samplers: add flow shift options and separate dynamic thresholding from dynamic shifting
|
||||
- **Fixes**
|
||||
|
||||
@@ -127,7 +127,7 @@ class ExtraNetworkLora(extra_networks.ExtraNetwork):
|
||||
sd_model = getattr(shared.sd_model, "pipe", shared.sd_model)
|
||||
if not hasattr(sd_model, 'loaded_loras'):
|
||||
sd_model.loaded_loras = {}
|
||||
key = f'{','.join(include)}:{','.join(exclude)}'
|
||||
key = f'{",".join(include)}:{','.join(exclude)}'
|
||||
loaded = sd_model.loaded_loras.get(key, [])
|
||||
# shared.log.trace(f'Load network: type=LoRA key="{key}" requested={requested} loaded={loaded}')
|
||||
if len(requested) != len(loaded):
|
||||
|
||||
Reference in New Issue
Block a user