Spaces:
Runtime error
Runtime error
Upload 29 files
Browse files- app.py +1 -1
- diffusion_webui/__init__.py +1 -1
- requirements.txt +1 -5
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def main():
|
|
| 62 |
StableDiffusionControlNetInpaintScribbleGenerator.app()
|
| 63 |
with gr.Tab("Seg"):
|
| 64 |
StableDiffusionControlNetInpaintSegGenerator.app()
|
| 65 |
-
|
| 66 |
app.launch(debug=True, enable_queue=True)
|
| 67 |
|
| 68 |
|
|
|
|
| 62 |
StableDiffusionControlNetInpaintScribbleGenerator.app()
|
| 63 |
with gr.Tab("Seg"):
|
| 64 |
StableDiffusionControlNetInpaintSegGenerator.app()
|
| 65 |
+
|
| 66 |
app.launch(debug=True, enable_queue=True)
|
| 67 |
|
| 68 |
|
diffusion_webui/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
__version__ = "1.6.
|
|
|
|
| 1 |
+
__version__ = "1.6.2"
|
requirements.txt
CHANGED
|
@@ -5,8 +5,4 @@ controlnet_aux
|
|
| 5 |
diffusers
|
| 6 |
imageio
|
| 7 |
gradio
|
| 8 |
-
triton
|
| 9 |
-
tensorflow
|
| 10 |
-
huggingface-hub
|
| 11 |
-
keras-cv
|
| 12 |
-
pycocotools
|
|
|
|
| 5 |
diffusers
|
| 6 |
imageio
|
| 7 |
gradio
|
| 8 |
+
triton
|
|
|
|
|
|
|
|
|
|
|
|