Distilled snippets: disable STG + modality guidance explicitly

#9
by multimodalart HF Staff - opened

stg_scale and modality_scale default to the SFT values and are gated independently of guidance_scale (> 0 and > 1 respectively), so the distilled snippets were running STG + modality guidance. This adds the missing overrides; both audio-side values are passed explicitly because audio_stg_scale or stg_scale resolves a falsy 0.0 back to the video value.

multimodalart changed pull request status to closed

Superseded by https://huggingface.co/Lightricks/LTX-2.5-Diffusers/discussions/10 — this branch's base was orphaned by the history rewrite, closing.

multimodalart changed pull request status to open
multimodalart changed pull request status to closed

Sign up or log in to comment