dasghost65536 commited on
Commit
206f865
1 Parent(s): 34e1d5c

updating static version to 1.9.4

Browse files

by 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.

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,9 +1,9 @@
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
 
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