Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WUyinwei-hah/IFAdapter
/ types & classes
Types & classes
16 in github.com/WUyinwei-hah/IFAdapter
⨍
Functions
83
◇
Types & classes
16
↓ 3 callers
Class
PositionNet
if_adapter/resampler.py:166
↓ 2 callers
Class
FourierEmbedder
if_adapter/resampler.py:150
↓ 2 callers
Class
GemmaRMSNorm
if_adapter/attention_processor.py:62
↓ 2 callers
Class
GemmaRMSNorm
if_adapter/resampler.py:29
↓ 2 callers
Class
IFAdapter
if_adapter/if_adapter.py:27
↓ 2 callers
Class
Resampler
if_adapter/resampler.py:191
↓ 1 callers
Class
CAM
if_adapter/attention_processor.py:27
↓ 1 callers
Class
CBAM
if_adapter/attention_processor.py:47
↓ 1 callers
Class
GemmaMLPWithNorm
if_adapter/resampler.py:43
↓ 1 callers
Class
GemmaRMSNormWithoutScale
if_adapter/resampler.py:15
↓ 1 callers
Class
MyDataset
ifa_dataset.py:105
↓ 1 callers
Class
PerceiverAttention
if_adapter/resampler.py:93
↓ 1 callers
Class
SAM
if_adapter/attention_processor.py:13
Class
AttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0).
if_adapter/attention_processor.py:78
Class
IFAttnProcessor2_0
r""" Attention processor for IP-Adapater for PyTorch 2.0. Args: hidden_size (`int`): The hidden size of the attention laye
if_adapter/attention_processor.py:173
Class
StableDiffusionXLPipeline
r""" Pipeline for text-to-image generation using Stable Diffusion XL. This model inherits from [`DiffusionPipeline`]. Check the superclass do
if_adapter/sdxl_pipeline.py:165