MCPcopy Create free account

hub / github.com/TencentARC/AnimeGamer / functions

Functions1,003 in github.com/TencentARC/AnimeGamer

Method__call__
(self, n_samples, rand=None, return_idx=False)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:42
Method__call__
(self, n_samples, rand=None)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:74
Method__call__
(self, x: torch.Tensor, sigma: float)
VDM_Decoder/sgm/modules/diffusionmodules/guiders.py:15
Method__call__
(self, x, sigma, scale=None)
VDM_Decoder/sgm/modules/diffusionmodules/guiders.py:38
Method__call__
(self, x, sigma, step_index, scale=None)
VDM_Decoder/sgm/modules/diffusionmodules/guiders.py:70
Method__call__
(self, x, sigma)
VDM_Decoder/sgm/modules/diffusionmodules/guiders.py:78
Method__call__
(self, input_ids, scores)
MLLM/src/models_clm/generation.py:23
Method__call__
(self, input_ids, scores)
MLLM/src/models_clm/generation.py:49
Method__init__
(self)
app.py:114
Method__init__
(self, args, **kwargs)
VDM_Decoder/diffusion_video.py:26
Method__init__
( self, in_channels, hidden_size, patch_size, bias=True, text_
VDM_Decoder/dit_video_concat.py:26
Method__init__
(self, height, width, compressed_num_frames, hidden_size, text_length=0)
VDM_Decoder/dit_video_concat.py:226
Method__init__
( self, height, width, compressed_num_frames, hidden_size, tex
VDM_Decoder/dit_video_concat.py:245
Method__init__
( self, height, width, compressed_num_frames, hidden_size, hid
VDM_Decoder/dit_video_concat.py:319
Method__init__
( self, hidden_size, time_embed_dim, patch_size, out_channels,
VDM_Decoder/dit_video_concat.py:437
Method__init__
(self, num_layers, in_features, hidden_features, bias=False)
VDM_Decoder/dit_video_concat.py:481
Method__init__
( self, transformer_args, num_frames, time_compressed_rate, latent_wid
VDM_Decoder/dit_video_concat.py:678
Method__init__
(self, path, process_fn, seed, *, shuffle_buffer=1000)
VDM_Decoder/sgm/webds.py:78
Method__init__
( self, path, process_fn, seed, *, meta_names=[], nshards=sys.maxsize, shuffle_buffer=1000, include_di
VDM_Decoder/sgm/webds.py:252
Method__init__
( self, warm_up_steps, lr_min, lr_max, lr_start, max_decay_ste
VDM_Decoder/sgm/lr_scheduler.py:9
Method__init__
(self, warm_up_steps, f_min, f_max, f_start, cycle_lengths, verbosity_interval=0)
VDM_Decoder/sgm/lr_scheduler.py:51
Method__init__
(self, seeds, weights)
VDM_Decoder/sgm/util.py:366
Method__init__
( self, in_channels, n_heads, d_head, depth=1, dropout=0.0,
VDM_Decoder/sgm/modules/video_attention.py:144
Method__init__
(self, model, decay=0.9999, use_num_upates=True)
VDM_Decoder/sgm/modules/ema.py:6
Method__init__
(self, dim, dim_out=None, mult=4, glu=False, dropout=0.0)
VDM_Decoder/sgm/modules/attention.py:102
Method__init__
(self, dim, heads=4, dim_head=32)
VDM_Decoder/sgm/modules/attention.py:128
Method__init__
(self, in_channels)
VDM_Decoder/sgm/modules/attention.py:147
Method__init__
( self, query_dim, context_dim=None, heads=8, dim_head=64, dro
VDM_Decoder/sgm/modules/attention.py:184
Method__init__
( self, query_dim, context_dim=None, heads=8, dim_head=64, dro
VDM_Decoder/sgm/modules/attention.py:267
Method__init__
( self, query_dim, context_dim=None, heads=8, dim_head=64, dro
VDM_Decoder/sgm/modules/attention.py:354
Method__init__
(self, *, dim, dim_head=64, heads=8)
VDM_Decoder/sgm/modules/attention.py:423
Method__init__
( self, dim=1920, depth=4, dim_head=64, heads=16, num_queries=
VDM_Decoder/sgm/modules/attention.py:478
Method__init__
(self, query_dim, context_dim=None, heads=8, dim_head=64, dropout=0.0, **kwargs)
VDM_Decoder/sgm/modules/attention.py:523
Method__init__
( self, dim, n_heads, d_head, dropout=0.0, context_dim=None,
VDM_Decoder/sgm/modules/attention.py:609
Method__init__
( self, dim, n_heads, d_head, dropout=0.0, context_dim=None,
VDM_Decoder/sgm/modules/attention.py:704
Method__init__
( self, in_channels, n_heads, d_head, depth=1, dropout=0.0,
VDM_Decoder/sgm/modules/attention.py:749
Method__init__
( self, sigma_sampler_config, type="l2", offset_noise_level=0.0, batch
VDM_Decoder/sgm/modules/diffusionmodules/loss.py:12
Method__init__
(self, sigma_data=0.5)
VDM_Decoder/sgm/modules/diffusionmodules/denoiser_weighting.py:10
Method__init__
(self)
VDM_Decoder/sgm/modules/diffusionmodules/denoiser_weighting.py:18
Method__init__
( self, spacial_dim: int, embed_dim: int, num_heads_channels: int, out
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:41
Method__init__
(self, channels, use_conv, dims=2, out_channels=None, padding=1, third_up=False)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:126
Method__init__
(self, channels, out_channels=None, ks=5)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:155
Method__init__
(self, channels, use_conv, dims=2, out_channels=None, padding=1, third_down=False)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:175
Method__init__
( self, channels, emb_channels, dropout, out_channels=None, us
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:223
Method__init__
( self, channels, num_heads=1, num_head_channels=-1, use_checkpoint=Fa
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:354
Method__init__
(self, n_heads)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:424
Method__init__
(self, n_heads)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:454
Method__init__
(self, dim)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:484
Method__init__
( self, in_channels, model_channels, out_channels, num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:525
Method__init__
( self, image_size, in_channels, model_channels, out_channels,
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:1015
Method__init__
(self, sigma_data: float = 0.5)
VDM_Decoder/sgm/modules/diffusionmodules/denoiser_scaling.py:14
Method__init__
(self, scale_factor)
VDM_Decoder/sgm/modules/diffusionmodules/sampling_utils.py:75
Method__init__
( self, linear_start=0.00085, linear_end=0.0120, num_timesteps=1000, )
VDM_Decoder/sgm/modules/diffusionmodules/discretizer.py:47
Method__init__
( self, linear_start=0.00085, linear_end=0.0120, num_timesteps=1000, s
VDM_Decoder/sgm/modules/diffusionmodules/discretizer.py:75
Method__init__
( self, discretization_config: Union[Dict, ListConfig, OmegaConf], num_steps: Union[in
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:27
Method__init__
(self, s_noise=0.1, *args, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:129
Method__init__
(self, eta=1.0, s_noise=1.0, *args, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:162
Method__init__
( self, order=4, *args, **kwargs, )
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:200
Method__init__
(self, edit_ratio=0.5, *args, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:442
Method__init__
(self, fixed_frames=0, sdedit=False, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/sampling.py:480
Method__init__
( self, alpha: float, merge_strategy: str = "learned_with_images", rearrange_p
VDM_Decoder/sgm/modules/diffusionmodules/util.py:231
Method__init__
(self, p_mean=-1.2, p_std=1.2)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:10
Method__init__
(self, discretization_config, num_idx, do_append_zero=False, flip=True, uniform_sampling=False)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:20
Method__init__
(self, discretization_config, total_num_idx, partial_num_idx, do_append_zero=False, flip=True)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:64
Method__init__
( self, weighting_config, scaling_config, num_idx, discretization_conf
VDM_Decoder/sgm/modules/diffusionmodules/denoiser.py:42
Method__init__
( self, in_features, out_features, rank=4, kernel_size=(1, 1), stride=(1, 1), padding=0, network_alpha
VDM_Decoder/sgm/modules/diffusionmodules/lora.py:52
Method__init__
(self, *args, lora_layer: Optional[LoRAConv2dLayer] = None, scale: float = 1.0, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/lora.py:88
Method__init__
(self, *args, lora_layer: Optional[LoRALinearLayer] = None, scale: float = 1.0, **kwargs)
VDM_Decoder/sgm/modules/diffusionmodules/lora.py:158
Method__init__
(self, diffusion_model, compile_model: bool = False, dtype: torch.dtype = torch.float32)
VDM_Decoder/sgm/modules/diffusionmodules/wrappers.py:10
Method__init__
(self, in_channels, with_conv)
VDM_Decoder/sgm/modules/diffusionmodules/model.py:54
Method__init__
(self, in_channels, with_conv)
VDM_Decoder/sgm/modules/diffusionmodules/model.py:68
Method__init__
( self, *, in_channels, out_channels=None, conv_shortcut=False,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:86
Method__init__
(self, in_channels)
VDM_Decoder/sgm/modules/diffusionmodules/model.py:140
Method__init__
(self, in_channels)
VDM_Decoder/sgm/modules/diffusionmodules/model.py:145
Method__init__
(self, in_channels)
VDM_Decoder/sgm/modules/diffusionmodules/model.py:183
Method__init__
( self, *, ch, out_ch, ch_mult=(1, 2, 4, 8), num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:433
Method__init__
( self, *, ch, out_ch, ch_mult=(1, 2, 4, 8), num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:548
Method__init__
(self, scale, exp, num_steps, dyn_thresh_config=None)
VDM_Decoder/sgm/modules/diffusionmodules/guiders.py:57
Method__init__
(self, fn: Module)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:188
Method__init__
(self, fn: Module)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:201
Method__init__
(self, dim, *, dim_out=None, dim_hidden_min=16, init_bias=-10)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:218
Method__init__
(self, fn: Module)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:259
Method__init__
(self, dim, channel_first=False, images=False, bias=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:274
Method__init__
(self, dim, *, dim_cond, channel_first=False, images=False, bias=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:289
Method__init__
( self, *, dim, dim_cond: Optional[int] = None, causal=False,
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:333
Method__init__
(self, *, dim, dim_cond: Optional[int] = None, dim_head=8, heads=8, dropout=0.0)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:388
Method__init__
(self, dim, *, dim_cond: Optional[int] = None, mult=4, images=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:454
Method__init__
(self, input_channels, filters, downsample=True, antialiased_downsample=True)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:513
Method__init__
( self, *, dim, image_size, channels=3, max_dim=512, a
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:551
Method__init__
( self, dim, *, spatial_kernel, time_kernel, causal=True, dim_out=None, demod=True, eps=1e-8, pad_mode
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:630
Method__init__
(self, dim, dim_out=None, kernel_size=3, antialias=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:695
Method__init__
(self, dim, dim_out=None, kernel_size=3, antialias=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:715
Method__init__
(self, dim, dim_out=None)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:740
Method__init__
(self, dim, dim_out=None)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:770
Method__init__
( self, chan_in, chan_out, kernel_size: Union[int, Tuple[int, int, int]], pad_mode="constant", **kwarg
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:810
Method__init__
( self, dim, kernel_size: Union[int, Tuple[int, int, int]], *, dim_cond, pad_mode: str = "constant", d
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:857
Method__init__
(self, chan_in, chan_out, kernel_size: Union[int, Tuple[int, int, int]], *, time_stride, **kwargs)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:895
Method__init__
( self, *, image_size, layers: Tuple[Union[str, Tuple[str, int]], ...] = ("res
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:944
Method__init__
(self)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:1758
Method__init__
( self, out_channels, *args, dropout=0.0, video_kernel_size=3,
VDM_Decoder/sgm/modules/autoencoding/temporal_ae.py:19
← previousnext →401–500 of 1,003, ranked by callers