You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-33Lines changed: 17 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,37 +38,8 @@ This node can shift latent along x and y-axis.
38
38
**Usage:**
39
39

40
40
41
-
## TSampler with transforms (Latent Control)
42
-
This node can multiply, mirror and shift latent during generation.
43
-
44
-
**Input:**
45
-
exactly matches the base KSampler
46
-
47
-
**Fields:**
48
-
- base KSampler fields
49
-
-`start_mirror_at` – a number between 0 and 1 that indicates at what point the sampler will start mirroring
50
-
-`stop_mirror_at` – a number between 0 and 1 that indicates at what point the sampler will stop mirroring
51
-
-`mirror_mode` – can be `replace` or `combine`. `replace` will replace the latent with the transformed one, `combine` will add the original and the transformed latent and divide by 2
52
-
-`mirror_direction` – can be `none`, `vertically`, `horizontally`, `both`, `90 degree rotation` or `180 degree rotation`
53
-
-`start_shift_at` – a number between 0 and 1 that indicates at what point the sampler will start shifting
54
-
-`stop_shift_at` – a number between 0 and 1 that indicates at what point the sampler will stop shifting
55
-
-`shift_mode` – can be `replace` or `combine`. `replace` will replace the latent with the transformed one, `combine` will add the original and the transformed latent and divide by 2
56
-
-`x_shift` – a number between -1 and 1 that indicates how much the latent should be shifted
57
-
-`y_shift` – a number between -1 and 1 that indicates how much the latent should be shifted
58
-
-`start_multiplier_at` – a number between 0 and 1 that indicates at what point the sampler will start multiplying
59
-
-`stop_multiplier_at` – a number between 0 and 1 that indicates at what point the sampler will stop multiplying
60
-
-`multiplier_mode` – can be `replace` or `combine`. `replace` will replace the latent with the transformed one, `combine` will add the original and the transformed latent
61
-
-`multiplier` – multiply latent by specified number
62
-
63
-
**Output:**
64
-
exactly matches the base KSampler
65
-
66
-
**Usage:**
67
-
**You also can use those params together**
68
-

69
-

70
-

71
-

41
+
## ~~TSampler with transforms (Latent Control)~~
42
+
Removed from version 2.0.0
72
43
73
44
## TSampler (Latent Control)
74
45
This node allows to combine a lot of transforms with different parameters.
@@ -125,10 +96,10 @@ Each transform node has own one-time version. They allow to make one transform a
125
96
126
97
Fixes some issues when sampling modified latent space.
127
98
128
-
**Input**
99
+
**Input:**
129
100
exactly matches the `VAE Decode` node
130
101
131
-
**Output**
102
+
**Output:**
132
103
- latent
133
104
134
105
When you multiply latent by negative or big positive (bigger than 2) number and paste this latent in sampler, you can see that the
@@ -150,4 +121,17 @@ And it very slightly changes results from latent, which have not been modified.
150
121

151
122

152
123
124
+
## Transform hijack
125
+
126
+
Allow you to use transforms with any samplers that you like.
0 commit comments