ComfyUI Node
❌ Load TinyBreaker Checkpoint [Deprecated]
Load TinyBreaker checkpoints.
❌ Load TinyBreaker Checkpoint [Deprecated]
- MODEL
- VAE
- TRANSCODER
- REFINER_MODEL
- REFINER_CLIP
- GENPARAMS
◄ckpt_name▾►
◄vaefast►
Category💪TinyBreaker/__deprecated
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The TinyBreaker checkpoint to load. | |
| vae | COMBO | fast | The VAE quality to use. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model used for denoising latent images. |
| VAE | VAE | The VAE model used for encoding and decoding images to and from latent space. |
| TRANSCODER | TRANSCODER | The transcoder model used for converting latent images from base to refiner. |
| REFINER_MODEL | MODEL | The model used for refining latent images. |
| REFINER_CLIP | CLIP | The CLIP model used for embedding text prompts during refining. |
| GENPARAMS | GENPARAMS | Generation parameters extracted from the metadata of the loaded checkpoint. |