diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-25 09:47:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 09:47:32 +0000 |
commit | a03536f21333099799177914003a6fe2948a9377 (patch) | |
tree | e30247031eac86ce07e1e6e49ca4181eb5652c75 /requirements.txt | |
parent | 616cc13b6b82731393593f8f61d2753dd31f074d (diff) | |
parent | 5387576c59632f6bc85c81de4d19219f63437d0a (diff) | |
download | stable-diffusion-webui-gfx803-a03536f21333099799177914003a6fe2948a9377.tar.gz stable-diffusion-webui-gfx803-a03536f21333099799177914003a6fe2948a9377.tar.bz2 stable-diffusion-webui-gfx803-a03536f21333099799177914003a6fe2948a9377.zip |
Merge pull request #8662 from vladmandic/api-handler
api error handler
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 3c40fd07..c72b2927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,3 +30,4 @@ GitPython torchsde
safetensors
psutil
+rich
|