Skip to content

Commit

Permalink
Fix title documentation (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Mar 6, 2024
1 parent 1a821b6 commit 8f75658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/inference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -471,15 +471,15 @@ image = refiner(prompt=prompt, image=image[None, :]).images[0]
```


## Latent Consistency Models
### Latent Consistency Models


| Task | Auto Class |
|--------------------------------------|--------------------------------------|
| `text-to-image` | `OVLatentConsistencyModelPipeline` |


### Text-to-Image
#### Text-to-Image

Here is an example of how you can load a Latent Consistency Models (LCMs) from [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) and run inference using OpenVINO :

Expand Down

0 comments on commit 8f75658

Please sign in to comment.