File tree Expand file tree Collapse file tree 1 file changed +6
-45
lines changed
invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/LaunchpadForm Expand file tree Collapse file tree 1 file changed +6
-45
lines changed Original file line number Diff line number Diff line change @@ -165,53 +165,14 @@ export const LaunchpadForm = memo(() => {
165
165
{ t ( 'modelManager.launchpad.bundleDescription' ) }
166
166
</ Text >
167
167
< Grid templateColumns = "repeat(auto-fit, minmax(180px, 1fr))" gap = { 2 } >
168
- < Button
169
- onClick = { handleSD15BundleClick }
170
- variant = "outline"
171
- h = "auto"
172
- minH = { 10 }
173
- p = { 3 }
174
- textAlign = "center"
175
- justifyContent = "center"
176
- alignItems = "center"
177
- borderRadius = "lg"
178
- whiteSpace = "normal"
179
- >
180
- < Text fontSize = "sm" fontWeight = "bold" noOfLines = { 1 } >
181
- { t ( 'modelManager.launchpad.stableDiffusion15' ) }
182
- </ Text >
168
+ < Button onClick = { handleSD15BundleClick } variant = "outline" p = { 6 } >
169
+ { t ( 'modelManager.launchpad.stableDiffusion15' ) }
183
170
</ Button >
184
- < Button
185
- onClick = { handleSDXLBundleClick }
186
- variant = "outline"
187
- h = "auto"
188
- minH = { 10 }
189
- p = { 3 }
190
- textAlign = "center"
191
- justifyContent = "center"
192
- alignItems = "center"
193
- borderRadius = "lg"
194
- whiteSpace = "normal"
195
- >
196
- < Text fontSize = "sm" fontWeight = "bold" noOfLines = { 1 } >
197
- { t ( 'modelManager.launchpad.sdxl' ) }
198
- </ Text >
171
+ < Button onClick = { handleSDXLBundleClick } variant = "outline" p = { 6 } >
172
+ { t ( 'modelManager.launchpad.sdxl' ) }
199
173
</ Button >
200
- < Button
201
- onClick = { handleFluxBundleClick }
202
- variant = "outline"
203
- h = "auto"
204
- minH = { 10 }
205
- p = { 3 }
206
- textAlign = "center"
207
- justifyContent = "center"
208
- alignItems = "center"
209
- borderRadius = "lg"
210
- whiteSpace = "normal"
211
- >
212
- < Text fontSize = "sm" fontWeight = "bold" noOfLines = { 1 } >
213
- { t ( 'modelManager.launchpad.fluxDev' ) }
214
- </ Text >
174
+ < Button onClick = { handleFluxBundleClick } variant = "outline" p = { 6 } >
175
+ { t ( 'modelManager.launchpad.fluxDev' ) }
215
176
</ Button >
216
177
</ Grid >
217
178
</ Box >
You can’t perform that action at this time.
0 commit comments