Initial commit
This commit is contained in:
9
nodes/lora_from_string/__init__.py
Normal file
9
nodes/lora_from_string/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .lora_from_string import LoraFromString
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"LoraFromString": LoraFromString
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"LoraFromString": "Lora From String"
|
||||
}
|
||||
Reference in New Issue
Block a user