mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 00:09:32 +08:00
Node class mapping name update
This commit is contained in:
parent
0445901e97
commit
f8241bf560
@ -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 = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user