MCPcopy Create free account

hub / github.com/billwuhao/ComfyUI_ACE-Step / types & classes

Types & classes68 in github.com/billwuhao/ComfyUI_ACE-Step

↓ 5 callersClassCardinal
CARDINAL类
ace_step/ace_models/lyrics_utils/zh_num2words.py:752
↓ 4 callersClassChineseNumberUnit
中文数字/数位字符 每个字符除繁简体外还有一个额外的大写字符 e.g. '陆' 和 '陸'
ace_step/ace_models/lyrics_utils/zh_num2words.py:414
↓ 4 callersClassLangSegment
ace_step/language_segmentation/LangSegment.py:213
↓ 4 callersClassLayerNorm
r"""LayerNorm that supports two data formats: channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_la
ace_step/music_dcae/music_vocoder.py:65
↓ 3 callersClassConvLayer
ace_step/ace_models/attention.py:65
↓ 3 callersClassFlowMatchEulerDiscreteScheduler
Euler scheduler. This model inherits from [`SchedulerMixin`] and [`ConfigMixin`]. Check the superclass documentation for the generic met
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:44
↓ 3 callersClassMomentumBuffer
ace_step/apg_guidance.py:4
↓ 3 callersClassVoiceBpeTokenizer
ace_step/ace_models/lyrics_utils/lyric_tokenizer.py:603
↓ 2 callersClassDataSampler
ace_step/data_sampler.py:10
↓ 2 callersClassDigit
DIGIT类
ace_step/ace_models/lyrics_utils/zh_num2words.py:768
↓ 2 callersClassFlowMatchHeunDiscreteScheduler
Heun scheduler. This model inherits from [`SchedulerMixin`] and [`ConfigMixin`]. Check the superclass documentation for the generic meth
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:44
↓ 2 callersClassFlowMatchPingPongScheduler
PingPong scheduler. This model inherits from [`SchedulerMixin`] and [`ConfigMixin`]. Check the superclass documentation for the generic
ace_step/schedulers/scheduling_flow_match_pingpong.py:44
↓ 2 callersClassMusicDCAE
ace_step/music_dcae/music_dcae_pipeline.py:30
↓ 2 callersClassPositionwiseFeedForward
Positionwise feed forward layer. FeedForward are appied on each position of the sequence. The output dim is same with the input dim. Arg
ace_step/ace_models/lyrics_utils/lyric_encoder.py:133
↓ 2 callersClassTelePhone
TELEPHONE类
ace_step/ace_models/lyrics_utils/zh_num2words.py:784
↓ 2 callersClassTextNorm
ace_step/ace_models/lyrics_utils/zh_num2words.py:1057
↓ 1 callersClassChineseNumberDigit
中文数字字符
ace_step/ace_models/lyrics_utils/zh_num2words.py:452
↓ 1 callersClassConformerEncoderLayer
Encoder layer module. Args: size (int): Input dimension. self_attn (torch.nn.Module): Self-attention module instance.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:586
↓ 1 callersClassConvNeXtBlock
r"""ConvNeXt Block. There are two equivalent implementations: (1) DwConv -> LayerNorm (channels_first) -> 1x1 Conv -> GELU -> 1x1 Conv; all in (N,
ace_step/music_dcae/music_vocoder.py:95
↓ 1 callersClassConvNeXtEncoder
ace_step/music_dcae/music_vocoder.py:182
↓ 1 callersClassConvolutionModule
ConvolutionModule in Conformer model.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:7
↓ 1 callersClassCpuOffloader
ace_step/cpu_offload.py:6
↓ 1 callersClassCustomLiteLAProcessor2_0
Attention processor used typically in processing the SD3-like self-attention projections. add rms norm for query and key and apply RoPE
ace_step/ace_models/customer_attention_processor.py:26
↓ 1 callersClassCustomerAttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0).
ace_step/ace_models/customer_attention_processor.py:204
↓ 1 callersClassDate
DATE类
ace_step/ace_models/lyrics_utils/zh_num2words.py:831
↓ 1 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
ace_step/music_dcae/music_vocoder.py:50
↓ 1 callersClassEspnetRelPositionalEncoding
Relative positional encoding module (new implementation). Details can be found in https://github.com/espnet/espnet/pull/2816. See : Appendix
ace_step/ace_models/lyrics_utils/lyric_encoder.py:715
↓ 1 callersClassFlowMatchEulerDiscreteSchedulerOutput
Output class for the scheduler's `step` function output. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_channels,
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:31
↓ 1 callersClassFlowMatchHeunDiscreteSchedulerOutput
Output class for the scheduler's `step` function output. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_channels,
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:31
↓ 1 callersClassFlowMatchPingPongSchedulerOutput
Output class for the scheduler's `step` function output. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_chann
ace_step/schedulers/scheduling_flow_match_pingpong.py:31
↓ 1 callersClassFraction
FRACTION类
ace_step/ace_models/lyrics_utils/zh_num2words.py:813
↓ 1 callersClassGLUMBConv
ace_step/ace_models/attention.py:121
↓ 1 callersClassHiFiGANGenerator
ace_step/music_dcae/music_vocoder.py:362
↓ 1 callersClassLangSSML
ace_step/language_segmentation/LangSegment.py:105
↓ 1 callersClassLinearEmbed
Linear transform the input without subsampling Args: idim (int): Input dimension. odim (int): Output dimension. dropout_r
ace_step/ace_models/lyrics_utils/lyric_encoder.py:812
↓ 1 callersClassLinearSpectrogram
ace_step/music_dcae/music_log_mel.py:7
↓ 1 callersClassLinearTransformerBlock
A Sana block with global shared adaptive layer norm (adaLN-single) conditioning.
ace_step/ace_models/attention.py:186
↓ 1 callersClassLogMelSpectrogram
ace_step/music_dcae/music_log_mel.py:59
↓ 1 callersClassMathSymbol
用于中文数字系统的数学符号 (繁/简体), e.g. positive = ['正', '正'] negative = ['负', '負'] point = ['点', '點']
ace_step/ace_models/lyrics_utils/zh_num2words.py:497
↓ 1 callersClassMoney
MONEY类
ace_step/ace_models/lyrics_utils/zh_num2words.py:889
↓ 1 callersClassNumberSystem
中文数字系统
ace_step/ace_models/lyrics_utils/zh_num2words.py:489
↓ 1 callersClassPatchEmbed
2D Image to Patch Embedding
ace_step/ace_models/ace_step_transformer.py:153
↓ 1 callersClassPercentage
PERCENTAGE类
ace_step/ace_models/lyrics_utils/zh_num2words.py:912
↓ 1 callersClassQwen2RotaryEmbedding
ace_step/ace_models/ace_step_transformer.py:47
↓ 1 callersClassRelPositionMultiHeadedAttention
Multi-Head Attention layer with relative position encoding. Paper: https://arxiv.org/abs/1901.02860 Args: n_head (int): The number of
ace_step/ace_models/lyrics_utils/lyric_encoder.py:325
↓ 1 callersClassResBlock1
ace_step/music_dcae/music_vocoder.py:270
↓ 1 callersClassT2IFinalLayer
The final layer of Sana.
ace_step/ace_models/ace_step_transformer.py:93
↓ 1 callersClassText2MusicDataset
Dataset for text-to-music generation that processes lyrics and audio files
ace_step/text2music_dataset.py:66
↓ 1 callersClassTransformer2DModelOutput
ace_step/ace_models/ace_step_transformer.py:200
ClassACELoRALoader
ace_step_nodes.py:319
ClassACEModelLoader
ace_step_nodes.py:187
ClassACEStepEdit
ace_step_nodes.py:500
ClassACEStepExtend
ace_step_nodes.py:567
ClassACEStepGen
ace_step_nodes.py:354
ClassACEStepPipeline
ace_step/pipeline_ace_step.py:32
ClassACEStepRepainting
ace_step_nodes.py:430
ClassACEStepTransformer2DModel
ace_step/ace_models/ace_step_transformer.py:206
ClassADaMoSHiFiGANV1
ace_step/music_dcae/music_vocoder.py:487
ClassChineseChar
中文字符 每个字符对应简体和繁体, e.g. 简体 = '负', 繁体 = '負' 转换时可转换为简体或繁体
ace_step/ace_models/lyrics_utils/zh_num2words.py:394
ClassChineseMath
中文数位字符
ace_step/ace_models/lyrics_utils/zh_num2words.py:473
ClassConformerEncoder
Conformer encoder module.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:902
ClassGenerationParameters
ace_step_nodes.py:109
ClassLyricsLangSwitch
text2lyric.py:78
ClassMultiHeadedAttention
Multi-Head Attention layer. Args: n_head (int): The number of heads. n_feat (int): The number of features. dropout_rate (
ace_step/ace_models/lyrics_utils/lyric_encoder.py:179
ClassMultiLineLyrics
ace_step_nodes.py:166
ClassMultiLinePromptACES
ace_step_nodes.py:145
ClassParallelConvNeXtBlock
ace_step/music_dcae/music_vocoder.py:165
ClassSwish
Construct an Swish object.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:171