WorldGrow / pipeline.json
UranusITS's picture
Upload folder using huggingface_hub
b6e0ccf verified
{
"name": "WorldGrowPipeline",
"args": {
"models": {
"sparse_structure_encoder": "microsoft/TRELLIS-image-large/ckpts/ss_enc_conv3d_16l8_fp16",
"sparse_structure_decoder": "microsoft/TRELLIS-image-large/ckpts/ss_dec_conv3d_16l8_fp16",
"sparse_structure_coarse_flow_model": "ckpts/ss_coarse_flow",
"sparse_structure_fine_flow_model": "ckpts/ss_fine_flow",
"slat_flow_model": "ckpts/slat_flow",
"slat_decoder_gs": "ckpts/slat_decoder_gs",
"slat_decoder_mesh": "ckpts/slat_decoder_mesh"
},
"sparse_structure_sampler": {
"name": "FlowEulerInpaintingGuidanceIntervalSampler",
"args": {
"sigma_min": 1e-5
},
"params": {
"steps": 50,
"cfg_strength": 0.0,
"cfg_interval": [0.5, 1.0],
"rescale_t": 1.0
}
},
"slat_sampler": {
"name": "FlowEulerInpaintingGuidanceIntervalSampler",
"args": {
"sigma_min": 1e-5
},
"params": {
"steps": 50,
"cfg_strength": 0.0,
"cfg_interval": [0.5, 1.0],
"rescale_t": 1.0
}
},
"slat_normalization": {
"mean": [
-2.1687545776367188,
-0.004347046371549368,
-0.13352349400520325,
-0.08418072760105133,
-0.5271206498146057,
0.7238689064979553,
-1.1414450407028198,
1.2039363384246826
],
"std": [
2.377650737762451,
2.386378288269043,
2.124418020248413,
2.1748552322387695,
2.663944721221924,
2.371192216873169,
2.6217446327209473,
2.684523105621338
]
},
"text_cond_model": "openai/clip-vit-large-patch14",
"text_prompt": "A photorealistic 3D house mesh with a contemporary architectural style, featuring clean lines and a balanced mix of natural and industrial materials. Use large windows for natural lighting. Prioritize smooth mesh topology and modular components for adaptability, maintaining a cohesive modern aesthetic."
}
}