mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Few more I missed
This commit is contained in:
@@ -1043,7 +1043,7 @@ class TSC_KSampler:
|
||||
elif X_type == "Refiner":
|
||||
ckpt_dict = []
|
||||
lora_dict = []
|
||||
elif X_type == "LoRA":
|
||||
elif X_type in ("LoRA", "LoRA Stacks"):
|
||||
ckpt_dict = []
|
||||
refn_dict = []
|
||||
|
||||
@@ -1572,7 +1572,7 @@ class TSC_KSampler:
|
||||
clear_cache_by_exception(xyplot_id, lora_dict=[], refn_dict=[])
|
||||
elif X_type == "Refiner":
|
||||
clear_cache_by_exception(xyplot_id, ckpt_dict=[], lora_dict=[])
|
||||
elif X_type == "LoRA":
|
||||
elif X_type in ("LoRA", "LoRA Stacks"):
|
||||
clear_cache_by_exception(xyplot_id, ckpt_dict=[], refn_dict=[])
|
||||
|
||||
# __________________________________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user