Skip to content

Commit ac289d5

Browse files
committed
Fix title documentation
1 parent 1a821b6 commit ac289d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/inference.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -471,15 +471,15 @@ image = refiner(prompt=prompt, image=image[None, :]).images[0]
471471
```
472472

473473

474-
## Latent Consistency Models
474+
### Latent Consistency Models
475475

476476

477477
| Task | Auto Class |
478478
|--------------------------------------|--------------------------------------|
479479
| `text-to-image` | `OVLatentConsistencyModelPipeline` |
480480

481481

482-
### Text-to-Image
482+
#### Text-to-Image
483483

484484
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 :
485485

0 commit comments

Comments
 (0)