From db0fd662c1af32398ba50f3d15a1d21141c73426 Mon Sep 17 00:00:00 2001 From: Ravi Panchumarthy Date: Tue, 5 Nov 2024 14:47:40 -0800 Subject: [PATCH] Update examples/usecases/llm_diffusion_serving_app/Readme.md Co-authored-by: Ankith Gunapal --- examples/usecases/llm_diffusion_serving_app/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/usecases/llm_diffusion_serving_app/Readme.md b/examples/usecases/llm_diffusion_serving_app/Readme.md index e008cbb87a..4997415c9a 100644 --- a/examples/usecases/llm_diffusion_serving_app/Readme.md +++ b/examples/usecases/llm_diffusion_serving_app/Readme.md @@ -1,5 +1,5 @@ -# Multi-Image Generation App with Streamlit, Llama, Stable Diffusion, OpenVINO, TorchServe +# Multi-Image Generation Streamlit App by chaining Llama & Stable Diffusion using TorchServe, torch.compile & OpenVINO This Streamlit app is designed to generate multiple images based on a provided text prompt. It leverages [TorchServe](https://pytorch.org/serve/) for efficient model serving and management, and utilizes [Meta-LLaMA-3.2](https://huggingface.co/meta-llama) for prompt generation, and **Stable Diffusion** with [latent-consistency/lcm-sdxl](https://huggingface.co/latent-consistency/lcm-sdxl) and [Torch.compile using OpenVINO backend](https://docs.openvino.ai/2024/openvino-workflow/torch-compile.html) for image generation.