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

Method __init__

models_diffusers/attention_processor.py:1506–1507  ·  view source on GitHub ↗
(self, slice_size: int)

Source from the content-addressed store, hash-verified

1504 """
1505
1506 def __init__(self, slice_size: int):
1507 self.slice_size = slice_size
1508
1509 def __call__(
1510 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected