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:
42
42
- [ InvokeAI/ip_adapter_plus_sd15] ( https://huggingface.co/InvokeAI/ip_adapter_plus_sd15 )
43
43
- [ InvokeAI/ip_adapter_plus_face_sd15] ( https://huggingface.co/InvokeAI/ip_adapter_plus_face_sd15 )
44
44
- [ 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):
297
297
dependencies = [ip_adapter_sdxl_image_encoder ],
298
298
previous_names = ["IP Adapter SDXL" ],
299
299
)
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
+ )
300
309
ip_adapter_flux = StarterModel (
301
310
name = "Standard Reference (XLabs FLUX IP-Adapter v2)" ,
302
311
base = BaseModelType .Flux ,
@@ -672,6 +681,7 @@ class StarterModelBundles(BaseModel):
672
681
ip_adapter_plus_sd1 ,
673
682
ip_adapter_plus_face_sd1 ,
674
683
ip_adapter_sdxl ,
684
+ ip_adapter_plus_sdxl ,
675
685
ip_adapter_flux ,
676
686
qr_code_cnet_sd1 ,
677
687
qr_code_cnet_sdxl ,
@@ -744,6 +754,7 @@ class StarterModelBundles(BaseModel):
744
754
juggernaut_sdxl ,
745
755
sdxl_fp16_vae_fix ,
746
756
ip_adapter_sdxl ,
757
+ ip_adapter_plus_sdxl ,
747
758
canny_sdxl ,
748
759
depth_sdxl ,
749
760
softedge_sdxl ,
You can’t perform that action at this time.
0 commit comments