ComfyUI Node
❌ Load TinyBreaker Checkpoint (custom) [Deprecated]
Load TinyBreaker checkpoints with customized parameters.
❌ Load TinyBreaker Checkpoint (custom) [Deprecated]
- MODEL
- VAE
- TRANSCODER
- REFINER_MODEL
- REFINER_CLIP
- GENPARAMS
◄ckpt_name▾►
◄vaefast►
◄transcoder▾►
◄refiner▾►
◄resolutionautomatic►
Category💪TinyBreaker/__deprecated
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The TinyBreaker checkpoint to load. | |
| vae | COMBO | fast | The VAE model used for encoding and decoding images to and from latent space. |
| transcoder | COMBO | The transcoder model used for converting latent images from base to refiner. (use "automatic" for auto-selection of best alternative) | |
| refiner | COMBO | The refiner checkpoint to load. (use "automatic" for auto-selection of best alternative or "none" for no refiner) | |
| resolution | COMBO | automatic | The base resolution the model is intended to work at. (use "automatic" for auto-selection of best alternative) |
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. |