Browse Source

Make clear that the old CheckpointLoader is deprecated.

pull/1764/head
comfyanonymous 1 year ago
parent
commit
7e09e889e3
  1. 2
      nodes.py

2
nodes.py

@ -1660,7 +1660,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"KSampler": "KSampler",
"KSamplerAdvanced": "KSampler (Advanced)",
# Loaders
"CheckpointLoader": "Load Checkpoint (With Config)",
"CheckpointLoader": "Load Checkpoint With Config (DEPRECATED)",
"CheckpointLoaderSimple": "Load Checkpoint",
"VAELoader": "Load VAE",
"LoraLoader": "Load LoRA",

Loading…
Cancel
Save