Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/billwuhao/ComfyUI_ACE-Step
/ types & classes
Types & classes
68 in github.com/billwuhao/ComfyUI_ACE-Step
⨍
Functions
348
◇
Types & classes
68
↓ 5 callers
Class
Cardinal
CARDINAL类
ace_step/ace_models/lyrics_utils/zh_num2words.py:752
↓ 4 callers
Class
ChineseNumberUnit
中文数字/数位字符 每个字符除繁简体外还有一个额外的大写字符 e.g. '陆' 和 '陸'
ace_step/ace_models/lyrics_utils/zh_num2words.py:414
↓ 4 callers
Class
LangSegment
ace_step/language_segmentation/LangSegment.py:213
↓ 4 callers
Class
LayerNorm
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 callers
Class
ConvLayer
ace_step/ace_models/attention.py:65
↓ 3 callers
Class
FlowMatchEulerDiscreteScheduler
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 callers
Class
MomentumBuffer
ace_step/apg_guidance.py:4
↓ 3 callers
Class
VoiceBpeTokenizer
ace_step/ace_models/lyrics_utils/lyric_tokenizer.py:603
↓ 2 callers
Class
DataSampler
ace_step/data_sampler.py:10
↓ 2 callers
Class
Digit
DIGIT类
ace_step/ace_models/lyrics_utils/zh_num2words.py:768
↓ 2 callers
Class
FlowMatchHeunDiscreteScheduler
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 callers
Class
FlowMatchPingPongScheduler
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 callers
Class
MusicDCAE
ace_step/music_dcae/music_dcae_pipeline.py:30
↓ 2 callers
Class
PositionwiseFeedForward
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 callers
Class
TelePhone
TELEPHONE类
ace_step/ace_models/lyrics_utils/zh_num2words.py:784
↓ 2 callers
Class
TextNorm
ace_step/ace_models/lyrics_utils/zh_num2words.py:1057
↓ 1 callers
Class
ChineseNumberDigit
中文数字字符
ace_step/ace_models/lyrics_utils/zh_num2words.py:452
↓ 1 callers
Class
ConformerEncoderLayer
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 callers
Class
ConvNeXtBlock
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 callers
Class
ConvNeXtEncoder
ace_step/music_dcae/music_vocoder.py:182
↓ 1 callers
Class
ConvolutionModule
ConvolutionModule in Conformer model.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:7
↓ 1 callers
Class
CpuOffloader
ace_step/cpu_offload.py:6
↓ 1 callers
Class
CustomLiteLAProcessor2_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 callers
Class
CustomerAttnProcessor2_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 callers
Class
Date
DATE类
ace_step/ace_models/lyrics_utils/zh_num2words.py:831
↓ 1 callers
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
ace_step/music_dcae/music_vocoder.py:50
↓ 1 callers
Class
EspnetRelPositionalEncoding
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 callers
Class
FlowMatchEulerDiscreteSchedulerOutput
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 callers
Class
FlowMatchHeunDiscreteSchedulerOutput
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 callers
Class
FlowMatchPingPongSchedulerOutput
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 callers
Class
Fraction
FRACTION类
ace_step/ace_models/lyrics_utils/zh_num2words.py:813
↓ 1 callers
Class
GLUMBConv
ace_step/ace_models/attention.py:121
↓ 1 callers
Class
HiFiGANGenerator
ace_step/music_dcae/music_vocoder.py:362
↓ 1 callers
Class
LangSSML
ace_step/language_segmentation/LangSegment.py:105
↓ 1 callers
Class
LinearEmbed
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 callers
Class
LinearSpectrogram
ace_step/music_dcae/music_log_mel.py:7
↓ 1 callers
Class
LinearTransformerBlock
A Sana block with global shared adaptive layer norm (adaLN-single) conditioning.
ace_step/ace_models/attention.py:186
↓ 1 callers
Class
LogMelSpectrogram
ace_step/music_dcae/music_log_mel.py:59
↓ 1 callers
Class
MathSymbol
用于中文数字系统的数学符号 (繁/简体), e.g. positive = ['正', '正'] negative = ['负', '負'] point = ['点', '點']
ace_step/ace_models/lyrics_utils/zh_num2words.py:497
↓ 1 callers
Class
Money
MONEY类
ace_step/ace_models/lyrics_utils/zh_num2words.py:889
↓ 1 callers
Class
NumberSystem
中文数字系统
ace_step/ace_models/lyrics_utils/zh_num2words.py:489
↓ 1 callers
Class
PatchEmbed
2D Image to Patch Embedding
ace_step/ace_models/ace_step_transformer.py:153
↓ 1 callers
Class
Percentage
PERCENTAGE类
ace_step/ace_models/lyrics_utils/zh_num2words.py:912
↓ 1 callers
Class
Qwen2RotaryEmbedding
ace_step/ace_models/ace_step_transformer.py:47
↓ 1 callers
Class
RelPositionMultiHeadedAttention
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 callers
Class
ResBlock1
ace_step/music_dcae/music_vocoder.py:270
↓ 1 callers
Class
T2IFinalLayer
The final layer of Sana.
ace_step/ace_models/ace_step_transformer.py:93
↓ 1 callers
Class
Text2MusicDataset
Dataset for text-to-music generation that processes lyrics and audio files
ace_step/text2music_dataset.py:66
↓ 1 callers
Class
Transformer2DModelOutput
ace_step/ace_models/ace_step_transformer.py:200
Class
ACELoRALoader
ace_step_nodes.py:319
Class
ACEModelLoader
ace_step_nodes.py:187
Class
ACEStepEdit
ace_step_nodes.py:500
Class
ACEStepExtend
ace_step_nodes.py:567
Class
ACEStepGen
ace_step_nodes.py:354
Class
ACEStepPipeline
ace_step/pipeline_ace_step.py:32
Class
ACEStepRepainting
ace_step_nodes.py:430
Class
ACEStepTransformer2DModel
ace_step/ace_models/ace_step_transformer.py:206
Class
ADaMoSHiFiGANV1
ace_step/music_dcae/music_vocoder.py:487
Class
ChineseChar
中文字符 每个字符对应简体和繁体, e.g. 简体 = '负', 繁体 = '負' 转换时可转换为简体或繁体
ace_step/ace_models/lyrics_utils/zh_num2words.py:394
Class
ChineseMath
中文数位字符
ace_step/ace_models/lyrics_utils/zh_num2words.py:473
Class
ConformerEncoder
Conformer encoder module.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:902
Class
GenerationParameters
ace_step_nodes.py:109
Class
LyricsLangSwitch
text2lyric.py:78
Class
MultiHeadedAttention
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
Class
MultiLineLyrics
ace_step_nodes.py:166
Class
MultiLinePromptACES
ace_step_nodes.py:145
Class
ParallelConvNeXtBlock
ace_step/music_dcae/music_vocoder.py:165
Class
Swish
Construct an Swish object.
ace_step/ace_models/lyrics_utils/lyric_encoder.py:171