Nodes/ComfyUI-TinyBreaker/❌ Load TinyBreaker Checkpoint (custom) [Deprecated]
ComfyUI Node

❌ Load TinyBreaker Checkpoint (custom) [Deprecated]

Load TinyBreaker checkpoints with customized parameters.

By martin-rizzo·Created 2 years ago·Updated 11 months ago· 42
❌ Load TinyBreaker Checkpoint (custom) [Deprecated]
    • MODEL
    • VAE
    • TRANSCODER
    • REFINER_MODEL
    • REFINER_CLIP
    • GENPARAMS
    ckpt_name
    vaefast
    transcoder
    refiner
    resolutionautomatic
    Category💪TinyBreaker/__deprecated

    Inputs (5)

    NameTypeDefaultDescription
    ckpt_nameCOMBOThe TinyBreaker checkpoint to load.
    vaeCOMBOfastThe VAE model used for encoding and decoding images to and from latent space.
    transcoderCOMBOThe transcoder model used for converting latent images from base to refiner. (use "automatic" for auto-selection of best alternative)
    refinerCOMBOThe refiner checkpoint to load. (use "automatic" for auto-selection of best alternative or "none" for no refiner)
    resolutionCOMBOautomaticThe base resolution the model is intended to work at. (use "automatic" for auto-selection of best alternative)

    Outputs (6)

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