Spaces:
Runtime error
Runtime error
Commit
·
6080d33
1
Parent(s):
d69a59f
Update app.py
Browse fileschange 1.5.1 to 1.5.0
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
"""
|
2 |
Stable Diffusion Webui Version 1.4.0
|
3 |
-
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.5.
|
4 |
|
5 |
"""
|
6 |
-
commit_id=r"
|
7 |
import os
|
8 |
from sys import executable
|
9 |
import subprocess
|
|
|
1 |
"""
|
2 |
Stable Diffusion Webui Version 1.4.0
|
3 |
+
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.5.0
|
4 |
|
5 |
"""
|
6 |
+
commit_id=r"c5934fb6e3007795efcf9b71be6df1581f61e4cb" #Version 1.5.1
|
7 |
import os
|
8 |
from sys import executable
|
9 |
import subprocess
|