MCPcopy
hub / github.com/Lightricks/ComfyUI-LTXVideo / _get_guide_attention_entries

Function _get_guide_attention_entries

iclora_attention.py:4–10  ·  view source on GitHub ↗

Read the current guide_attention_entries list from conditioning.

(conditioning)

Source from the content-addressed store, hash-verified

2
3
4def _get_guide_attention_entries(conditioning):
5 """Read the current guide_attention_entries list from conditioning."""
6 for t in conditioning:
7 entries = t[1].get("guide_attention_entries", None)
8 if entries is not None:
9 return entries
10 return []
11
12
13def _set_guide_attention_entries(conditioning, entries):

Callers 1

Calls 1

getMethod · 0.80

Tested by

no test coverage detected