Update pipeline.json
Browse files- pipeline.json +4 -4
    	
        pipeline.json
    CHANGED
    
    | @@ -2,11 +2,11 @@ | |
| 2 | 
             
                "name": "TrellisTextTo3DPipeline",
         | 
| 3 | 
             
                "args": {
         | 
| 4 | 
             
                    "models": {
         | 
| 5 | 
            -
                        "sparse_structure_decoder": " | 
| 6 | 
             
                        "sparse_structure_flow_model": "ckpts/ss_flow_txt_dit_L_16l8_fp16",
         | 
| 7 | 
            -
                        "slat_decoder_gs": " | 
| 8 | 
            -
                        "slat_decoder_rf": " | 
| 9 | 
            -
                        "slat_decoder_mesh": " | 
| 10 | 
             
                        "slat_flow_model": "ckpts/slat_flow_txt_dit_L_64l8p2_fp16"
         | 
| 11 | 
             
                    },
         | 
| 12 | 
             
                    "sparse_structure_sampler": {
         | 
|  | |
| 2 | 
             
                "name": "TrellisTextTo3DPipeline",
         | 
| 3 | 
             
                "args": {
         | 
| 4 | 
             
                    "models": {
         | 
| 5 | 
            +
                        "sparse_structure_decoder": "larsquaedvlieg/TRELLIS-image-large-fork/ckpts/ss_dec_conv3d_16l8_fp16",
         | 
| 6 | 
             
                        "sparse_structure_flow_model": "ckpts/ss_flow_txt_dit_L_16l8_fp16",
         | 
| 7 | 
            +
                        "slat_decoder_gs": "larsquaedvlieg/TRELLIS-image-large-fork/ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16",
         | 
| 8 | 
            +
                        "slat_decoder_rf": "larsquaedvlieg/TRELLIS-image-large-fork/ckpts/slat_dec_rf_swin8_B_64l8r16_fp16",
         | 
| 9 | 
            +
                        "slat_decoder_mesh": "larsquaedvlieg/TRELLIS-image-large-fork/ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16",
         | 
| 10 | 
             
                        "slat_flow_model": "ckpts/slat_flow_txt_dit_L_64l8p2_fp16"
         | 
| 11 | 
             
                    },
         | 
| 12 | 
             
                    "sparse_structure_sampler": {
         | 
