1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Avoid SyntaxWarning in UniPC docstring (#5442)

This commit is contained in:
Aarni Koskela
2024-10-31 21:17:26 +02:00
committed by GitHub
parent 1af4a47fd1
commit 1c8286a44b

View File

@@ -16,7 +16,7 @@ class NoiseScheduleVP:
continuous_beta_0=0.1,
continuous_beta_1=20.,
):
"""Create a wrapper class for the forward SDE (VP type).
r"""Create a wrapper class for the forward SDE (VP type).
***
Update: We support discrete-time diffusion models by implementing a picewise linear interpolation for log_alpha_t.