Skip to content

Commit 51003e8

Browse files
authored
Update pipeline_consisid.py
1 parent 0a633e4 commit 51003e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/consisid/pipeline_consisid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def retrieve_timesteps(
176176
sigmas: Optional[List[float]] = None,
177177
**kwargs,
178178
):
179-
"""
179+
r"""
180180
Calls the scheduler's `set_timesteps` method and retrieves timesteps from the scheduler after the call. Handles
181181
custom timesteps. Any kwargs will be supplied to `scheduler.set_timesteps`.
182182

0 commit comments

Comments
 (0)