Skip to content

Commit 930ff55

Browse files
Mary Hippmaryhipp
authored andcommitted
add sdxl tile to starter models
1 parent 473f4cc commit 930ff55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

invokeai/backend/model_manager/starter_models.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ class StarterModel(StarterModelWithoutDependencies):
340340
description="Controlnet weights trained on sdxl-1.0 compatible with various lineart processors and black/white sketches by Xinsir.",
341341
type=ModelType.ControlNet,
342342
),
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+
),
343350
# endregion
344351
# region T2I Adapter
345352
StarterModel(

0 commit comments

Comments
 (0)