-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcustom-extensions-list.json
164 lines (164 loc) · 7.07 KB
/
custom-extensions-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"custom_nodes": [
{
"author": "threestudio project",
"title": "threestudio-mvdream",
"reference": "https://github.com/DSaurus/threestudio-mvdream",
"files": [
"https://github.com/DSaurus/threestudio-mvdream"
],
"install_type": "git-clone",
"description": "MVDream extension of threestudio. MVDream: Multi-view Diffusion for 3D Generation"
},
{
"author": "threestudio project",
"title": "threestudio-3dgs",
"reference": "https://github.com/DSaurus/threestudio-3dgs",
"files": [
"https://github.com/DSaurus/threestudio-3dgs"
],
"install_type": "git-clone",
"description": "3D Gaussian Splatting extension of threestudio."
},
{
"author": "Ruizhi Shao",
"title": "threestudio-meshfitting",
"reference": "https://github.com/DSaurus/threestudio-meshfitting",
"files": [
"https://github.com/DSaurus/threestudio-meshfitting"
],
"install_type": "git-clone",
"description": "Use neural representation in threestudio to fit a mesh."
},
{
"author": "threestudio project",
"title": "threestudio-4dfy",
"reference": "https://github.com/DSaurus/threestudio-4dfy",
"files": [
"https://github.com/DSaurus/threestudio-4dfy"
],
"install_type": "git-clone",
"description": "Text-to-4d generation extension. 4D-fy: Text-to-4D Generation Using Hybrid Score Distillation Sampling"
},
{
"author": "Yuyang Zhao",
"title": "threestudio-animate124",
"reference": "https://github.com/HeliosZhao/Animate124/",
"files": [
"https://github.com/HeliosZhao/Animate124/tree/threestudio"
],
"install_type": "git-clone",
"description": "Image-to-4d generation extension. Animate124: Animating One Image to 4D Dynamic Scene."
},
{
"author": "Ruizhi Shao",
"title": "threestudio-dreamcraft3D",
"reference": "https://github.com/DSaurus/threestudio-dreamcraft3D",
"files": [
"https://github.com/DSaurus/threestudio-dreamcraft3D"
],
"install_type": "git-clone",
"description": "The DreamCraft3D extension of threestudio. DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior."
},
{
"author": "Baorui Ma",
"title": "threestudio-geodream",
"reference": "https://github.com/baaivision/GeoDream/tree/threestudio",
"files": [
"https://github.com/baaivision/GeoDream/tree/threestudio"
],
"install_type": "git-clone",
"description": "GeoDream: Disentangling 2D and Geometric Priors for High-Fidelity and Consistent 3D Generation."
},
{
"author": "Zehuan Huang",
"title": "threestudio-dreamwaltz",
"reference": "https://github.com/huanngzh/threestudio-dreamwaltz",
"files": [
"https://github.com/huanngzh/threestudio-dreamwaltz"
],
"install_type": "git-clone",
"description": "The DreamWaltz extension of threestudio. DreamWaltz: Make a Scene with Complex 3D Animatable Avatars."
},
{
"author": "Ruizhi Shao",
"title": "threestudio-shap-e",
"reference": "https://github.com/DSaurus/threestudio-shap-e",
"files": [
"https://github.com/DSaurus/threestudio-shap-e"
],
"install_type": "git-clone",
"description": "The shap-e guidance extension of threestudio. Shap-E: Generating Conditional 3D Implicit Functions."
},
{
"author": "Xingyi Yang",
"title": "threestudio-lrm",
"reference": "https://github.com/Adamdad/threestudio-lrm",
"files": [
"https://github.com/Adamdad/threestudio-lrm"
],
"install_type": "git-clone",
"description": "The LRM guidance extension of threestudio. Lrm: Large reconstruction model for single image to 3d."
},
{
"author": "Ruizhi Shao",
"title": "threestudio-stable-nerf-renderer",
"reference": "https://github.com/DSaurus/threestudio-stable-nerf-renderer",
"files": [
"https://github.com/DSaurus/threestudio-stable-nerf-renderer"
],
"install_type": "git-clone",
"description": "Stablize the GPU memory usage by limiting the ray nums of NeRF renderer."
},
{
"author": "Xinhua Cheng",
"title": "threestudio-gaussiandreamer",
"reference": "https://github.com/cxh0519/threestudio-gaussiandreamer",
"files": [
"https://github.com/cxh0519/threestudio-gaussiandreamer"
],
"install_type": "git-clone",
"description": "GaussianDreamer extension of Threestudio. GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models."
},
{
"author": "Xinhua Cheng",
"title": "threestudio-progressive3d",
"reference": "https://github.com/cxh0519/Progressive3D",
"files": [
"https://github.com/cxh0519/Progressive3D/tree/main/threestudio-progressive3d"
],
"install_type": "git-clone",
"description": "Progressive3D extension of Threestudio. Progressive3D: Progressively Local Editing for Text-to-3D Content Creation with Complex Semantic Prompts."
},
{
"author": "Ruizhi Shao",
"title": "threestudio-dynamic-gaussian (coming soon)",
"reference": "https://github.com/DSaurus/threestudio-dynamic-gaussian",
"files": [
"https://github.com/DSaurus/threestudio-dynamic-gaussian"
],
"install_type": "git-clone",
"description": "Dynamic Gaussian Splatting extension of threestudio."
},
{
"author": "KU-CVLAB" ,
"title": "threestudio-3dfuse",
"reference": "https://github.com/KU-CVLAB/3DFuse-threestudio",
"files": [
"https://github.com/KU-CVLAB/3DFuse-threestudio"
],
"install_type": "git-clone",
"description": "3DFuse (combined with ProlificDreamer) extension of threestudio. "
},
{
"author": "Amir Barda" ,
"title": "threestudio-magicclay",
"reference": "https://github.com/amirbarda/MagicClay",
"files": [
"https://github.com/amirbarda/MagicClay/tree/main/threestudio-magicclay"
],
"install_type": "git-clone",
"description": "MagicClay extension of threestudio. "
}
]
}