diff --git a/samples/cpp/text2image/README.md b/samples/cpp/text2image/README.md index 736d97fcd7..be81260b99 100644 --- a/samples/cpp/text2image/README.md +++ b/samples/cpp/text2image/README.md @@ -2,7 +2,7 @@ Examples in this folder showcase inference of text to image models like Stable Diffusion 1.5, 2.1, LCM. The application doesn't have many configuration options to encourage the reader to explore and modify the source code. For example, change the device for inference to GPU. The sample features `ov::genai::Text2ImagePipeline` and uses a text prompt as input source. -There are three sample files: +There are several sample files: - [`main.cpp`](./main.cpp) demonstrates basic usage of the text to image pipeline - [`lora.cpp`](./lora.cpp) shows how to apply LoRA adapters to the pipeline - [`lora_fuse.cpp`](./lora_fuse.cpp) shows how to maximize performance of LoRA adapters by fusing them into base model weights