Skip to content

Commit

Permalink
Update starter models
Browse files Browse the repository at this point in the history
  • Loading branch information
hipsterusername authored and psychedelicious committed Jun 28, 2024
1 parent c061738 commit b7b3e25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions invokeai/backend/model_manager/starter_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,17 +327,17 @@ class StarterModel(StarterModelWithoutDependencies):
type=ModelType.ControlNet,
),
StarterModel(
name="controlnet-openpose-sdxl",
name="openpose-sdxl",
base=BaseModelType.StableDiffusionXL,
source="xinsir/controlnet-openpose-sdxl-1.0",
description="Controlnet weights trained on sdxl-1.0 compatible with the DWPose processor.",
description="Controlnet weights trained on sdxl-1.0 compatible with the DWPose processor by Xinsir.",
type=ModelType.ControlNet,
),
StarterModel(
name="controlnet-scribble-sdxl",
name="scribble-sdxl",
base=BaseModelType.StableDiffusionXL,
source="xinsir/controlnet-scribble-sdxl-1.0",
description="Controlnet weights trained on sdxl-1.0 compatible with various lineart processors and black/white sketches.",
description="Controlnet weights trained on sdxl-1.0 compatible with various lineart processors and black/white sketches by Xinsir.",
type=ModelType.ControlNet,
),
# endregion
Expand Down

0 comments on commit b7b3e25

Please sign in to comment.