Skip to content

Commit d3ecaa7

Browse files
hipsterusernamepsychedelicious
authored andcommitted
Add Precise Reference to Starter Models
1 parent b5a6765 commit d3ecaa7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

invokeai/backend/ip_adapter/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ IP-Adapters:
4242
- [InvokeAI/ip_adapter_plus_sd15](https://huggingface.co/InvokeAI/ip_adapter_plus_sd15)
4343
- [InvokeAI/ip_adapter_plus_face_sd15](https://huggingface.co/InvokeAI/ip_adapter_plus_face_sd15)
4444
- [InvokeAI/ip_adapter_sdxl](https://huggingface.co/InvokeAI/ip_adapter_sdxl)
45-
- [InvokeAI/ip_adapter_sdxl_vit_h](https://huggingface.co/InvokeAI/ip_adapter_sdxl_vit_h)
45+
- [InvokeAI/ip_adapter_sdxl_vit_h](https://huggingface.co/InvokeAI/ip_adapter_sdxl_vit_h)
46+
- [InvokeAI/ip-adapter-plus_sdxl_vit-h](https://huggingface.co/InvokeAI/ip-adapter-plus_sdxl_vit-h)

invokeai/backend/model_manager/starter_models.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,15 @@ class StarterModelBundles(BaseModel):
297297
dependencies=[ip_adapter_sdxl_image_encoder],
298298
previous_names=["IP Adapter SDXL"],
299299
)
300+
ip_adapter_plus_sdxl = StarterModel(
301+
name="Precise Reference (IP Adapter Plus ViT-H)",
302+
base=BaseModelType.StableDiffusionXL,
303+
source="https://huggingface.co/InvokeAI/ip-adapter-plus_sdxl_vit-h/resolve/main/ip-adapter-plus_sdxl_vit-h.safetensors",
304+
description="References images with a higher degree of precision.",
305+
type=ModelType.IPAdapter,
306+
dependencies=[ip_adapter_sdxl_image_encoder],
307+
previous_names=["IP Adapter Plus SDXL"],
308+
)
300309
ip_adapter_flux = StarterModel(
301310
name="Standard Reference (XLabs FLUX IP-Adapter v2)",
302311
base=BaseModelType.Flux,
@@ -672,6 +681,7 @@ class StarterModelBundles(BaseModel):
672681
ip_adapter_plus_sd1,
673682
ip_adapter_plus_face_sd1,
674683
ip_adapter_sdxl,
684+
ip_adapter_plus_sdxl,
675685
ip_adapter_flux,
676686
qr_code_cnet_sd1,
677687
qr_code_cnet_sdxl,
@@ -744,6 +754,7 @@ class StarterModelBundles(BaseModel):
744754
juggernaut_sdxl,
745755
sdxl_fp16_vae_fix,
746756
ip_adapter_sdxl,
757+
ip_adapter_plus_sdxl,
747758
canny_sdxl,
748759
depth_sdxl,
749760
softedge_sdxl,

0 commit comments

Comments
 (0)