Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui
Showing
javascript/extensions.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
This diff is collapsed.
modules/extensions.py
0 → 100644
modules/ui_extensions.py
0 → 100644
... | ... | @@ -12,7 +12,7 @@ opencv-python |
requests | ||
piexif | ||
Pillow | ||
pytorch_lightning | ||
pytorch_lightning==1.7.7 | ||
realesrgan | ||
scikit-image>=0.19 | ||
timm==0.4.12 | ||
... | ... | @@ -26,3 +26,4 @@ torchdiffeq |
kornia | ||
lark | ||
inflection | ||
GitPython |
test/__init__.py
0 → 100644
test/extras_test.py
0 → 100644
test/img2img_test.py
0 → 100644
test/server_poll.py
0 → 100644
9.7 KB
362 Bytes
test/txt2img_test.py
0 → 100644