Nodes/ComfyUI-TinyBreaker/💪TB | Load TinyBreaker Checkpoint
ComfyUI Node

💪TB | Load TinyBreaker Checkpoint

Load a TinyBreaker checkpoint.

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

    NameTypeDefaultDescription
    ckpt_nameCOMBOThe TinyBreaker checkpoint to load.
    vae_typeCOMBOautoThe VAE type used during generation. The `high_quality` VAE produces better results but takes longer and uses more VRAM.
    upscaler_vae_typeCOMBOautoThe 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)

    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