MCPcopy Create free account

hub / github.com/cubiq/ComfyUI_IPAdapter_plus / functions

Functions115 in github.com/cubiq/ComfyUI_IPAdapter_plus

↓ 28 callersMethodto
(self, device, *args, **kwargs)
CrossAttentionPatch.py:36
↓ 10 callersFunctiontensor_to_size
(source, dest_size)
utils.py:315
↓ 7 callersFunctionencode_image_masked
(clip_vision, image, mask=None, batch_size=0, tiles=1, ratio=1.0, clipvision_size=224)
utils.py:240
↓ 6 callersMethod__init__
( self, dim=1024, depth=8, dim_head=64, heads=16, num_queries=
image_proj_models.py:78
↓ 6 callersFunctionset_model_patch_replace
(model, patch_kwargs, key)
IPAdapterPlus.py:210
↓ 4 callersFunctionipadapter_execute
(model, ipadapter, clipvision, insightface=N
IPAdapterPlus.py:228
↓ 3 callersFunctionreshape_tensor
(x, heads)
image_proj_models.py:19
↓ 2 callersFunctionFeedForward
(dim, mult=4)
image_proj_models.py:9
↓ 2 callersFunctioncontrast_adaptive_sharpening
(image, amount)
utils.py:341
↓ 2 callersFunctionencode_image_masked_
(clip_vision, image, mask=None, batch_size=0, clipvision_size=224)
utils.py:280
↓ 2 callersMethodget_image_embeds
(self, clip_embed, clip_embed_zeroed, batch_size)
IPAdapterPlus.py:136
↓ 2 callersMethodget_image_embeds_faceid_plus
(self, face_embed, clip_embed, s_scale, shortcut, batch_size)
IPAdapterPlus.py:168
↓ 2 callersFunctioninsightface_loader
(provider, model_name='buffalo_l')
utils.py:157
↓ 2 callersFunctionipadapter_model_loader
(file)
utils.py:129
↓ 2 callersFunctionmax_
(tensor_list)
utils.py:334
↓ 2 callersFunctionmin_
(tensor_list)
utils.py:328
↓ 1 callersMethod__init__
(self, state_dict, encoder_hid_proj=None, weight_kolors=1.0)
IPAdapterPlus.py:192
↓ 1 callersMethodadd
(self, callback, **kwargs)
CrossAttentionPatch.py:16
↓ 1 callersMethodcreate_multigpu_clone
(self, device)
IPAdapterPlus.py:77
↓ 1 callersFunctionget_clipvision_file
(preset)
utils.py:13
↓ 1 callersFunctionget_ipadapter_file
(preset, is_sdxl)
utils.py:29
↓ 1 callersFunctionget_lora_file
(pattern)
utils.py:122
↓ 1 callersMethodget_multigpu_clone
(self, device)
IPAdapterPlus.py:88
↓ 1 callersMethodget_multigpu_kwargs
(self, device)
CrossAttentionPatch.py:13
↓ 1 callersFunctionimage_to_tensor
(image)
utils.py:385
↓ 1 callersMethodinit_proj
(self)
IPAdapterPlus.py:91
↓ 1 callersMethodinit_proj_faceid
(self)
IPAdapterPlus.py:119
↓ 1 callersMethodinit_proj_full
(self)
IPAdapterPlus.py:112
↓ 1 callersMethodinit_proj_plus
(self)
IPAdapterPlus.py:99
↓ 1 callersFunctionmasked_mean
(t, *, dim, mask=None)
image_proj_models.py:146
↓ 1 callersFunctionmerge_embeddings
(x, tiles)
utils.py:215
↓ 1 callersFunctionmerge_hiddenstates
(x, tiles)
utils.py:181
↓ 1 callersFunctionsplit_tiles
(embeds, num_split)
utils.py:168
↓ 1 callersFunctiontensor_to_image
(tensor)
utils.py:380
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:554
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:645
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:661
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:674
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:687
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:709
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:759
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:858
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:880
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:909
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:932
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:964
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:996
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1132
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1158
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1214
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1241
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1270
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1294
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1313
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1339
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1370
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1429
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1471
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1532
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1598
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1620
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1635
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1784
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1794
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1833
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1855
MethodINPUT_TYPES
(s)
IPAdapterPlus.py:1898
Method__call__
(self, q, k, v, extra_options)
CrossAttentionPatch.py:23
Method__init__
(self, callback=None, **kwargs)
CrossAttentionPatch.py:8
Method__init__
(self, *, dim, dim_head=64, heads=8)
image_proj_models.py:31
Method__init__
( self, *, dim=768, depth=4, dim_head=64, heads=16, em
image_proj_models.py:158
Method__init__
(self, cross_attention_dim=1024, clip_embeddings_dim=1024)
image_proj_models.py:195
Method__init__
(self, cross_attention_dim=768, id_embeddings_dim=512, num_tokens=4)
image_proj_models.py:210
Method__init__
(self, cross_attention_dim=768, id_embeddings_dim=512, clip_embeddings_dim=1280, num_tokens=4)
image_proj_models.py:230
Method__init__
(self, cross_attention_dim=1024, clip_embeddings_dim=1024, clip_extra_context_tokens=4)
image_proj_models.py:263
Method__init__
(self, ipadapter_model, cross_attention_dim=1024, output_cross_attention_dim=1024, clip_embeddings_dim=1024, c
IPAdapterPlus.py:50
Method__init__
(self)
IPAdapterPlus.py:547
Method__init__
(self)
IPAdapterPlus.py:755
Method__init__
(self)
IPAdapterPlus.py:854
Method__init__
(self)
IPAdapterPlus.py:905
Method__init__
(self)
IPAdapterPlus.py:959
Method__init__
(self)
IPAdapterPlus.py:992
Method__init__
(self)
IPAdapterPlus.py:1128
Method__init__
(self)
IPAdapterPlus.py:1154
Method__init__
(self)
IPAdapterPlus.py:1209
Method__init__
(self)
IPAdapterPlus.py:1266
Method__init__
(self)
IPAdapterPlus.py:1334
Method__init__
(self)
IPAdapterPlus.py:1360
Method__init__
(self)
IPAdapterPlus.py:1594
Methodapply_ipadapter
(self, model, ipadapter, image, weight, start_at, end_at, weight_type, attn_mask=None)
IPAdapterPlus.py:729
Methodapply_ipadapter
(self, model, ipadapter, start_at=0.0, end_at=1.0, weight=1.0, weight_style=1.0, weight_composition=1.0, expan
IPAdapterPlus.py:783
Methodapply_ipadapter
(self, model, ipadapter, pos_embed, weight, weight_type, start_at, end_at, neg_embed=None, attn_mask=None, cli
IPAdapterPlus.py:1181
Methodapply_tiled
(self, model, ipadapter, image, weight, weight_type, start_at, end_at, sharpening, combine_embeds="concat", im
IPAdapterPlus.py:1022
Methodbatch
(self, embed1, method, embed2=None, embed3=None, embed4=None, embed5=None)
IPAdapterPlus.py:1445
Methodcombine
(self, weights_1, weights_2)
IPAdapterPlus.py:1844
Methodcombine
(self, params_1, params_2, params_3=None, params_4=None, params_5=None)
IPAdapterPlus.py:1912
Methodconditioning
(self, image, image_weight, prompt_weight, weight_type, start_at, end_at, mask=None, positive=None, negative=N
IPAdapterPlus.py:1876
Methodencode
(self, ipadapter, image, weight, mask=None, clip_vision=None)
IPAdapterPlus.py:1387
Methodforward
Args: x (torch.Tensor): image features shape (b, n1, D) latent (torch.Tensor): latent features
image_proj_models.py:45
Methodforward
(self, x)
image_proj_models.py:123
next →1–100 of 115, ranked by callers