NormalCrafter / README.md
nielsr's picture
nielsr HF Staff
Improve model card with metadata and links
12e99e7 verified
|
raw
history blame
1.4 kB
metadata
license: apache-2.0
pipeline_tag: depth-estimation
library_name: diffusers

NormalCrafter: Learning Temporally Consistent Normals from Video Diffusion Priors

NormalCrafter generates temporally consistent normal sequences with fine-grained details from open-world videos of arbitrary lengths. This model is based on the paper NormalCrafter: Learning Temporally Consistent Normals from Video Diffusion Priors.

πŸš€ Quick Start

πŸ€– Gradio Demo

πŸ› οΈ Installation

  1. Clone this repo:
git clone git@github.com:Binyr/NormalCrafter.git
  1. Install dependencies (please refer to requirements.txt):
pip install -r requirements.txt

πŸ€— Model Zoo

NormalCrafter is available in the Hugging Face Model Hub.

πŸƒβ€β™‚οΈ Inference

1. High-resolution inference, requires a GPU with ~20GB memory for 1024x576 resolution:

python run.py  --video-path examples/example_01.mp4

2. Low-resolution inference requires a GPU with ~6GB memory for 512x256 resolution:

python run.py  --video-path examples/example_01.mp4 --max-res 512