From 1c8286a44bee98b8243b1d339cfe59b84675836c Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 31 Oct 2024 21:17:26 +0200 Subject: [PATCH] Avoid SyntaxWarning in UniPC docstring (#5442) --- comfy/extra_samplers/uni_pc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/extra_samplers/uni_pc.py b/comfy/extra_samplers/uni_pc.py index a30d1d03f..3ab42c6a9 100644 --- a/comfy/extra_samplers/uni_pc.py +++ b/comfy/extra_samplers/uni_pc.py @@ -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.