jhj0517 commited on
Commit
d868316
·
unverified ·
1 Parent(s): 6a41bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,13 +23,13 @@ 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 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)
 
33
 
34
  After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
35
 
 
23
 
24
  # Installation and Running
25
  ### Prerequisite
26
+ To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg` and `CUDA` version above 12.0 (only if you use NVIDIA GPU)
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)
32
+ - CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
33
 
34
  After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
35