From b7b3e25fd9bbea53971141f241f2d67797b6127e Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:30:33 -0400 Subject: [PATCH] Update starter models --- invokeai/backend/model_manager/starter_models.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/invokeai/backend/model_manager/starter_models.py b/invokeai/backend/model_manager/starter_models.py index 947ae47fed6..a397a2a5dca 100644 --- a/invokeai/backend/model_manager/starter_models.py +++ b/invokeai/backend/model_manager/starter_models.py @@ -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