Skip to content

Commit

Permalink
Fixed documentation of consistency decoder (huggingface#5768)
Browse files Browse the repository at this point in the history
* Fixed doc for consistency decoder

* Style fix
  • Loading branch information
pedrogengo authored Nov 14, 2023
1 parent 3b37488 commit 9845758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/models/consistency_decoder_vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ConsistencyDecoderVAE(ModelMixin, ConfigMixin):
Examples:
```py
>>> import torch
>>> from diffusers import DiffusionPipeline, ConsistencyDecoderVAE
>>> from diffusers import StableDiffusionPipeline, ConsistencyDecoderVAE
>>> vae = ConsistencyDecoderVAE.from_pretrained("openai/consistency-decoder", torch_dtype=torch.float16)
>>> pipe = StableDiffusionPipeline.from_pretrained(
Expand Down

0 comments on commit 9845758

Please sign in to comment.