microsoft/TRELLIS.2-4B 已完整同步
文件
显示第 1–20 个,共 22 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 1.5 KiB |
| — |
README.md
|
MD | 6.3 KiB |
ckpts/ |
shape_dec_next_dc_f16c32_fp16.json
|
JSON | 678 B |
ckpts/ |
shape_dec_next_dc_f16c32_fp16.safetensors
|
SAFETENSORS | 905 MiB |
ckpts/ |
shape_enc_next_dc_f16c32_fp16.json
|
JSON | 653 B |
ckpts/ |
shape_enc_next_dc_f16c32_fp16.safetensors
|
SAFETENSORS | 676 MiB |
ckpts/ |
slat_flow_img2shape_dit_1_3B_1024_bf16.json
|
JSON | 458 B |
ckpts/ |
slat_flow_img2shape_dit_1_3B_1024_bf16.safetensors
|
SAFETENSORS | 2.4 GiB |
ckpts/ |
slat_flow_img2shape_dit_1_3B_512_bf16.json
|
JSON | 458 B |
ckpts/ |
slat_flow_img2shape_dit_1_3B_512_bf16.safetensors
|
SAFETENSORS | 2.4 GiB |
ckpts/ |
slat_flow_imgshape2tex_dit_1_3B_1024_bf16.json
|
JSON | 458 B |
ckpts/ |
slat_flow_imgshape2tex_dit_1_3B_1024_bf16.safetensors
|
SAFETENSORS | 2.4 GiB |
ckpts/ |
slat_flow_imgshape2tex_dit_1_3B_512_bf16.json
|
JSON | 458 B |
ckpts/ |
slat_flow_imgshape2tex_dit_1_3B_512_bf16.safetensors
|
SAFETENSORS | 2.4 GiB |
ckpts/ |
ss_flow_img_dit_1_3B_64_bf16.json
|
JSON | 467 B |
ckpts/ |
ss_flow_img_dit_1_3B_64_bf16.safetensors
|
SAFETENSORS | 2.4 GiB |
ckpts/ |
tex_dec_next_dc_f16c32_fp16.json
|
JSON | 705 B |
ckpts/ |
tex_dec_next_dc_f16c32_fp16.safetensors
|
SAFETENSORS | 904 MiB |
ckpts/ |
tex_enc_next_dc_f16c32_fp16.json
|
JSON | 676 B |
ckpts/ |
tex_enc_next_dc_f16c32_fp16.safetensors
|
SAFETENSORS | 676 MiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3448_b6255840b2 --revision af44b45f2e35a493886929c6d786e563ec68364d --output ./ds_ext_3448_b6255840b2
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3448_b6255840b2 --revision af44b45f2e35a493886929c6d786e563ec68364d --output ./ds_ext_3448_b6255840b2
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3448_b6255840b2 --revision af44b45f2e35a493886929c6d786e563ec68364d --output ./ds_ext_3448_b6255840b2 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3448_b6255840b2 --revision af44b45f2e35a493886929c6d786e563ec68364d --output ./ds_ext_3448_b6255840b2 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3448_b6255840b2 --revision af44b45f2e35a493886929c6d786e563ec68364d --output ./ds_ext_3448_b6255840b2 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3448_b6255840b2 --revision af44b45f2e35a493886929c6d786e563ec68364d --output ./ds_ext_3448_b6255840b2 --jobs 8
完整帮助:wehub datasets download --help