Update README.md
Browse files
README.md
CHANGED
@@ -17,41 +17,22 @@ license: mit
|
|
17 |
```bash
|
18 |
pip install torch torchvision torchaudio
|
19 |
```
|
20 |
-
|
21 |
-
```bash
|
22 |
-
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
23 |
-
```
|
24 |
|
25 |
2. **Install Dependencies**:
|
26 |
-
- For Nvidia GPUs:
|
27 |
```bash
|
28 |
pip install -r requirements.txt
|
29 |
```
|
30 |
-
|
31 |
-
```bash
|
32 |
-
pip install -r requirements-dml.txt
|
33 |
-
```
|
34 |
-
- For AMD ROCm (Linux):
|
35 |
-
```bash
|
36 |
-
pip install -r requirements-amd.txt
|
37 |
-
```
|
38 |
-
- For Intel IPEX (Linux):
|
39 |
-
```bash
|
40 |
-
pip install -r requirements-ipex.txt
|
41 |
-
```
|
42 |
|
43 |
-
3
|
44 |
-
```bash
|
45 |
-
sh ./run.sh # For MacOS
|
46 |
-
```
|
47 |
|
48 |
### Additional Setup
|
49 |
- **Download Assets**:
|
50 |
Download necessary models and files using the scripts in the `tools` directory.
|
51 |
- **Install FFmpeg**:
|
52 |
```bash
|
53 |
-
sudo apt install ffmpeg
|
54 |
-
brew install ffmpeg # MacOS
|
55 |
```
|
56 |
|
57 |
## Usage
|
@@ -59,10 +40,7 @@ Start the WebUI:
|
|
59 |
```bash
|
60 |
python demo.py
|
61 |
```
|
62 |
-
|
63 |
-
```bash
|
64 |
-
poetry run python demo.py
|
65 |
-
```
|
66 |
|
67 |
## Features
|
68 |
- Top1 retrieval to replace input features
|
|
|
17 |
```bash
|
18 |
pip install torch torchvision torchaudio
|
19 |
```
|
20 |
+
|
|
|
|
|
|
|
21 |
|
22 |
2. **Install Dependencies**:
|
|
|
23 |
```bash
|
24 |
pip install -r requirements.txt
|
25 |
```
|
26 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
+
3
|
|
|
|
|
|
|
29 |
|
30 |
### Additional Setup
|
31 |
- **Download Assets**:
|
32 |
Download necessary models and files using the scripts in the `tools` directory.
|
33 |
- **Install FFmpeg**:
|
34 |
```bash
|
35 |
+
sudo apt install ffmpeg
|
|
|
36 |
```
|
37 |
|
38 |
## Usage
|
|
|
40 |
```bash
|
41 |
python demo.py
|
42 |
```
|
43 |
+
|
|
|
|
|
|
|
44 |
|
45 |
## Features
|
46 |
- Top1 retrieval to replace input features
|