MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / get_empty_store

Method get_empty_store

src/attention_controllers.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9 @staticmethod
10 def get_empty_store():
11 return {8: [], 16: [], 32: [], 64: []}
12 # return {"down_cross": [], "mid_cross": [], "up_cross": [],
13 # "down_self": [], "mid_self": [], "up_self": []}
14
15 # def forward(self, attn, is_cross: bool = True, place_in_unet: str = None):
16 def __call__(self, attn, is_cross: bool = True, place_in_unet: str = None):

Callers 3

between_stepsMethod · 0.95
resetMethod · 0.95
__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected