From 21e440df820ed3a9c8b9d276f6d9029689bb8354 Mon Sep 17 00:00:00 2001 From: RhymesAI Date: Mon, 21 Oct 2024 10:10:47 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4753628..2882743 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,18 @@ library_name: diffusers # Quick start + 1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro). + 2. Install the necessary requirements. - a. Ensure Python >= 3.10, PyTorch >= 2.4, CUDA >= 12.4. For details, see [requirements.txt](https://github.com/rhymes-ai/Allegro/blob/main/requirements.txt). + 2.1 Ensure Python >= 3.10, PyTorch >= 2.4, CUDA >= 12.4. For details, see [requirements.txt](https://github.com/rhymes-ai/Allegro/blob/main/requirements.txt). - b. It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example. -4. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro). -5. Run inference. + 2.2 It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example. + +3. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro). + +4. Run inference. ```python python single_inference.py \