ComfyUI Node
💪TB | Load TinyBreaker Checkpoint
Load a TinyBreaker checkpoint.
💪TB | Load TinyBreaker Checkpoint
- MODEL
- CLIP
- VAE
- TRANSCODER
- REFINER_MODEL
- REFINER_CLIP
- UPSCALER_VAE
- METADATA
◄ckpt_name▾►
◄vae_typeauto►
◄upscaler_vae_typeauto►
Category💪TinyBreaker/loaders
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The TinyBreaker checkpoint to load. | |
| vae_type | COMBO | auto | The VAE type used during generation. The `high_quality` VAE produces better results but takes longer and uses more VRAM. |
| upscaler_vae_type | COMBO | auto | The VAE type 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 | — |