ultimaxxl commited on
Commit
61480b4
·
1 Parent(s): 166b076

Reorganize tabs

Browse files

Add Subject Generation as first order

Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -88,15 +88,6 @@ Mode = TypedDict(
88
  )
89
 
90
  MODE_DEFAULTS: dict[str, Mode] = {
91
- "Subject Generation": {
92
- "model": "subject_99000_512",
93
- "prompt": "A detailed portrait with soft lighting",
94
- "default_strength": 1.2,
95
- "default_height": 512,
96
- "default_width": 512,
97
- "models": ["zendsd_512_146000", "subject_99000_512", "zen_26000_512"],
98
- "remove_bg": True,
99
- },
100
  "Background Generation": {
101
  "model": "bg_canny_58000_1024",
102
  "prompt": "A vibrant background with dynamic lighting and textures",
@@ -106,6 +97,15 @@ MODE_DEFAULTS: dict[str, Mode] = {
106
  "models": ["bgwlight_15000_1024", "bg_canny_58000_1024", "gen_back_7000_1024"],
107
  "remove_bg": True,
108
  },
 
 
 
 
 
 
 
 
 
109
  "Canny": {
110
  "model": "canny_21000_1024",
111
  "prompt": "A futuristic cityscape with neon lights",
 
88
  )
89
 
90
  MODE_DEFAULTS: dict[str, Mode] = {
 
 
 
 
 
 
 
 
 
91
  "Background Generation": {
92
  "model": "bg_canny_58000_1024",
93
  "prompt": "A vibrant background with dynamic lighting and textures",
 
97
  "models": ["bgwlight_15000_1024", "bg_canny_58000_1024", "gen_back_7000_1024"],
98
  "remove_bg": True,
99
  },
100
+ "Subject Generation": {
101
+ "model": "subject_99000_512",
102
+ "prompt": "A detailed portrait with soft lighting",
103
+ "default_strength": 1.2,
104
+ "default_height": 512,
105
+ "default_width": 512,
106
+ "models": ["zendsd_512_146000", "subject_99000_512", "zen_26000_512"],
107
+ "remove_bg": True,
108
+ },
109
  "Canny": {
110
  "model": "canny_21000_1024",
111
  "prompt": "A futuristic cityscape with neon lights",