Nodes/ComfyUI-TinyBreaker/💪TB | Load TinyBreaker Checkpoint (advanced)
ComfyUI Node

💪TB | Load TinyBreaker Checkpoint (advanced)

Loads a TinyBreaker checkpoint allowing for detailed configuration of each sub-component.

By martin-rizzo·Created 2 years ago·Updated 12 months ago· 42
💪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)

    NameTypeDefaultDescription
    ckpt_nameCOMBOThe TinyBreaker checkpoint to load.
    vaeCOMBOautoThe VAE model used for encoding and decoding images to and from latent space.
    transcoderCOMBOautoThe transcoder model used for converting latent images from base to refiner. (use "automatic" for auto-selection of best alternative)
    refinerCOMBOautoThe refiner checkpoint to load. (use "automatic" for auto-selection of best alternative or "none" for no refiner)
    resolutionCOMBOautoThe base resolution the model is intended to work at. (use "automatic" for auto-selection of best alternative)
    upscaler_vaeCOMBOautoThe VAE used during upscaling. A `high_quality` VAE is available but due to its high VRAM consumption, `auto` and `fast` are recommended.

    Outputs (8)

    NameTypeDescription
    MODELMODELThe model used for denoising latent images.
    CLIPCLIPThe CLIP model used for embedding text prompts.The VAE model used for encoding and decoding images to and from latent space.
    VAEVAEThe transcoder model used for converting latent images from base to refiner.
    TRANSCODERTRANSCODERThe model used for refining latent images.
    REFINER_MODELMODELThe CLIP model used for embedding text prompts during refining.
    REFINER_CLIPCLIPThe VAE model used during the upscaling process.
    UPSCALER_VAEVAEGeneration parameters extracted from the metadata of the loaded checkpoint.
    METADATAGENPARAMS