Spaces:
Running
Running
dasghost65536
commited on
Commit
•
6cf06c6
1
Parent(s):
c1aa91e
oh, and version 1.7.0 just came out like hours ago somehow too... updating it to 1.7.0
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
"""
|
2 |
-
Stable Diffusion Webui Version 1.
|
3 |
-
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.
|
4 |
|
5 |
"""
|
6 |
-
commit_id=r"
|
7 |
import os
|
8 |
from sys import executable
|
9 |
import subprocess
|
|
|
1 |
"""
|
2 |
+
Stable Diffusion Webui Version 1.7.0
|
3 |
+
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.7.0
|
4 |
|
5 |
"""
|
6 |
+
commit_id=r"cf2772fab0af5573da775e7437e6acdca424f26e" #Version 1.7.0
|
7 |
import os
|
8 |
from sys import executable
|
9 |
import subprocess
|