Skip to content

Commit aac7694

Browse files
committed
add
1 parent 1fd2296 commit aac7694

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/diffusers/schedulers/scheduling_dpmsolver_multistep.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class DPMSolverMultistepScheduler(SchedulerMixin, ConfigMixin):
177177
use_flow_sigmas (`bool`, *optional*, defaults to `False`):
178178
Whether to use flow sigmas for step sizes in the noise schedule during the sampling process.
179179
flow_shift (`float`, *optional*, defaults to 1.0):
180+
The shift value for the timestep schedule for flow matching.
180181
final_sigmas_type (`str`, defaults to `"zero"`):
181182
The final `sigma` value for the noise schedule during the sampling process. If `"sigma_min"`, the final
182183
sigma is the same as the last sigma in the training schedule. If `zero`, the final sigma is set to 0.

src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class FlowMatchEulerDiscreteScheduler(SchedulerMixin, ConfigMixin):
7171
invert_sigmas (`bool`, defaults to False):
7272
Whether to invert the sigmas.
7373
shift_terminal (`float`, defaults to None):
74+
The end value of the shifted timestep schedule.
7475
use_karras_sigmas (`bool`, defaults to False):
7576
Whether to use Karras sigmas for step sizes in the noise schedule during sampling.
7677
use_exponential_sigmas (`bool`, defaults to False):

0 commit comments

Comments
 (0)