From a6d8e86104a2f62f51c729019fcff030c120c8d0 Mon Sep 17 00:00:00 2001 From: Zhedong Zheng Date: Sat, 1 Mar 2025 14:30:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5a1267..b425458 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ For more videos, please refer to https://www.youtube.com/watch?v=LH6-wKg30FQ conda create --name MTN python=3.9 conda activate MTN conda install -c conda-forge gcc=11.2.0 gxx=11.2.0 +git clone git@github.com:Texaser/MTN.git +cd MTN pip install -r requirements.txt ``` To use [DeepFloyd-IF](https://github.com/deep-floyd/IF), you need to accept the usage conditions from [hugging face](https://huggingface.co/DeepFloyd/IF-I-XL-v1.0), and login with `huggingface-cli login` in command line.