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
3
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.6.0
4
 
5
  """
6
- commit_id=r"5ef669de080814067961f28357256e8fe27544f4" #Version 1.3.0
7
  import os
8
  from sys import executable
9
  import subprocess
 
1
  """
2
+ Stable Diffusion Webui Version 1.7
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