nielsr HF Staff commited on
Commit
5e10046
·
verified ·
1 Parent(s): be95960

Add model card

Browse files

This PR adds a model card, linking it to the relevant paper page and Github repository.
It also adds the relevant pipeline tag and license information.

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-to-video
4
+ library_name: diffusers
5
+ ---
6
+
7
+ This repository contains the Panoramic Animator model described in [HoloTime: Taming Video Diffusion Models for Panoramic 4D Scene Generation](https://huggingface.co/papers/2504.21650).
8
+
9
+ Project page: https://zhouhyocean.github.io/holotime/
10
+
11
+ Code: https://github.com/PKU-YuanGroup/HoloTime