Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zml-ai committed Jun 14, 2024
1 parent 6b0d16d commit 7bb2301
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lora/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@

## Using LoRA to fine-tune HunyuanDiT


## Instructions

The dependencies and installation are basically the same as the [**original model**](https://huggingface.co/Tencent-Hunyuan/HunyuanDiT-v1.1).

We provide two types of trained LoRA weights for you to test.

Then download the model using the following commands:

```bash
cd HunyuanDiT
# Use the huggingface-cli tool to download the model.
huggingface-cli download Tencent-Hunyuan/HYDiT-LoRA --local-dir ./ckpts/t2i/lora
```

### Training

We provide three types of weights for fine-tuning LoRA, `ema`, `module` and `distill`, and you can choose according to the actual effect. By default, we use `ema` weights.
Expand Down

0 comments on commit 7bb2301

Please sign in to comment.