Spaces:
Running
on
Zero
A newer version of the Gradio SDK is available:
5.25.2
title: NormalCrafter
app_file: app.py
sdk: gradio
sdk_version: 5.23.3
NormalCrafter: Learning Temporally Consistent Video Normal from Video Diffusion Priors
Yanrui Bin1,Wenbo Hu2*,
Haoyuan Wang3,
Xinya Chen4,
Bing Wang2 β
1Spatial Intelligence Group, The Hong Kong Polytechnic University
2ARC Lab, Tencent PCG
3City University of Hong Kong
4Huazhong University of Science and Technology
π Notice
We recommend that everyone use English to communicate on issues, as this helps developers from around the world discuss, share experiences, and answer questions together.
For business licensing and other related inquiries, don't hesitate to contact [email protected]
.
π Introduction
π€ If you find NormalCrafter useful, please help β this repo, which is important to Open-Source projects. Thanks!
π₯ NormalCrafter can generate temporally consistent normal sequences with fine-grained details from open-world videos with arbitrary lengths.
[24-04-01]
π₯π₯π₯ NormalCrafter is released now, have fun!
π Quick Start
π€ Gradio Demo
- Online demo: NormalCrafter
- Local demo:
gradio app.py
π οΈ Installation
- Clone this repo:
git clone [email protected]:Binyr/NormalCrafter.git
- 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