Spaces:
Running
Running
jhj0517
commited on
Commit
•
45e3c33
1
Parent(s):
fb745fb
Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,10 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
|
|
23 |
|
24 |
# Installation and Running
|
25 |
## Prerequisite
|
26 |
-
To run
|
27 |
|
28 |
Please follow the links below to install the necessary software:
|
|
|
29 |
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
30 |
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **( If your python version is too new, torch will not install properly.)**
|
31 |
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
|
|
|
23 |
|
24 |
# Installation and Running
|
25 |
## Prerequisite
|
26 |
+
To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `CUDA` version above 12.0 and `FFmpeg`.
|
27 |
|
28 |
Please follow the links below to install the necessary software:
|
29 |
+
- CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
|
30 |
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
31 |
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **( If your python version is too new, torch will not install properly.)**
|
32 |
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
|