Update README.md
Browse files
README.md
CHANGED
@@ -76,14 +76,18 @@ library_name: diffusers
|
|
76 |
|
77 |
|
78 |
# Quick start
|
|
|
79 |
1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
|
|
|
80 |
2. Install the necessary requirements.
|
81 |
|
82 |
-
|
83 |
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
|
|
87 |
|
88 |
```python
|
89 |
python single_inference.py \
|
|
|
76 |
|
77 |
|
78 |
# Quick start
|
79 |
+
|
80 |
1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
|
81 |
+
|
82 |
2. Install the necessary requirements.
|
83 |
|
84 |
+
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).
|
85 |
|
86 |
+
2.2 It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example.
|
87 |
+
|
88 |
+
3. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro).
|
89 |
+
|
90 |
+
4. Run inference.
|
91 |
|
92 |
```python
|
93 |
python single_inference.py \
|