Skip to content

Commit

Permalink
Update docs/source/openvino/tutorials/diffusers.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
  • Loading branch information
echarlaix and helena-intel authored Jul 9, 2024
1 parent d14f686 commit 2f28fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/openvino/tutorials/diffusers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ image = refiner(prompt=prompt, image=image[None, :]).images[0]

### 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 :
Here is an example of how you can load a Latent Consistency Model (LCM) from [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) and run inference using OpenVINO :

```python
from optimum.intel import OVLatentConsistencyModelPipeline
Expand Down

0 comments on commit 2f28fb4

Please sign in to comment.