MCPcopy Create free account

hub / github.com/tdrussell/diffusion-pipe / functions

Functions1,157 in github.com/tdrussell/diffusion-pipe

Methodfn
(tensor)
models/sdxl.py:528
Methodfn
(tensor)
models/ltx_video.py:99
Methodfn
(tensor)
models/cosmos_predict2.py:334
Methodfn
(tensor)
models/hunyuan_video.py:360
Methodfn
(tensor)
models/sd3.py:70
Methodfn
(image)
models/hunyuan_image.py:165
Methodfn
(tensor)
models/omnigen2.py:74
Methodfn
(*args)
models/flux2.py:89
Methodfn
(*args)
models/flux.py:291
Methodfn
(*args)
models/qwen_image.py:297
Methodfn
(tensor)
models/wan/wan.py:282
Functionforward
( self, x: Tuple[torch.Tensor, torch.Tensor], v_context=None, a_context=None, attention_mask=None, v_times
models/ltx2.py:49
Methodforward
(ctx, forward_function, hidden_states, *args)
utils/unsloth_utils.py:32
Methodforward
(self, inputs)
models/hidream.py:332
Methodforward
(self, inputs)
models/hidream.py:364
Methodforward
(self, inputs)
models/hidream.py:423
Methodforward
(self, inputs)
models/hidream.py:458
Methodforward
(self, inputs)
models/hidream.py:487
Methodforward
(self, inputs)
models/chroma.py:352
Methodforward
(self, inputs)
models/chroma.py:418
Methodforward
(self, inputs)
models/chroma.py:469
Methodforward
(self, inputs)
models/chroma.py:502
Methodforward
(self, inputs)
models/ernie_image.py:134
Methodforward
(self, inputs)
models/ernie_image.py:199
Methodforward
(self, inputs)
models/ernie_image.py:220
Methodforward
(self, inputs)
models/hunyuan_video_15.py:228
Methodforward
(self, inputs)
models/hunyuan_video_15.py:296
Methodforward
(self, inputs)
models/hunyuan_video_15.py:317
Methodforward
(self, inputs)
models/z_image.py:138
Methodforward
(self, inputs)
models/z_image.py:230
Methodforward
(self, inputs)
models/z_image.py:251
Methodforward
(self, inputs)
models/auraflow.py:198
Methodforward
(self, inputs)
models/auraflow.py:227
Methodforward
(self, inputs)
models/auraflow.py:254
Methodforward
(self, inputs)
models/auraflow.py:275
Methodforward
(self, inputs)
models/lumina_2.py:206
Methodforward
(self, inputs)
models/lumina_2.py:316
Methodforward
(self, inputs)
models/lumina_2.py:335
Methodforward
(self, x: torch.Tensor)
models/cosmos_predict2_modeling.py:239
Methodforward
(self, x: torch.Tensor)
models/cosmos_predict2_modeling.py:267
Methodforward
Args: x (Tensor): The query tensor of shape [B, Mq, K] context (Optional[Tensor]): The key tensor of shape [B, Mk, K]
models/cosmos_predict2_modeling.py:447
Methodforward
With CP, the function assume that the input tensor is already split. It delegates the embedding generation to generate_embeddings fun
models/cosmos_predict2_modeling.py:472
Methodforward
(self, timesteps_B_T: torch.Tensor)
models/cosmos_predict2_modeling.py:679
Methodforward
(self, sample: torch.Tensor)
models/cosmos_predict2_modeling.py:719
Methodforward
Apply the Fourier feature transformation to the input tensor. Args: x (torch.Tensor): The input tensor. gain
models/cosmos_predict2_modeling.py:772
Methodforward
Forward pass of the PatchEmbed module. Parameters: - x (torch.Tensor): The input tensor of shape (B, C, T, H, W) where
models/cosmos_predict2_modeling.py:834
Methodforward
( self, x_B_T_H_W_D: torch.Tensor, emb_B_T_D: torch.Tensor, adaln_lora_B_T_3D:
models/cosmos_predict2_modeling.py:906
Methodforward
( self, x_B_T_H_W_D: torch.Tensor, emb_B_T_D: torch.Tensor, crossattn_emb: tor
models/cosmos_predict2_modeling.py:1035
Methodforward
Args: x: (B, C, T, H, W) tensor of spatial-temp inputs timesteps: (B, ) tensor of timesteps crossattn_emb
models/cosmos_predict2_modeling.py:1421
Methodforward
(self, inputs)
models/cosmos.py:310
Methodforward
(self, inputs)
models/cosmos.py:378
Methodforward
(self, inputs)
models/cosmos.py:412
Methodforward
(self, inputs)
models/sdxl.py:674
Methodforward
(self, inputs)
models/sdxl.py:793
Methodforward
(self, inputs)
models/sdxl.py:809
Methodforward
(self, inputs)
models/sdxl.py:824
Methodforward
(self, inputs)
models/sdxl.py:841
Methodforward
(self, inputs)
models/sdxl.py:856
Methodforward
(self, inputs)
models/sdxl.py:873
Methodforward
(self, inputs)
models/sdxl.py:905
Methodforward
(self, inputs)
models/sdxl.py:936
Methodforward
(self, inputs)
models/sdxl.py:987
Methodforward
(self, inputs)
models/ltx_video.py:234
Methodforward
(self, inputs)
models/ltx_video.py:284
Methodforward
(self, inputs)
models/ltx_video.py:306
Methodforward
(self, inputs)
models/cosmos_predict2.py:546
Methodforward
(self, inputs)
models/cosmos_predict2.py:583
Methodforward
(self, inputs)
models/cosmos_predict2.py:606
Methodforward
(self, inputs)
models/cosmos_predict2.py:626
Methodforward
(self, inputs)
models/hunyuan_video.py:557
Methodforward
(self, inputs)
models/hunyuan_video.py:628
Methodforward
(self, inputs)
models/hunyuan_video.py:652
Methodforward
(self, inputs)
models/hunyuan_video.py:670
Methodforward
(self, hidden_states)
models/llm_adapter.py:27
Methodforward
(self, x, position_ids)
models/llm_adapter.py:58
Methodforward
(self, x, mask=None, context=None, position_embeddings=None, position_embeddings_context=None)
models/llm_adapter.py:92
Methodforward
(self, x, context, target_attention_mask=None, source_attention_mask=None, position_embeddings=None, position_
models/llm_adapter.py:146
Methodforward
(self, source_hidden_states, target_input_ids, target_attention_mask=None, source_attention_mask=None)
models/llm_adapter.py:180
Methodforward
(self, inputs)
models/sd3.py:182
Methodforward
(self, inputs)
models/sd3.py:204
Methodforward
(self, inputs)
models/sd3.py:229
Methodforward
(self, inputs)
models/ltx2.py:477
Methodforward
(self, inputs)
models/ltx2.py:562
Methodforward
(self, inputs)
models/ltx2.py:613
Methodforward
(self, inputs)
models/hunyuan_image.py:399
Methodforward
(self, inputs)
models/hunyuan_image.py:464
Methodforward
(self, inputs)
models/hunyuan_image.py:488
Methodforward
(self, inputs)
models/hunyuan_image.py:504
Methodforward
(self, inputs)
models/ideogram4.py:150
Methodforward
(self, inputs)
models/ideogram4.py:233
Methodforward
(self, inputs)
models/ideogram4.py:252
Methodforward
(self, inputs)
models/ideogram4.py:265
Methodforward
(self, inputs)
models/krea2.py:195
Methodforward
(self, inputs)
models/krea2.py:255
Methodforward
(self, inputs)
models/krea2.py:276
Methodforward
(self, inputs)
models/omnigen2.py:204
Methodforward
(self, inputs)
models/omnigen2.py:295
Methodforward
(self, inputs)
models/omnigen2.py:311
Methodforward
(self, inputs)
models/flux2.py:253
Methodforward
(self, inputs)
models/flux2.py:337
← previousnext →701–800 of 1,157, ranked by callers