ComfyUI Node
π£ Gimbal Latent Math (Dispatcher)
A ComfyUI node in Gimbal/Primitives with 14 inputs and 3 outputs.
π£ Gimbal Latent Math (Dispatcher)
- latent
- additional_latent
- reference_batch
- latent
- mean_metric
- op_telemetry
βoppipelineβΊ
βpsi0.90βΊ
βt0.50βΊ
βsubspace_rank-1βΊ
βscale_cap10.0βΊ
βjitter_strength0.001βΊ
βsigma20.00βΊ
βschedulecosineβΊ
βstep0βΊ
βchannel_adaptivetrueβΊ
βseed0βΊ
CategoryGimbal/Primitives
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | β | |
| op | COMBO | pipeline | Equation set to apply. Transform ops rewrite the latent; metric ops pass it through and emit FLOAT + DICT telemetry. |
| psiopt | FLOAT | 0.900β3 | E3 truncation coefficient (truncation / pipeline). 1.0 = identity; <1.0 shrinks variance toward centroid; >1.0 exaggerates |
| topt | FLOAT | 0.500β1 | E4 mu-Slerp interpolation fraction (slerp_mu). 0 = input, 1 = additional_latent target |
| subspace_rankopt | INT | -1-1β64 | E7/E8/E9 low-rank subspace size. -1 = all available SVD components; 0 = Frechet-mean / isotropic shrinkage only |
| scale_capopt | FLOAT | 10.00.1β1000 | E11 bounded coupling-scale tanh cap (bounded_scale / pipeline) |
| jitter_strengthopt | FLOAT | 0.0010β1 | E12 dequantization amplitude (dequantize / pipeline). Doubles as E10 Gaussian bandwidth for total_correlation (0 = auto median bandwidth) |
| sigma2opt | FLOAT | 0.000β100 | E7/E8/E9 residual isotropic variance. 0 = estimate from the SVD trailing eigenvalues |
| scheduleopt | COMBO | cosine | E12 dequantization decay schedule |
| stepopt | INT | 00β1000000 | E12 current dequantization step (out of 1000); decay = 0 at step 1000 |
| channel_adaptiveopt | BOOLEAN | true | E3 per-channel centroid vs global scalar centroid when no reference_batch is wired (truncation) |
| seedopt | INT | 00β18446744073709550000 | Seed for reproducible E12 jitter |
| additional_latentopt | LATENT | Target vector for E4 slerp_mu destination or E5 geodesic comparison. Optional; required only for those ops | |
| reference_batchopt | LATENT | Cohort anchor: E4 mu centroid (slerp_mu) or E3 centroid (truncation) |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | β |
| mean_metric | FLOAT | β |
| op_telemetry | DICT | β |