mirror of
https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words.git
synced 2026-09-20 19:01:26 -03:00
chore: removed debug print
This commit is contained in:
@@ -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