From e38ad2ee959e73d69f451efd52417fac928e0a86 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Wed, 31 Aug 2022 11:04:19 +0300 Subject: added detailed installation instructions fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..91b21222 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +basicsr +gfpgan +gradio +numpy +Pillow +realesrgan +torch +transformers +omegaconf +pytorch_lightning -- cgit v1.2.3