greendra commited on
Commit
21ab6a0
·
1 Parent(s): 44f64e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def sd(prompt, negprompt, version):
154
  if version == "2.1":
155
  engine = "stable-diffusion-512-v2-1"
156
  if version == "1.5":
157
- engine = "stable-diffusion-v1-5"
158
 
159
  # connect to dream API
160
  stability_api = client.StabilityInference(
 
154
  if version == "2.1":
155
  engine = "stable-diffusion-512-v2-1"
156
  if version == "1.5":
157
+ engine = "stable-diffusion-v1-6"
158
 
159
  # connect to dream API
160
  stability_api = client.StabilityInference(