Node class mapping name update

This commit is contained in:
Saquib Alam 2023-08-16 12:03:02 +05:30 committed by GitHub
parent 0445901e97
commit f8241bf560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ class NoisyLatentImage:
NODE_CLASS_MAPPINGS = { NODE_CLASS_MAPPINGS = {
"Noisy Latent Image": NoisyLatentImage, "NoisyLatentImage": NoisyLatentImage,
} }
NODE_DISPLAY_NAME_MAPPINGS = { NODE_DISPLAY_NAME_MAPPINGS = {