WorldGrow / ckpts /ss_fine_flow.json
UranusITS's picture
Upload folder using huggingface_hub
b6e0ccf verified
raw
history blame contribute delete
451 Bytes
{
"name": "SparseStructureFlowModel",
"args": {
"resolution": 16,
"in_channels": 8,
"out_channels": 8,
"model_channels": 1280,
"cond_channels": 768,
"num_blocks": 28,
"num_heads": 16,
"mlp_ratio": 4,
"patch_size": 1,
"pe_mode": "ape",
"qk_rms_norm": true,
"qk_rms_norm_cross": true,
"use_fp16": true,
"use_inpainting": true
}
}