From 3511a4dc461b606b638790271086f1a5768fe610 Mon Sep 17 00:00:00 2001 From: Hancheng Ye <39550579+HankYe@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:32:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ee65f6..4e6c445 100644 --- a/README.md +++ b/README.md @@ -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