mirror of
https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words.git
synced 2026-03-21 21:22:12 -03:00
chore: removed debug print
This commit is contained in:
2
utils.py
2
utils.py
@@ -215,10 +215,8 @@ def parse_selector(selector, tags_list):
|
||||
def append_lora_name_if_empty(tags_list, lora_path, enabled):
|
||||
if not enabled or len(tags_list) > 0:
|
||||
return tags_list
|
||||
print("AAA : " + lora_path)
|
||||
filename = os.path.splitext(lora_path)[0]
|
||||
filename = os.path.basename(filename)
|
||||
print("BBB : " + filename)
|
||||
|
||||
tags_list.append(filename)
|
||||
return tags_list
|
||||
Reference in New Issue
Block a user