HiDream-ai/HiDream-E1-Full 已完整同步
文件
显示第 1–20 个,共 37 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 1.5 KiB |
| — |
HiDream-E1-Full.safetensors
|
SAFETENSORS | 248 MiB |
| — |
README.md
|
MD | 6.7 KiB |
| — |
demo.jpg
|
JPG | 1.1 MiB |
| — |
model_index.json
|
JSON | 845 B |
scheduler/ |
scheduler_config.json
|
JSON | 750 B |
text_encoder/ |
config.json
|
JSON | 580 B |
text_encoder/ |
model.safetensors
|
SAFETENSORS | 472 MiB |
text_encoder_2/ |
config.json
|
JSON | 576 B |
text_encoder_2/ |
model.safetensors
|
SAFETENSORS | 2.6 GiB |
text_encoder_3/ |
config.json
|
JSON | 741 B |
text_encoder_3/ |
model-00001-of-00002.safetensors
|
SAFETENSORS | 4.7 GiB |
text_encoder_3/ |
model-00002-of-00002.safetensors
|
SAFETENSORS | 4.2 GiB |
text_encoder_3/ |
model.safetensors.index.json
|
JSON | 19 KiB |
tokenizer/ |
merges.txt
|
TXT | 512 KiB |
tokenizer/ |
special_tokens_map.json
|
JSON | 472 B |
tokenizer/ |
tokenizer_config.json
|
JSON | 737 B |
tokenizer/ |
vocab.json
|
JSON | 1.0 MiB |
tokenizer_2/ |
merges.txt
|
TXT | 512 KiB |
tokenizer_2/ |
special_tokens_map.json
|
JSON | 460 B |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_4143_6f5705843e --revision 59755657a2c389bfd7dc34853b8a6c48382a07e6 --output ./ds_ext_4143_6f5705843e
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_4143_6f5705843e --revision 59755657a2c389bfd7dc34853b8a6c48382a07e6 --output ./ds_ext_4143_6f5705843e
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_4143_6f5705843e --revision 59755657a2c389bfd7dc34853b8a6c48382a07e6 --output ./ds_ext_4143_6f5705843e --overwrite
仅包含匹配路径
wehub datasets download ds_ext_4143_6f5705843e --revision 59755657a2c389bfd7dc34853b8a6c48382a07e6 --output ./ds_ext_4143_6f5705843e --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_4143_6f5705843e --revision 59755657a2c389bfd7dc34853b8a6c48382a07e6 --output ./ds_ext_4143_6f5705843e --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_4143_6f5705843e --revision 59755657a2c389bfd7dc34853b8a6c48382a07e6 --output ./ds_ext_4143_6f5705843e --jobs 8
完整帮助:wehub datasets download --help