Spaces:
Runtime error
Runtime error
r0seyyyd33p
commited on
Commit
•
19aefe7
1
Parent(s):
3d15d72
Upload 4 files
Browse files- app.py +1 -1
- requirements.txt +1 -1
- requirements2.txt +35 -0
app.py
CHANGED
@@ -105,7 +105,7 @@ print("Done\nStarting Webui...")
|
|
105 |
os.chdir(user_home / r"stable-diffusion-webui")
|
106 |
gc.collect()
|
107 |
while True:
|
108 |
-
ret=subprocess.run([executable ,user_home / r"stable-diffusion-webui" / r"launch.py",r"--precision",r"full",r"--no-half",r"--no-half-vae",r"--enable-insecure-extension-access",r"--medvram",r"--skip-torch-cuda-test",r"--enable-console-prompts",r"--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json")])
|
109 |
if(ret.returncode == 0 ):
|
110 |
del ret
|
111 |
gc.collect()
|
|
|
105 |
os.chdir(user_home / r"stable-diffusion-webui")
|
106 |
gc.collect()
|
107 |
while True:
|
108 |
+
ret=subprocess.run([executable ,user_home / r"stable-diffusion-webui" / r"launch.py",r"--precision",r"full",r"--no-half",r"--no-half-vae",r"--enable-insecure-extension-access",r"--medvram",r"--skip-torch-cuda-test",r"--enable-console-prompts",r"--ui-settings-file="+str(pathlib.Path(__file__).parent /r"config.json", r"--REQS_FILE="+str(pathlib.Path(__file__).parent /r"requirements2.txt"))])
|
109 |
if(ret.returncode == 0 ):
|
110 |
del ret
|
111 |
gc.collect()
|
requirements.txt
CHANGED
@@ -16,7 +16,7 @@ lark
|
|
16 |
numpy
|
17 |
omegaconf
|
18 |
open-clip-torch
|
19 |
-
|
20 |
|
21 |
piexif
|
22 |
psutil
|
|
|
16 |
numpy
|
17 |
omegaconf
|
18 |
open-clip-torch
|
19 |
+
|
20 |
|
21 |
piexif
|
22 |
psutil
|
requirements2.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GitPython
|
2 |
+
Pillow
|
3 |
+
accelerate
|
4 |
+
|
5 |
+
basicsr
|
6 |
+
blendmodes
|
7 |
+
clean-fid
|
8 |
+
einops
|
9 |
+
fastapi>=0.90.1
|
10 |
+
gfpgan
|
11 |
+
gradio==3.41.2
|
12 |
+
inflection
|
13 |
+
jsonmerge
|
14 |
+
kornia
|
15 |
+
lark
|
16 |
+
numpy
|
17 |
+
omegaconf
|
18 |
+
open-clip-torch
|
19 |
+
httpcore==0.24.1
|
20 |
+
|
21 |
+
piexif
|
22 |
+
psutil
|
23 |
+
pytorch_lightning
|
24 |
+
realesrgan
|
25 |
+
requests
|
26 |
+
resize-right
|
27 |
+
|
28 |
+
safetensors
|
29 |
+
scikit-image>=0.19
|
30 |
+
timm
|
31 |
+
tomesd
|
32 |
+
torch
|
33 |
+
torchdiffeq
|
34 |
+
torchsde
|
35 |
+
transformers==4.30.2
|