from .nodes import SaveLatentAbsolute, LoadLatentAbsolute NODE_CLASS_MAPPINGS = { "SaveLatentAbsolute": SaveLatentAbsolute, "LoadLatentAbsolute": LoadLatentAbsolute, } NODE_DISPLAY_NAME_MAPPINGS = { "SaveLatentAbsolute": "Save Latent (Absolute Path)", "LoadLatentAbsolute": "Load Latent (Absolute Path)", } __all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]