Files
diffusers/docs/source/en/api/schedulers/consistency_decoder.md
M. Tolga Cangöz a3c115949d [Docs] Fix typos (#7131)
* Add copyright notice to relevant files and fix typos

* Set `timestep_spacing` parameter of `StableDiffusionXLPipeline`'s scheduler to `'trailing'`.

* Update `StableDiffusionXLPipeline.from_single_file` by including EulerAncestralDiscreteScheduler with `timestep_spacing="trailing"` param.

* Update model loading method in SDXL Turbo documentation
2024-12-23 13:02:08 +05:30

974 B

ConsistencyDecoderScheduler

This scheduler is a part of the [ConsistencyDecoderPipeline] and was introduced in DALL-E 3.

The original codebase can be found at openai/consistency_models.

ConsistencyDecoderScheduler

autodoc schedulers.scheduling_consistency_decoder.ConsistencyDecoderScheduler