Skip to content

Commit

Permalink
make style
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgacangoz committed Dec 10, 2023
1 parent 8b1a0dc commit 4bf127f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1390,8 +1390,8 @@ def download_from_original_stable_diffusion_ckpt(
"skip_prk_steps": True,
"steps_offset": 1,
"timestep_spacing": "trailing",
"trained_betas": None
}
"trained_betas": None,
}
scheduler = EulerAncestralDiscreteScheduler.from_config(scheduler_dict)
scheduler_type = "euler-ancestral"
else:
Expand Down

0 comments on commit 4bf127f

Please sign in to comment.