Skip to content

Commit 102b471

Browse files
feat(ui): update qr code cnet starter model
- For SD1.5, use the new V2 version - Add the SDXL version
1 parent 269fe2e commit 102b471

File tree

1 file changed

+40
-33
lines changed

1 file changed

+40
-33
lines changed

invokeai/backend/model_manager/starter_models.py

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -187,164 +187,171 @@ class StarterModel(StarterModelWithoutDependencies):
187187
# endregion
188188
# region ControlNet
189189
StarterModel(
190-
name="QRCode Monster",
190+
name="QRCode Monster v2 (SD1.5)",
191191
base=BaseModelType.StableDiffusion1,
192-
source="monster-labs/control_v1p_sd15_qrcode_monster",
193-
description="Controlnet model that generates scannable creative QR codes",
192+
source="monster-labs/control_v1p_sd15_qrcode_monster::v2",
193+
description="ControlNet model that generates scannable creative QR codes",
194+
type=ModelType.ControlNet,
195+
),
196+
StarterModel(
197+
name="QRCode Monster (SDXL)",
198+
base=BaseModelType.StableDiffusionXL,
199+
source="monster-labs/control_v1p_sdxl_qrcode_monster",
200+
description="ControlNet model that generates scannable creative QR codes",
194201
type=ModelType.ControlNet,
195202
),
196203
StarterModel(
197204
name="canny",
198205
base=BaseModelType.StableDiffusion1,
199206
source="lllyasviel/control_v11p_sd15_canny",
200-
description="Controlnet weights trained on sd-1.5 with canny conditioning.",
207+
description="ControlNet weights trained on sd-1.5 with canny conditioning.",
201208
type=ModelType.ControlNet,
202209
),
203210
StarterModel(
204211
name="inpaint",
205212
base=BaseModelType.StableDiffusion1,
206213
source="lllyasviel/control_v11p_sd15_inpaint",
207-
description="Controlnet weights trained on sd-1.5 with canny conditioning, inpaint version",
214+
description="ControlNet weights trained on sd-1.5 with canny conditioning, inpaint version",
208215
type=ModelType.ControlNet,
209216
),
210217
StarterModel(
211218
name="mlsd",
212219
base=BaseModelType.StableDiffusion1,
213220
source="lllyasviel/control_v11p_sd15_mlsd",
214-
description="Controlnet weights trained on sd-1.5 with canny conditioning, MLSD version",
221+
description="ControlNet weights trained on sd-1.5 with canny conditioning, MLSD version",
215222
type=ModelType.ControlNet,
216223
),
217224
StarterModel(
218225
name="depth",
219226
base=BaseModelType.StableDiffusion1,
220227
source="lllyasviel/control_v11f1p_sd15_depth",
221-
description="Controlnet weights trained on sd-1.5 with depth conditioning",
228+
description="ControlNet weights trained on sd-1.5 with depth conditioning",
222229
type=ModelType.ControlNet,
223230
),
224231
StarterModel(
225232
name="normal_bae",
226233
base=BaseModelType.StableDiffusion1,
227234
source="lllyasviel/control_v11p_sd15_normalbae",
228-
description="Controlnet weights trained on sd-1.5 with normalbae image conditioning",
235+
description="ControlNet weights trained on sd-1.5 with normalbae image conditioning",
229236
type=ModelType.ControlNet,
230237
),
231238
StarterModel(
232239
name="seg",
233240
base=BaseModelType.StableDiffusion1,
234241
source="lllyasviel/control_v11p_sd15_seg",
235-
description="Controlnet weights trained on sd-1.5 with seg image conditioning",
242+
description="ControlNet weights trained on sd-1.5 with seg image conditioning",
236243
type=ModelType.ControlNet,
237244
),
238245
StarterModel(
239246
name="lineart",
240247
base=BaseModelType.StableDiffusion1,
241248
source="lllyasviel/control_v11p_sd15_lineart",
242-
description="Controlnet weights trained on sd-1.5 with lineart image conditioning",
249+
description="ControlNet weights trained on sd-1.5 with lineart image conditioning",
243250
type=ModelType.ControlNet,
244251
),
245252
StarterModel(
246253
name="lineart_anime",
247254
base=BaseModelType.StableDiffusion1,
248255
source="lllyasviel/control_v11p_sd15s2_lineart_anime",
249-
description="Controlnet weights trained on sd-1.5 with anime image conditioning",
256+
description="ControlNet weights trained on sd-1.5 with anime image conditioning",
250257
type=ModelType.ControlNet,
251258
),
252259
StarterModel(
253260
name="openpose",
254261
base=BaseModelType.StableDiffusion1,
255262
source="lllyasviel/control_v11p_sd15_openpose",
256-
description="Controlnet weights trained on sd-1.5 with openpose image conditioning",
263+
description="ControlNet weights trained on sd-1.5 with openpose image conditioning",
257264
type=ModelType.ControlNet,
258265
),
259266
StarterModel(
260267
name="scribble",
261268
base=BaseModelType.StableDiffusion1,
262269
source="lllyasviel/control_v11p_sd15_scribble",
263-
description="Controlnet weights trained on sd-1.5 with scribble image conditioning",
270+
description="ControlNet weights trained on sd-1.5 with scribble image conditioning",
264271
type=ModelType.ControlNet,
265272
),
266273
StarterModel(
267274
name="softedge",
268275
base=BaseModelType.StableDiffusion1,
269276
source="lllyasviel/control_v11p_sd15_softedge",
270-
description="Controlnet weights trained on sd-1.5 with soft edge conditioning",
277+
description="ControlNet weights trained on sd-1.5 with soft edge conditioning",
271278
type=ModelType.ControlNet,
272279
),
273280
StarterModel(
274281
name="shuffle",
275282
base=BaseModelType.StableDiffusion1,
276283
source="lllyasviel/control_v11e_sd15_shuffle",
277-
description="Controlnet weights trained on sd-1.5 with shuffle image conditioning",
284+
description="ControlNet weights trained on sd-1.5 with shuffle image conditioning",
278285
type=ModelType.ControlNet,
279286
),
280287
StarterModel(
281288
name="tile",
282289
base=BaseModelType.StableDiffusion1,
283290
source="lllyasviel/control_v11f1e_sd15_tile",
284-
description="Controlnet weights trained on sd-1.5 with tiled image conditioning",
291+
description="ControlNet weights trained on sd-1.5 with tiled image conditioning",
285292
type=ModelType.ControlNet,
286293
),
287294
StarterModel(
288295
name="ip2p",
289296
base=BaseModelType.StableDiffusion1,
290297
source="lllyasviel/control_v11e_sd15_ip2p",
291-
description="Controlnet weights trained on sd-1.5 with ip2p conditioning.",
298+
description="ControlNet weights trained on sd-1.5 with ip2p conditioning.",
292299
type=ModelType.ControlNet,
293300
),
294301
StarterModel(
295302
name="canny-sdxl",
296303
base=BaseModelType.StableDiffusionXL,
297-
source="xinsir/controlnet-canny-sdxl-1.0",
298-
description="Controlnet weights trained on sdxl-1.0 with canny conditioning, by Xinsir.",
304+
source="xinsir/controlNet-canny-sdxl-1.0",
305+
description="ControlNet weights trained on sdxl-1.0 with canny conditioning, by Xinsir.",
299306
type=ModelType.ControlNet,
300307
),
301308
StarterModel(
302309
name="depth-sdxl",
303310
base=BaseModelType.StableDiffusionXL,
304-
source="diffusers/controlnet-depth-sdxl-1.0",
305-
description="Controlnet weights trained on sdxl-1.0 with depth conditioning.",
311+
source="diffusers/controlNet-depth-sdxl-1.0",
312+
description="ControlNet weights trained on sdxl-1.0 with depth conditioning.",
306313
type=ModelType.ControlNet,
307314
),
308315
StarterModel(
309316
name="softedge-dexined-sdxl",
310317
base=BaseModelType.StableDiffusionXL,
311-
source="SargeZT/controlnet-sd-xl-1.0-softedge-dexined",
312-
description="Controlnet weights trained on sdxl-1.0 with dexined soft edge preprocessing.",
318+
source="SargeZT/controlNet-sd-xl-1.0-softedge-dexined",
319+
description="ControlNet weights trained on sdxl-1.0 with dexined soft edge preprocessing.",
313320
type=ModelType.ControlNet,
314321
),
315322
StarterModel(
316323
name="depth-16bit-zoe-sdxl",
317324
base=BaseModelType.StableDiffusionXL,
318-
source="SargeZT/controlnet-sd-xl-1.0-depth-16bit-zoe",
319-
description="Controlnet weights trained on sdxl-1.0 with Zoe's preprocessor (16 bits).",
325+
source="SargeZT/controlNet-sd-xl-1.0-depth-16bit-zoe",
326+
description="ControlNet weights trained on sdxl-1.0 with Zoe's preprocessor (16 bits).",
320327
type=ModelType.ControlNet,
321328
),
322329
StarterModel(
323330
name="depth-zoe-sdxl",
324331
base=BaseModelType.StableDiffusionXL,
325-
source="diffusers/controlnet-zoe-depth-sdxl-1.0",
326-
description="Controlnet weights trained on sdxl-1.0 with Zoe's preprocessor (32 bits).",
332+
source="diffusers/controlNet-zoe-depth-sdxl-1.0",
333+
description="ControlNet weights trained on sdxl-1.0 with Zoe's preprocessor (32 bits).",
327334
type=ModelType.ControlNet,
328335
),
329336
StarterModel(
330337
name="openpose-sdxl",
331338
base=BaseModelType.StableDiffusionXL,
332-
source="xinsir/controlnet-openpose-sdxl-1.0",
333-
description="Controlnet weights trained on sdxl-1.0 compatible with the DWPose processor by Xinsir.",
339+
source="xinsir/controlNet-openpose-sdxl-1.0",
340+
description="ControlNet weights trained on sdxl-1.0 compatible with the DWPose processor by Xinsir.",
334341
type=ModelType.ControlNet,
335342
),
336343
StarterModel(
337344
name="scribble-sdxl",
338345
base=BaseModelType.StableDiffusionXL,
339-
source="xinsir/controlnet-scribble-sdxl-1.0",
340-
description="Controlnet weights trained on sdxl-1.0 compatible with various lineart processors and black/white sketches by Xinsir.",
346+
source="xinsir/controlNet-scribble-sdxl-1.0",
347+
description="ControlNet weights trained on sdxl-1.0 compatible with various lineart processors and black/white sketches by Xinsir.",
341348
type=ModelType.ControlNet,
342349
),
343350
StarterModel(
344351
name="tile-sdxl",
345352
base=BaseModelType.StableDiffusionXL,
346-
source="xinsir/controlnet-tile-sdxl-1.0",
347-
description="Controlnet weights trained on sdxl-1.0 with tiled image conditioning",
353+
source="xinsir/controlNet-tile-sdxl-1.0",
354+
description="ControlNet weights trained on sdxl-1.0 with tiled image conditioning",
348355
type=ModelType.ControlNet,
349356
),
350357
# endregion

0 commit comments

Comments
 (0)