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