Spaces:
Build error
Build error
update
Browse files- data/bash.sh +0 -2
- data/test.png +0 -0
- diffusion_webui/diffusion_models/stable_diffusion/__pycache__/__init__.cpython-38.pyc +0 -0
- diffusion_webui/diffusion_models/stable_diffusion/__pycache__/img2img_app.cpython-38.pyc +0 -0
- diffusion_webui/diffusion_models/stable_diffusion/__pycache__/inpaint_app.cpython-38.pyc +0 -0
- diffusion_webui/diffusion_models/stable_diffusion/__pycache__/text2img_app.cpython-38.pyc +0 -0
- pyproject.toml +0 -6
- script/code_formatter.sh +0 -2
data/bash.sh
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
black . --config pyproject.toml
|
2 |
-
isort .
|
|
|
|
|
|
data/test.png
DELETED
Binary file (356 kB)
|
|
diffusion_webui/diffusion_models/stable_diffusion/__pycache__/__init__.cpython-38.pyc
DELETED
Binary file (215 Bytes)
|
|
diffusion_webui/diffusion_models/stable_diffusion/__pycache__/img2img_app.cpython-38.pyc
DELETED
Binary file (3.48 kB)
|
|
diffusion_webui/diffusion_models/stable_diffusion/__pycache__/inpaint_app.cpython-38.pyc
DELETED
Binary file (3.44 kB)
|
|
diffusion_webui/diffusion_models/stable_diffusion/__pycache__/text2img_app.cpython-38.pyc
DELETED
Binary file (3.52 kB)
|
|
pyproject.toml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
[tool.black]
|
2 |
-
line-length = 80
|
3 |
-
|
4 |
-
[tool.isort]
|
5 |
-
line_length = 80
|
6 |
-
profile = "black"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
script/code_formatter.sh
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
black . --config pyproject.toml
|
2 |
-
isort .
|
|
|
|
|
|