mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-25 15:15:45 -03:00
modified check for lora_stack
This commit is contained in:
@@ -88,7 +88,7 @@ class TSC_EfficientLoader:
|
|||||||
# Retrieve cache numbers
|
# Retrieve cache numbers
|
||||||
vae_cache, ckpt_cache, lora_cache = get_cache_numbers("Efficient Loader")
|
vae_cache, ckpt_cache, lora_cache = get_cache_numbers("Efficient Loader")
|
||||||
|
|
||||||
if lora_name != "None" or lora_stack is not None:
|
if lora_name != "None" or lora_stack:
|
||||||
# Initialize an empty list to store LoRa parameters.
|
# Initialize an empty list to store LoRa parameters.
|
||||||
lora_params = []
|
lora_params = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user