Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/billwuhao/ComfyUI_ACE-Step
/ functions
Functions
348 in github.com/billwuhao/ComfyUI_ACE-Step
⨍
Functions
348
◇
Types & classes
68
Method
generate
(self, **kwargs)
ace_step_nodes.py:139
Method
getPriorityThreshold
(self)
ace_step/language_segmentation/LangSegment.py:730
Method
get_number_tokens
(self)
ace_step/ace_models/lyrics_utils/lyric_tokenizer.py:707
Method
getfilters
(self)
ace_step/language_segmentation/LangSegment.py:724
Method
hook
(module, input, output)
ace_step/pipeline_ace_step.py:124
Function
init_weights
(m, mean=0.0, std=0.01)
ace_step/music_dcae/music_vocoder.py:260
Method
katsu
(self)
ace_step/ace_models/lyrics_utils/lyric_tokenizer.py:628
Method
load
(self, dcae_checkpoint, vocoder_checkpoint, ace_step_checkpoint, text_encoder_checkpoint, quantized=False, cpu
ace_step_nodes.py:208
Method
logistic_function
(x, L=0.9, U=1.1, x_0=0.0, k=1)
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:285
Method
logistic_function
(x, L=0.9, U=1.1, x_0=0.0, k=1)
ace_step/schedulers/scheduling_flow_match_pingpong.py:285
Method
logistic_function
(x, L=0.9, U=1.1, x_0=0.0, k=1)
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:250
Method
lyricsgen
(self, multi_line_prompt: str)
ace_step_nodes.py:183
Method
lyricsgen
(self, lyrics: str, language: str, threshold: float)
text2lyric.py:130
Function
make_pad_mask
Make mask tensor containing indices of padded part. See description of make_non_pad_mask. Args: lengths (torch.Tensor): Batch of len
ace_step/ace_models/lyrics_utils/lyric_encoder.py:875
Method
nonZero
(num,cn,func=None)
ace_step/language_segmentation/LangSegment.py:136
Function
normalize_text
对文本进行标准化处理,去除标点符号,转为小写(如果适用)
ace_step/ace_models/lyrics_utils/lyric_normalizer.py:40
Method
position_encoding
( self, offset: Union[int, torch.Tensor], size: int )
ace_step/ace_models/lyrics_utils/lyric_encoder.py:834
Method
promptgen
(self, multi_line_prompt: str)
ace_step_nodes.py:162
Method
remove_weight_norm
(self)
ace_step/music_dcae/music_vocoder.py:478
Function
replace_asmd
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:125
Function
replace_default_num
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:100
Function
replace_frac
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:39
Function
replace_negative_num
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:80
Function
replace_number
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:195
Function
replace_percentage
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:60
Function
replace_positive_quantifier
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:177
Function
replace_power
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:155
Function
replace_range
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:227
Function
replace_to_range
Args: match (re.Match) Returns: str
ace_step/language_segmentation/utils/num.py:245
Method
scale_noise
Forward process in flow-matching Args: sample (`torch.FloatTensor`): The input sample. times
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:120
Method
scale_noise
Forward process in flow-matching Args: sample (`torch.FloatTensor`): The input sample.
ace_step/schedulers/scheduling_flow_match_pingpong.py:120
Method
scale_noise
Forward process in flow-matching Args: sample (`torch.FloatTensor`): The input sample. times
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:113
Method
setPriorityThreshold
(self, threshold:float)
ace_step/language_segmentation/LangSegment.py:727
Method
set_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_inde
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:110
Method
set_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_
ace_step/schedulers/scheduling_flow_match_pingpong.py:110
Method
set_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_inde
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:103
Method
set_timesteps
Sets the discrete timesteps used for the diffusion chain (to be run before inference). Args: num_inference_steps (`int`)
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:176
Method
set_timesteps
Sets the discrete timesteps used for the diffusion chain (to be run before inference). Args: num_inference_steps (`i
ace_step/schedulers/scheduling_flow_match_pingpong.py:176
Method
set_timesteps
Sets the discrete timesteps used for the diffusion chain (to be run before inference). Args: num_inference_steps (`int`)
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:143
Function
split_sentence
Preprocess the input text
ace_step/ace_models/lyrics_utils/lyric_tokenizer.py:37
Method
state_in_first_order
(self)
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:206
Method
step
Predict the sample from the previous timestep by reversing the SDE. This function propagates the diffusion process from the learned m
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:244
Method
step
Predict the sample from the previous timestep by reversing the SDE. This function propagates the diffusion process from the learned m
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:209
Method
step_index
The index counter for current timestep. It will increase 1 after each scheduler step.
ace_step/schedulers/scheduling_flow_match_euler_discrete.py:96
Method
step_index
The index counter for current timestep. It will increase 1 after each scheduler step.
ace_step/schedulers/scheduling_flow_match_pingpong.py:96
Method
step_index
The index counter for current timestep. It will increase 1 after each scheduler step.
ace_step/schedulers/scheduling_flow_match_heun_discrete.py:89
Function
subsequent_mask
Create mask for subsequent steps (size, size). This mask is used only in decoder which works in an auto-regressive mode. This means the curre
ace_step/ace_models/lyrics_utils/lyric_encoder.py:437
Function
wrapper
(self, *args, **kwargs)
ace_step/cpu_offload.py:30
← previous
301–348 of 348, ranked by callers