From f8241bf5605d2ecc44fd58557255724ce3856856 Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Wed, 16 Aug 2023 12:03:02 +0530 Subject: [PATCH] Node class mapping name update --- comfy_extras/nodes_latent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {