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
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,9 +1,9 @@
1
  """
2
- Stable Diffusion Webui Version 1.6.0
3
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.6.0
4
 
5
  """
6
- commit_id=r"4afaaf8a020c1df457bcf7250cb1c7f609699fa7" #Version 1.61
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