Skip to content

Commit a89d51d

Browse files
committed
readme
1 parent 0b3641c commit a89d51d

File tree

1 file changed

+17
-33
lines changed

1 file changed

+17
-33
lines changed

README.md

Lines changed: 17 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,8 @@ This node can shift latent along x and y-axis.
3838
**Usage:**
3939
![sample](https://i.imgur.com/1Dp5dSw.png)
4040

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-
![sample](https://i.imgur.com/RMJTnWF.png)
69-
![sample](https://i.imgur.com/fQ7UWuS.png)
70-
![sample](https://i.imgur.com/pxWupAx.png)
71-
![sample](https://i.imgur.com/1YkERDu.png)
41+
## ~~TSampler with transforms (Latent Control)~~
42+
Removed from version 2.0.0
7243

7344
## TSampler (Latent Control)
7445
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
12596

12697
Fixes some issues when sampling modified latent space.
12798

128-
**Input**
99+
**Input:**
129100
exactly matches the `VAE Decode` node
130101

131-
**Output**
102+
**Output:**
132103
- latent
133104

134105
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.
150121
![sample](https://i.imgur.com/xTU08xm.png)
151122
![sample](https://i.imgur.com/yzgW7QT.png)
152123

124+
## Transform hijack
125+
126+
Allow you to use transforms with any samplers that you like.
127+
128+
**Inputs:**
129+
- latent
130+
- transforms
131+
132+
**Outputs:**
133+
- latent
134+
135+
**Usage:**
136+
![sample](https://i.imgur.com/YwVhHYF.png)
153137

0 commit comments

Comments
 (0)