Zhiminli commited on
Commit
107faf9
1 Parent(s): fa57efb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,13 +13,14 @@ Language: **English**
13
 
14
  The dependencies and installation are basically the same as the [**original model**](https://huggingface.co/Tencent-Hunyuan/HunyuanDiT).
15
 
 
 
16
  Then download the model using the following commands:
17
 
18
  ```bash
19
  cd HunyuanDiT
20
  # Use the huggingface-cli tool to download the model.
21
- huggingface-cli download Tencent-Hunyuan/HYDiT-LoRA ./porcelain --local-dir ./ckpts/t2i/lora
22
- huggingface-cli download Tencent-Hunyuan/HYDiT-LoRA ./jade --local-dir ./ckpts/t2i/lora
23
  ```
24
 
25
  ## Training
 
13
 
14
  The dependencies and installation are basically the same as the [**original model**](https://huggingface.co/Tencent-Hunyuan/HunyuanDiT).
15
 
16
+ We provide two types of trained LoRA weights for you to test.
17
+
18
  Then download the model using the following commands:
19
 
20
  ```bash
21
  cd HunyuanDiT
22
  # Use the huggingface-cli tool to download the model.
23
+ huggingface-cli download Tencent-Hunyuan/HYDiT-LoRA --local-dir ./ckpts/t2i/lora
 
24
  ```
25
 
26
  ## Training