gym890 commited on
Commit
81f6ba4
0 Parent(s):

Initial commit

Browse files
Files changed (3) hide show
  1. .gitattributes +36 -0
  2. README.md +87 -0
  3. back_head-230000.th +3 -0
.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.th filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+ arxiv.org/abs/2503.15667
7
+
8
+
9
+
10
+ <p align="center">
11
+
12
+ <h2 align="center">[CVPR'25]DiffPortrait360: Consistent Portrait Diffusion for 360 View Synthesis</h2>
13
+ <p align="center">
14
+ <a href="https://freedomgu.github.io/">Yuming Gu</a><sup>1,2</sup>
15
+
16
+ <a href="https://p0lyfish.github.io/portfolio/">Phong Tran</a><sup>2</sup>
17
+
18
+ <a href="https://paulyzheng.github.io/about/">Yujian Zheng</a><sup>2</sup>
19
+
20
+ <a href="https://hongyixu37.github.io/homepage/">Hongyi Xu</a><sup>3</sup>
21
+
22
+ <a href="https://lhyfst.github.io/">Heyuan Li</a><sup>4</sup>
23
+
24
+ <a href="https://www.linkedin.com/in/adilbek-karmanov?originalSubdomain=ae">Adilbek Karmanov</a><sup>2</sup>
25
+
26
+ <a href="https://hao-li.com">Hao Li</a><sup>2,5</sup>
27
+ <br>
28
+ <sup>1</sup>Unviersity of Southern California &nbsp;<sup>2</sup>MBZUAI &nbsp; <sup>3</sup>ByteDance Inc. &nbsp;
29
+ <br>
30
+ <sup>4</sup>The Chinese University of Hong Kong, Shenzhen&nbsp; <sup>5</sup>Pinscreen Inc.
31
+ <br>
32
+ </br>
33
+ <a href="https://arxiv.org/abs/2503.15667">
34
+ <img src='https://img.shields.io/badge/arXiv-diffportrait360-green' alt='Paper PDF'>
35
+ </a>
36
+ <a href='https://freedomgu.github.io/DiffPortrait360/'>
37
+ <img src='https://img.shields.io/badge/Project_Page-diffportrait360-blue' alt='Project Page'></a>
38
+ <a href='https://huggingface.co/gym890/diffportrait360'>
39
+ <img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow'></a>
40
+ </br>
41
+ </p>
42
+
43
+
44
+
45
+
46
+ ## 馃摐 Requirements
47
+ * An NVIDIA GPU with CUDA support is required.
48
+ * We have tested on a single A6000 GPU.
49
+ * **Minimum**: The minimum GPU memory required is 30GB for generating a single NVS video (batch_size=1) of 32 frames each time.
50
+ * **Recommended**: We recommend using a GPU with 40GB of memory.
51
+ * Operating system: Linux
52
+
53
+
54
+ ## 馃П Download Pretrained Models
55
+
56
+ ```bash
57
+ Diffportrait360
58
+ |----...
59
+ |----pretrained_weights
60
+ |----back_head-230000.th # back head generator
61
+ |----model_state-3400000.th # diffportrait360 main module
62
+ |----easy-khair-180-gpc0.8-trans10-025000.th
63
+ |----...
64
+ ```
65
+
66
+ ## 馃敆 BibTeX
67
+ If you find [Diffportrait360](https://arxiv.org/abs/2503.15667) is useful for your research and applications, please cite Diffportrait360 using this BibTeX:
68
+
69
+ ```BibTeX
70
+ @article{gu2025diffportrait360,
71
+ title={DiffPortrait360: Consistent Portrait Diffusion for 360 View Synthesis},
72
+ author={Gu, Yuming and Tran, Phong and Zheng, Yujian and Xu, Hongyi and Li, Heyuan and Karmanov, Adilbek and Li, Hao},
73
+ journal={arXiv preprint arXiv:2503.15667},
74
+ year={2025}
75
+ }
76
+ ```
77
+
78
+
79
+ ## License
80
+
81
+ Our code is distributed under the Apache-2.0 license.
82
+
83
+
84
+ ## Acknowledgements
85
+
86
+ This work is supported by the Metaverse Center Grant from the MBZUAI Research Office. We appreciate the contributions from [Diffportrait3D](https://github.com/FreedomGu/DiffPortrait3D), [PanoHead](https://github.com/SizheAn/PanoHead), [SphereHead](https://lhyfst.github.io/spherehead/), [ControlNet](https://github.com/lllyasviel/ControlNet) for their open-sourced research. We thank [Egor Zakharov](https://egorzakharov.github.io/), [Zhenhui Lin](https://www.linkedin.com/in/zhenhui-lin-5b6510226/?originalSubdomain=ae), [Maksat Kengeskanov](https://www.linkedin.com/in/maksat-kengeskanov/%C2%A0/), and Yiming Chen for the early discussions, helpful suggestions, and feedback.
87
+
back_head-230000.th ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16d0975d56cfcd957350c097f858ee53d83ab479c207bd2f7de88c11b61bedfb
3
+ size 9149118575