Skip to content

Commit

Permalink
Update examples/usecases/llm_diffusion_serving_app/Readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
  • Loading branch information
ravi9 and agunapal authored Nov 5, 2024
1 parent 0d965e6 commit db0fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usecases/llm_diffusion_serving_app/Readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit db0fd66

Please # to comment.