mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-12 09:17:51 +08:00
Implements per-guide attention attenuation via log-space additive bias in self-attention. Each guide reference tracks its own strength and optional spatial mask in conditioning metadata (guide_attention_entries). - model.py: build composite attention mask from per-guide entries - av_model.py: thread self_attention_mask through AV transformer blocks - model_base.py: pass guide_attention_entries via extra_conds - nodes_lt.py: guide entry tracking in LTXVAddGuide, cleanup in CropGuides - Submodule updated to feature/per-guide-attention-strength (cherry picked from commit 7a302cc1649fed036fe17aa89daecdb66b76705e) # Conflicts: # comfy/ldm/lightricks/av_model.py # comfy/ldm/lightricks/model.py # custom_nodes/ComfyUI-LTXVideo-Internal |
||
|---|---|---|
| .. | ||
| vae | ||
| vocoders | ||
| av_model.py | ||
| embeddings_connector.py | ||
| latent_upsampler.py | ||
| model.py | ||
| symmetric_patchifier.py | ||