fix: update SDXL IP Adpater starter model to be ViT-H

This commit is contained in:
blessedcoolant 2024-04-24 09:29:42 +05:30 committed by Kent Keirsey
parent bb6e3e726d
commit 260e24733f

View File

@ -179,7 +179,7 @@ STARTER_MODELS: list[StarterModel] = [
StarterModel(
name="IP Adapter SDXL",
base=BaseModelType.StableDiffusionXL,
source="https://huggingface.co/InvokeAI/ip_adapter_sdxl/resolve/main/ip-adapter_sdxl.safetensors",
source="https://huggingface.co/InvokeAI/ip_adapter_sdxl_vit_h/resolve/main/ip-adapter_sdxl_vit-h.safetensors",
description="IP-Adapter for SDXL models",
type=ModelType.IPAdapter,
dependencies=[ip_adapter_sdxl_image_encoder],