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.
NormalCrafter - Load
- model
◄normalcrafter_modelHF: Yanrui95/NormalCrafter►
◄base_modelHF: stabilityai/stable-video-diffusion-img2vid-xt►
CategoryNormalCrafter
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| normalcrafter_model | COMBO | HF: Yanrui95/NormalCrafter | NormalCrafter 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_model | COMBO | HF: stabilityai/stable-video-diffusion-img2vid-xt | Stable 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)
| Name | Type | Description |
|---|---|---|
| model | NORMALCRAFTER_MODEL | Loaded NormalCrafter model bundle. Heavy components stay on CPU until inference needs them. |