diff --git a/comfy_extras/nodes_latent.py b/comfy_extras/nodes_latent.py index 65b8deb36..9af54e73c 100644 --- a/comfy_extras/nodes_latent.py +++ b/comfy_extras/nodes_latent.py @@ -28,7 +28,7 @@ class NoisyLatentImage: NODE_CLASS_MAPPINGS = { - "Noisy Latent Image": NoisyLatentImage, + "NoisyLatentImage": NoisyLatentImage, } NODE_DISPLAY_NAME_MAPPINGS = {