Nodes/BetterNormalCrafterWrapper/NormalCrafter - Load
ComfyUI Node

NormalCrafter - Load

Loads the NormalCrafter UNet/VAE and the required Stable Video Diffusion base components. Model discovery follows ComfyUI's registered 'normalcrafter' paths, including extra_model_paths.yaml.

By kaski23·Created 3 months ago·Updated 6 days ago· 0
NormalCrafter - Load
    • model
    ◄normalcrafter_modelHF: Yanrui95/NormalCrafter►
    ◄base_modelHF: stabilityai/stable-video-diffusion-img2vid-xt►
    CategoryNormalCrafter

    Inputs (2)

    NameTypeDefaultDescription
    normalcrafter_modelCOMBOHF: Yanrui95/NormalCrafterNormalCrafter model containing the UNet and VAE. Local models are discovered from every ComfyUI 'normalcrafter' model path, including paths from extra_model_paths.yaml. Selecting an HF entry downloads the required files into a registered normalcrafter path.
    base_modelCOMBOHF: stabilityai/stable-video-diffusion-img2vid-xtStable Video Diffusion base components used by NormalCrafter: CLIP image encoder, feature extractor and scheduler. Local models are discovered from the same registered ComfyUI 'normalcrafter' paths.

    Outputs (1)

    NameTypeDescription
    modelNORMALCRAFTER_MODELLoaded NormalCrafter model bundle. Heavy components stay on CPU until inference needs them.