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

Function _set_guide_attention_entries

iclora_attention.py:13–19  ·  view source on GitHub ↗

Write guide_attention_entries into conditioning (immutable update).

(conditioning, entries)

Source from the content-addressed store, hash-verified

11
12
13def _set_guide_attention_entries(conditioning, entries):
14 """Write guide_attention_entries into conditioning (immutable update)."""
15 import node_helpers
16
17 return node_helpers.conditioning_set_values(
18 conditioning, {"guide_attention_entries": entries}
19 )
20
21
22def append_guide_attention_entry(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected