MCPcopy Create free account
hub / github.com/aim-uofa/Framer / __init__

Method __init__

models_diffusers/attention_processor.py:1093–1094  ·  view source on GitHub ↗
(self, attention_op: Optional[Callable] = None)

Source from the content-addressed store, hash-verified

1091 """
1092
1093 def __init__(self, attention_op: Optional[Callable] = None):
1094 self.attention_op = attention_op
1095
1096 def __call__(
1097 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected