File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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+ )
300309ip_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 ,
You can’t perform that action at this time.
0 commit comments