diff --git a/nodes.py b/nodes.py index c38f9a7..2adb0b9 100644 --- a/nodes.py +++ b/nodes.py @@ -48,4 +48,8 @@ class AudioLoadPath: NODE_CLASS_MAPPINGS = { "AudioLoadPath": AudioLoadPath, +} + +NODE_DISPLAY_NAME_MAPPINGS = { + "AudioLoadPath": "Load Audio (Path/URL)" } \ No newline at end of file