Skip to content

Commit 8cdd36f

Browse files
remove
1 parent 4174736 commit 8cdd36f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/cogview4/pipeline_cogview4_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def retrieve_timesteps(
100100
`Tuple[torch.Tensor, int]`: A tuple where the first element is the timestep schedule from the scheduler and the
101101
second element is the number of inference steps.
102102
"""
103-
# Copied from diffusers.pipelines.cogview4.pipeline_cogview4.retrieve_timesteps
104103
accepts_timesteps = "timesteps" in set(inspect.signature(scheduler.set_timesteps).parameters.keys())
105104
accepts_sigmas = "sigmas" in set(inspect.signature(scheduler.set_timesteps).parameters.keys())
106105

0 commit comments

Comments
 (0)