From 3f9463bb7a36fb143ebc13bb54b3d2f7b42e6e3e Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:10:28 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e1b8fe..5d2b78d0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research # Installation and Running ### Prerequisite -To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg` and `CUDA` (if you use NVIDIA GPU) version above 12.0 +To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`.
+And if you use NVIDIA GPU, you need and `CUDA` version above 12.0. Please follow the links below to install the necessary software: - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)