We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473f4cc commit 930ff55Copy full SHA for 930ff55
invokeai/backend/model_manager/starter_models.py
@@ -340,6 +340,13 @@ class StarterModel(StarterModelWithoutDependencies):
340
description="Controlnet weights trained on sdxl-1.0 compatible with various lineart processors and black/white sketches by Xinsir.",
341
type=ModelType.ControlNet,
342
),
343
+ StarterModel(
344
+ name="tile-sdxl",
345
+ base=BaseModelType.StableDiffusionXL,
346
+ source="xinsir/controlnet-tile-sdxl-1.0",
347
+ description="Controlnet weights trained on sdxl-1.0 with tiled image conditioning",
348
+ type=ModelType.ControlNet,
349
+ ),
350
# endregion
351
# region T2I Adapter
352
StarterModel(
0 commit comments