dasghost65536
commited on
Commit
•
206f865
1
Parent(s):
34e1d5c
updating static version to 1.9.4
Browse filesby the way, this is an option in case if you actually want to stick to the exact version of A1111 and not of any of the newer versions.
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.9.4
|
3 |
+
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.4
|
4 |
|
5 |
"""
|
6 |
+
#commit_id=r"feee37d75f1b168768014e4634dcb156ee649c05" #Version 1.9.4
|
7 |
import os
|
8 |
from sys import executable
|
9 |
import subprocess
|