Diffusers
video-to-4d
stable-diffusion
chunhanyao commited on
Commit
01d8e07
·
verified ·
1 Parent(s): da99a9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -29,7 +29,7 @@ extra_gated_fields:
29
  ![](teaser.gif)
30
  **Stable Video 4D 2.0 (SV4D 2.0)** is a generative model based on [Stable Video 4D (SV4D)](https://huggingface.co/stabilityai/sv4d), which takes in a single-view video of an object and generates multiple novel-view videos (4D image matrix) of that object.
31
 
32
- Please note: For individuals or organizations generating annual revenue of US $1,000,000 (or local currency equivalent) or more, regardless of the source of that revenue, you must obtain an enterprise commercial license directly from Stability AI before commercially using SV4D, or any derivative work of SV4D or its outputs, such as “fine tune” or “low-rank adaption” models. You may submit a request for an Enterprise License at https://stability.ai/enterprise. Please refer to Stability AI’s Community License, available at https://stability.ai/license, for more information.
33
 
34
 
35
  ### Model Description
@@ -39,7 +39,7 @@ Please note: For individuals or organizations generating annual revenue of US $
39
  * **Model details**: This model is trained to generate 48 images (12 video frames x 4 camera views) at 576x576 resolution, given a reference video of 12 frames of the same size.
40
  The generated 12x4 images matrix can be viewed as 4 videos (12 frames each), showing how the dynamic object looks from 4 different camera angles specified by the user.
41
  To generate longer novel-view videos, we use the first generated frames as reference, and then sample the remaining frames in an auto-regressive manner.
42
- Please check our [tech report](https://sv4d.github.io/static/sv4d_technical_report.pdf) and [video summary](https://youtu.be/jThfs5O0QhE?feature=shared) for details.
43
 
44
 
45
  ### License
@@ -50,9 +50,9 @@ Please check our [tech report](https://sv4d.github.io/static/sv4d_technical_repo
50
  ### Model Sources
51
 
52
  * **Repository**: https://github.com/Stability-AI/generative-models
53
- * **Tech report**: https://sv4d.github.io/static/sv4d_technical_report.pdf
54
- * **Video summary**: https://youtu.be/jThfs5O0QhE?feature=shared
55
- * **Project page**: https://sv4d.github.io
56
  * **arXiv page**: https://arxiv.org/abs/2407.17470
57
 
58
 
 
29
  ![](teaser.gif)
30
  **Stable Video 4D 2.0 (SV4D 2.0)** is a generative model based on [Stable Video 4D (SV4D)](https://huggingface.co/stabilityai/sv4d), which takes in a single-view video of an object and generates multiple novel-view videos (4D image matrix) of that object.
31
 
32
+ Please note: For individuals or organizations generating annual revenue of US $1,000,000 (or local currency equivalent) or more, regardless of the source of that revenue, you must obtain an enterprise commercial license directly from Stability AI before commercially using SV4D 2.0, or any derivative work of SV4D 2.0 or its outputs, such as “fine tune” or “low-rank adaption” models. You may submit a request for an Enterprise License at https://stability.ai/enterprise. Please refer to Stability AI’s Community License, available at https://stability.ai/license, for more information.
33
 
34
 
35
  ### Model Description
 
39
  * **Model details**: This model is trained to generate 48 images (12 video frames x 4 camera views) at 576x576 resolution, given a reference video of 12 frames of the same size.
40
  The generated 12x4 images matrix can be viewed as 4 videos (12 frames each), showing how the dynamic object looks from 4 different camera angles specified by the user.
41
  To generate longer novel-view videos, we use the first generated frames as reference, and then sample the remaining frames in an auto-regressive manner.
42
+ Please check our [tech report](https://sv4d2.0.github.io/static/sv4d2.0_tech_report.pdf) and [video summary](https://youtu.be/dtqj-s50ynU?feature=shared) for details.
43
 
44
 
45
  ### License
 
50
  ### Model Sources
51
 
52
  * **Repository**: https://github.com/Stability-AI/generative-models
53
+ * **Tech report**: https://sv4d2.0.github.io/static/sv4d2.0_tech_report.pdf
54
+ * **Video summary**: https://youtu.be/dtqj-s50ynU?feature=shared
55
+ * **Project page**: https://sv4d2.0.github.io
56
  * **arXiv page**: https://arxiv.org/abs/2407.17470
57
 
58