Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HiDream-ai/HiDream-I1
/ functions
Functions
108 in github.com/HiDream-ai/HiDream-I1
⨍
Functions
108
◇
Types & classes
21
Method
scale_model_input
Ensures interchangeability with schedulers that need to scale the denoising model input depending on the current timestep. A
hi_diffusers/schedulers/fm_solvers_unipc.py:741
Method
scale_noise
Forward process in flow-matching Args: sample (`torch.FloatTensor`): The input sample. times
hi_diffusers/schedulers/flash_flow_match.py:129
Method
set_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_inde
hi_diffusers/schedulers/flash_flow_match.py:119
Method
set_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_inde
hi_diffusers/schedulers/fm_solvers_unipc.py:149
Method
set_timesteps
Sets the discrete timesteps used for the diffusion chain (to be run before inference). Args: num_inference_steps (`int`)
hi_diffusers/schedulers/flash_flow_match.py:183
Method
step
Predict the sample from the previous timestep by reversing the SDE. This function propagates the diffusion process from the learned m
hi_diffusers/schedulers/flash_flow_match.py:264
Method
step_index
The index counter for current timestep. It will increase 1 after each scheduler step.
hi_diffusers/schedulers/flash_flow_match.py:105
Method
step_index
The index counter for current timestep. It will increase 1 after each scheduler step.
hi_diffusers/schedulers/fm_solvers_unipc.py:135
← previous
101–108 of 108, ranked by callers