ComfyUI Node
💪TB | Load TinyBreaker Checkpoint (advanced)
Loads a TinyBreaker checkpoint allowing for detailed configuration of each sub-component.
💪TB | Load TinyBreaker Checkpoint (advanced)
- MODEL
- CLIP
- VAE
- TRANSCODER
- REFINER_MODEL
- REFINER_CLIP
- UPSCALER_VAE
- METADATA
◄ckpt_name▾►
◄vaeauto►
◄transcoderauto►
◄refinerauto►
◄resolutionauto►
◄upscaler_vaeauto►
Category💪TinyBreaker/loaders
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The TinyBreaker checkpoint to load. | |
| vae | COMBO | auto | The VAE model used for encoding and decoding images to and from latent space. |
| transcoder | COMBO | auto | The transcoder model used for converting latent images from base to refiner. (use "automatic" for auto-selection of best alternative) |
| refiner | COMBO | auto | The refiner checkpoint to load. (use "automatic" for auto-selection of best alternative or "none" for no refiner) |
| resolution | COMBO | auto | The base resolution the model is intended to work at. (use "automatic" for auto-selection of best alternative) |
| upscaler_vae | COMBO | auto | The VAE used during upscaling. A `high_quality` VAE is available but due to its high VRAM consumption, `auto` and `fast` are recommended. |
Outputs (8)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model used for denoising latent images. |
| CLIP | CLIP | The CLIP model used for embedding text prompts.The VAE model used for encoding and decoding images to and from latent space. |
| VAE | VAE | The transcoder model used for converting latent images from base to refiner. |
| TRANSCODER | TRANSCODER | The model used for refining latent images. |
| REFINER_MODEL | MODEL | The CLIP model used for embedding text prompts during refining. |
| REFINER_CLIP | CLIP | The VAE model used during the upscaling process. |
| UPSCALER_VAE | VAE | Generation parameters extracted from the metadata of the loaded checkpoint. |
| METADATA | GENPARAMS | — |