We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a633e4 commit 51003e8Copy full SHA for 51003e8
src/diffusers/pipelines/consisid/pipeline_consisid.py
@@ -176,7 +176,7 @@ def retrieve_timesteps(
176
sigmas: Optional[List[float]] = None,
177
**kwargs,
178
):
179
- """
+ r"""
180
Calls the scheduler's `set_timesteps` method and retrieves timesteps from the scheduler after the call. Handles
181
custom timesteps. Any kwargs will be supplied to `scheduler.set_timesteps`.
182
0 commit comments