Update README.md
This commit is contained in:
parent
38f83e24a5
commit
21e440df82
12
README.md
12
README.md
@ -76,14 +76,18 @@ library_name: diffusers
|
|||||||
|
|
||||||
|
|
||||||
# Quick start
|
# Quick start
|
||||||
|
|
||||||
1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
|
1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
|
||||||
|
|
||||||
2. Install the necessary requirements.
|
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.
|
2.2 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.
|
3. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro).
|
||||||
|
|
||||||
|
4. Run inference.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
python single_inference.py \
|
python single_inference.py \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user