Skip to content

Commit c070e5f

Browse files
authored
Remove inappropriate docstrings in LMS docstrings. (#634)
1 parent b694531 commit c070e5f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/diffusers/schedulers/scheduling_lms_discrete.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class LMSDiscreteScheduler(SchedulerMixin, ConfigMixin):
6363
`linear` or `scaled_linear`.
6464
trained_betas (`np.ndarray`, optional):
6565
option to pass an array of betas directly to the constructor to bypass `beta_start`, `beta_end` etc.
66-
options to clip the variance used when adding noise to the denoised sample. Choose from `fixed_small`,
67-
`fixed_small_log`, `fixed_large`, `fixed_large_log`, `learned` or `learned_range`.
6866
tensor_format (`str`): whether the scheduler expects pytorch or numpy arrays.
6967
7068
"""

src/diffusers/schedulers/scheduling_lms_discrete_flax.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ class FlaxLMSDiscreteScheduler(SchedulerMixin, ConfigMixin):
6161
`linear` or `scaled_linear`.
6262
trained_betas (`jnp.ndarray`, optional):
6363
option to pass an array of betas directly to the constructor to bypass `beta_start`, `beta_end` etc.
64-
options to clip the variance used when adding noise to the denoised sample. Choose from `fixed_small`,
65-
`fixed_small_log`, `fixed_large`, `fixed_large_log`, `learned` or `learned_range`.
6664
"""
6765

6866
@register_to_config

0 commit comments

Comments
 (0)