MCPcopy Create free account
hub / github.com/FunAudioLLM/ThinkSound / forward

Method forward

ThinkSound/models/dit.py:269–439  ·  view source on GitHub ↗
(
        self, 
        x, 
        t,
        cross_attn_cond=None,
        cross_attn_cond_mask=None,
        negative_cross_attn_cond=None,
        negative_cross_attn_mask=None,
        input_concat_cond=None,
        global_embed=None,
        negative_global_embed=None,
        prepend_cond=None,
        prepend_cond_mask=None,
        add_cond=None,
        cfg_scale=1.0,
        cfg_dropout_prob=0.0,
        causal=False,
        scale_phi=0.0,
        mask=None,
        x_ctx=None,
        ctx_mask=None,
        return_info=False,
        **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_forwardMethod · 0.95

Tested by

no test coverage detected