mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 01:48:13 +00:00
add download links
This commit is contained in:
@@ -2,6 +2,24 @@
|
|||||||
|
|
||||||
Hunyuan DiT is an image generation model based on DiT. We provide training and inference support for Hunyuan DiT.
|
Hunyuan DiT is an image generation model based on DiT. We provide training and inference support for Hunyuan DiT.
|
||||||
|
|
||||||
|
## Download models
|
||||||
|
|
||||||
|
Four files will be used for constructing Hunyuan DiT. You can download them from [huggingface](https://huggingface.co/Tencent-Hunyuan/HunyuanDiT) or [modelscope](https://www.modelscope.cn/models/modelscope/HunyuanDiT/summary).
|
||||||
|
|
||||||
|
```
|
||||||
|
models/HunyuanDiT/
|
||||||
|
├── Put Hunyuan DiT checkpoints here.txt
|
||||||
|
└── t2i
|
||||||
|
├── clip_text_encoder
|
||||||
|
│ └── pytorch_model.bin
|
||||||
|
├── model
|
||||||
|
│ └── pytorch_model_ema.pt
|
||||||
|
├── mt5
|
||||||
|
│ └── pytorch_model.bin
|
||||||
|
└── sdxl-vae-fp16-fix
|
||||||
|
└── diffusion_pytorch_model.bin
|
||||||
|
```
|
||||||
|
|
||||||
## Inference
|
## Inference
|
||||||
|
|
||||||
### Text-to-image with highres-fix
|
### Text-to-image with highres-fix
|
||||||
|
|||||||
Reference in New Issue
Block a user