Commit 2f6a9695 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 06cc6052
...@@ -78,63 +78,6 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一 ...@@ -78,63 +78,6 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一
## 推理 ## 推理
### 模型下载
[huggingface](https://hf-mirror.com/Tencent-Hunyuan/HunyuanDiT/tree/main) | [SCNet快速下载](http://113.200.138.88:18080/aimodels/HunyuanDiT)
下载链接中的所有模型文件,并放入`ckpts`文件中。
ckpts/
├── dialoggen
│ ├── config.json
│ ├── generation_config.json
│ ├── model-00001-of-00004.safetensors
│ ├── model-00002-of-00004.safetensors
│ ├── model-00003-of-00004.safetensors
│ ├── model-00004-of-00004.safetensors
│ ├── model.safetensors.index.json
│ ├── openai
│ │ └── clip-vit-large-patch14-336
│ │ ├── config.json
│ │ ├── merges.txt
│ │ ├── preprocessor_config.json
│ │ ├── pytorch_model.bin
│ │ ├── README.md
│ │ ├── special_tokens_map.json
│ │ ├── tokenizer_config.json
│ │ ├── tokenizer.json
│ │ └── vocab.json
│ ├── special_tokens_map.json
│ ├── tokenizer_config.json
│ └── tokenizer.model
└── t2i
├── clip_text_encoder
│ ├── config.json
│ └── pytorch_model.bin
├── model
│ ├── pytorch_model_ema.pt
│ └── pytorch_model_module.pt
├── mt5
│ ├── config.json
│ ├── download.sh
│ ├── generation_config.json
│ ├── nohup.out
│ ├── pytorch_model.bin
│ ├── README.md
│ ├── special_tokens_map.json
│ ├── spiece.model
│ └── tokenizer_config.json
├── sdxl-vae-fp16-fix
│ ├── config.json
│ ├── diffusion_pytorch_model.bin
│ └── diffusion_pytorch_model.safetensors
└── tokenizer
├── special_tokens_map.json
├── tokenizer_config.json
├── vocab_org.txt
└── vocab.txt
### 命令行 ### 命令行
# Prompt Enhancement + Text-to-Image. Torch mode # Prompt Enhancement + Text-to-Image. Torch mode
...@@ -211,6 +154,61 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一 ...@@ -211,6 +154,61 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一
`零售,广媒,电商` `零售,广媒,电商`
## 预训练权重
预训练权重快速下载中心:[SCNet AlModels](http://113.200.138.88:18080/aimodels) ,项目中的预训练权重可从快速下载通道下载:[HunyuanDiT](http://113.200.138.88:18080/aimodels/HunyuanDiT).
下载链接中的所有模型文件,并放入`ckpts`文件中。
ckpts/
├── dialoggen
│ ├── config.json
│ ├── generation_config.json
│ ├── model-00001-of-00004.safetensors
│ ├── model-00002-of-00004.safetensors
│ ├── model-00003-of-00004.safetensors
│ ├── model-00004-of-00004.safetensors
│ ├── model.safetensors.index.json
│ ├── openai
│ │ └── clip-vit-large-patch14-336
│ │ ├── config.json
│ │ ├── merges.txt
│ │ ├── preprocessor_config.json
│ │ ├── pytorch_model.bin
│ │ ├── README.md
│ │ ├── special_tokens_map.json
│ │ ├── tokenizer_config.json
│ │ ├── tokenizer.json
│ │ └── vocab.json
│ ├── special_tokens_map.json
│ ├── tokenizer_config.json
│ └── tokenizer.model
└── t2i
├── clip_text_encoder
│ ├── config.json
│ └── pytorch_model.bin
├── model
│ ├── pytorch_model_ema.pt
│ └── pytorch_model_module.pt
├── mt5
│ ├── config.json
│ ├── download.sh
│ ├── generation_config.json
│ ├── nohup.out
│ ├── pytorch_model.bin
│ ├── README.md
│ ├── special_tokens_map.json
│ ├── spiece.model
│ └── tokenizer_config.json
├── sdxl-vae-fp16-fix
│ ├── config.json
│ ├── diffusion_pytorch_model.bin
│ └── diffusion_pytorch_model.safetensors
└── tokenizer
├── special_tokens_map.json
├── tokenizer_config.json
├── vocab_org.txt
└── vocab.txt
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
* https://developer.hpccube.com/codes/modelzoo/hunyuandit_pytorch * https://developer.hpccube.com/codes/modelzoo/hunyuandit_pytorch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment