XianglongHe commited on
Commit
b2b9757
·
verified ·
1 Parent(s): 235f030

Create pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +8 -0
pipeline.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "TripoSFPipeline",
3
+ "args": {
4
+ "models": {
5
+ "TripoSFVAE": "VAST-AI/TripoSF/vae/pretrained_TripoSFVAE_256i1024o"
6
+ }
7
+ }
8
+ }