We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fafa8 commit 35d3863Copy full SHA for 35d3863
__init__.py
@@ -3,7 +3,7 @@
3
NODE_CLASS_MAPPINGS = {
4
"LatentMirror": LatentMirror,
5
"LatentShift": LatentShift,
6
- "KSamplerWithTransform": TSamplerWithTransform,
+ "TSamplerWithTransform": TSamplerWithTransform,
7
"TransformSampler": TransformSampler,
8
"MirrorTransform": MirrorTransform,
9
"ShiftTransform": ShiftTransform,
@@ -23,7 +23,7 @@
23
NODE_DISPLAY_NAME_MAPPINGS = {
24
"LatentMirror": "Latent mirror",
25
"LatentShift": "Latent shift",
26
- "KSamplerWithTransform": "TSampler with transforms (Latent Control)",
+ "TSamplerWithTransform": "TSampler with transforms (Latent Control)",
27
"TransformSampler": "TSampler (Latent Control)",
28
"MirrorTransform": "Mirror transform",
29
"ShiftTransform": "Shift transform",
0 commit comments