Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 19, 2023
1 parent 8af29e8 commit da9aaa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions optimum/pipelines/diffusers/pipeline_latent_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ def __call__(
usually at the expense of lower image quality.
num_images_per_prompt (`int`, defaults to 1):
The number of images to generate per prompt.
eta (`float`, defaults to 0.0):
Corresponds to parameter eta (η) in the DDIM paper: https://arxiv.org/abs/2010.02502. Only applies to
[`schedulers.DDIMScheduler`], will be ignored for others.
generator (`Optional[np.random.RandomState]`, defaults to `None`)::
A np.random.RandomState to make generation deterministic.
latents (`Optional[np.ndarray]`, defaults to `None`):
Expand Down

0 comments on commit da9aaa5

Please sign in to comment.