ComfyUI Node
💪TB | Build Custom Transcoder
Builds a custom transcoder using two Variational Autoencoders (VAEs). They are combined to create an integrated transcoder that can convert between different latent spaces.
💪TB | Build Custom Transcoder
- source_vae
- target_vae
- TRANSCODER
◄enhancer_opNone►
◄enhancer_level0.5►
Category💪TinyBreaker/transcoding
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| source_vae | VAE | VAE model of the source latent space in the conversion. (This VAE will be used as the decoder) | |
| target_vae | VAE | VAE model of the target latent space in the conversion. (This VAE will be used as the encoder) | |
| enhancer_op | COMBO | None | 3 options: None, Auto, Blur |
| enhancer_level | FLOAT | 0.50–5 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| TRANSCODER | TRANSCODER | A custom transcoder. |