feat: add AODH Image Saver (Metadata), Lora Selector, Checkpoint Selector, and various node improvements

This commit is contained in:
Aodhan Collins
2026-02-06 03:41:15 +00:00
parent 2417dcc090
commit 644ab104d9
54 changed files with 1483 additions and 104 deletions

View File

@@ -0,0 +1,9 @@
from .lora_selector import LoraSelector
NODE_CLASS_MAPPINGS = {
"LoraSelector": LoraSelector
}
NODE_DISPLAY_NAME_MAPPINGS = {
"LoraSelector": "Lora Selector"
}