Skip to content

Commit 35d3863

Browse files
committed
nodes init naming refactor
1 parent 10fafa8 commit 35d3863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NODE_CLASS_MAPPINGS = {
44
"LatentMirror": LatentMirror,
55
"LatentShift": LatentShift,
6-
"KSamplerWithTransform": TSamplerWithTransform,
6+
"TSamplerWithTransform": TSamplerWithTransform,
77
"TransformSampler": TransformSampler,
88
"MirrorTransform": MirrorTransform,
99
"ShiftTransform": ShiftTransform,
@@ -23,7 +23,7 @@
2323
NODE_DISPLAY_NAME_MAPPINGS = {
2424
"LatentMirror": "Latent mirror",
2525
"LatentShift": "Latent shift",
26-
"KSamplerWithTransform": "TSampler with transforms (Latent Control)",
26+
"TSamplerWithTransform": "TSampler with transforms (Latent Control)",
2727
"TransformSampler": "TSampler (Latent Control)",
2828
"MirrorTransform": "Mirror transform",
2929
"ShiftTransform": "Shift transform",

0 commit comments

Comments
 (0)