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 4174736 commit 8cdd36fCopy full SHA for 8cdd36f
src/diffusers/pipelines/cogview4/pipeline_cogview4_control.py
@@ -100,7 +100,6 @@ def retrieve_timesteps(
100
`Tuple[torch.Tensor, int]`: A tuple where the first element is the timestep schedule from the scheduler and the
101
second element is the number of inference steps.
102
"""
103
- # Copied from diffusers.pipelines.cogview4.pipeline_cogview4.retrieve_timesteps
104
accepts_timesteps = "timesteps" in set(inspect.signature(scheduler.set_timesteps).parameters.keys())
105
accepts_sigmas = "sigmas" in set(inspect.signature(scheduler.set_timesteps).parameters.keys())
106
0 commit comments