Skip to content

Commit 5f41bc1

Browse files
Apply style fixes
1 parent b76f9f2 commit 5f41bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/diffusers/pipelines/cosmos/pipeline_cosmos2_5_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def encode_prompt(
384384

385385
return prompt_embeds, negative_prompt_embeds
386386

387-
# Modified from diffusers.pipelines.cosmos.pipeline_cosmos2_video2world.Cosmos2VideoToWorldPipeline.prepare_latents and
387+
# Modified from diffusers.pipelines.cosmos.pipeline_cosmos2_video2world.Cosmos2VideoToWorldPipeline.prepare_latents and
388388
# diffusers.pipelines.cosmos.pipeline_cosmos2_video2world.Cosmos2TextToImagePipeline.prepare_latents
389389
def prepare_latents(
390390
self,

tests/schedulers/test_scheduler_unipc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def test_flow_and_karras_sigmas_values(self):
414414
num_train_timesteps=num_train_timesteps,
415415
)
416416
scheduler.set_timesteps(num_inference_steps=num_inference_steps)
417-
417+
418418
expected_sigmas = [
419419
0.9950248599052429,
420420
0.9787454605102539,

0 commit comments

Comments
 (0)