from .lora_from_string import LoraFromString NODE_CLASS_MAPPINGS = { "LoraFromString": LoraFromString } NODE_DISPLAY_NAME_MAPPINGS = { "LoraFromString": "Lora From String" }