Skip to content

Commit

Permalink
Update samples/cpp/text2image/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
slyalin and ilya-lavrenov authored Nov 11, 2024
1 parent ac7add6 commit 736dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cpp/text2image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 736dfeb

Please sign in to comment.