ultimaxxl commited on
Commit
c0c9d3c
·
verified ·
1 Parent(s): 1a1cbce

Update app.py

Browse files

Fix default models

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,7 +114,7 @@ MODE_DEFAULTS: dict[str, Mode] = {
114
  "remove_bg": True,
115
  },
116
  "Background Generation": {
117
- "model": "gen_back_3000_1024",
118
  "prompt": "A vibrant background with dynamic lighting and textures",
119
  "default_strength": 1.2,
120
  "default_height": 1024,
@@ -156,7 +156,7 @@ MODE_DEFAULTS: dict[str, Mode] = {
156
  "remove_bg": True,
157
  },
158
  "Deblurring": {
159
- "model": "slight_deblurr_18000",
160
  "prompt": "A scene with pronounced depth and perspective",
161
  "default_strength": 1.2,
162
  "default_height": 1024,
 
114
  "remove_bg": True,
115
  },
116
  "Background Generation": {
117
+ "model": "gen_back_7000_1024",
118
  "prompt": "A vibrant background with dynamic lighting and textures",
119
  "default_strength": 1.2,
120
  "default_height": 1024,
 
156
  "remove_bg": True,
157
  },
158
  "Deblurring": {
159
+ "model": "deblurr_1024_10000",
160
  "prompt": "A scene with pronounced depth and perspective",
161
  "default_strength": 1.2,
162
  "default_height": 1024,