Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HankYe authored Jan 22, 2025
1 parent 4e66e11 commit 3511a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ AdaptiveDiffusion offers three core components:

## Installation

Please follow the [installation](https://github.com/huggingface/diffusers/blob/main/README.md) to complete the installation. If the evaluation is required, `clean-fid` and `calculate_fvd` should be installed for images and videos, respectively.
Please follow the [installation](https://github.com/huggingface/diffusers/blob/main/README.md) to complete the installation. If the evaluation is required, `clean-fid` should be installed for images and videos.

```
pip install git+https://github.com/zhijian-liu/torchprofile datasets torchmetrics dominate clean-fid calculate_fvd
pip install git+https://github.com/zhijian-liu/torchprofile datasets torchmetrics dominate clean-fid
```

## Quickstart
Expand Down

0 comments on commit 3511a4d

Please sign in to comment.