Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65952b2

Browse files
jsorefYaoyaoChang
authored andcommitted
spelling: settable
Signed-off-by: Josh Soref <[email protected]>
1 parent 80adbc4 commit 65952b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vibevoice/schedule/dpm_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def __init__(
284284
f"`final_sigmas_type` {final_sigmas_type} is not supported for `algorithm_type` {algorithm_type}. Please choose `sigma_min` instead."
285285
)
286286

287-
# setable values
287+
# settable values
288288
self.num_inference_steps = None
289289
timesteps = np.linspace(0, num_train_timesteps - 1, num_train_timesteps, dtype=np.float32)[::-1].copy()
290290
self.timesteps = torch.from_numpy(timesteps)

0 commit comments

Comments
 (0)