diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 08:04:19 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 08:04:19 +0000 |
commit | e38ad2ee959e73d69f451efd52417fac928e0a86 (patch) | |
tree | 26e723b2e0eda76c43fa62121621ca55c3c355b8 /requirements.txt | |
parent | 765d7bc6be46064e83ed745001c3da8497b8ae86 (diff) | |
download | stable-diffusion-webui-gfx803-e38ad2ee959e73d69f451efd52417fac928e0a86.tar.gz stable-diffusion-webui-gfx803-e38ad2ee959e73d69f451efd52417fac928e0a86.tar.bz2 stable-diffusion-webui-gfx803-e38ad2ee959e73d69f451efd52417fac928e0a86.zip |
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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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
|