philschmid HF staff commited on
Commit
23d5fdf
1 Parent(s): ccc3ba3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -307,9 +307,10 @@ with block:
307
  <img class="logo" src="https://huggingface.co/datasets/philschmid/assets/resolve/main/aws-neuron_hf.png" alt="Hugging Face Habana Logo"
308
  style="margin: auto; max-width: 14rem;">
309
  <h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
310
- Stable Diffusion XL on AWS INF2 ⚡
311
  </h1>
312
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
 
313
  SDXL is a high quality text-to-image model from Stability AI. This demo is running on <a style="text-decoration: underline;" href="https://aws.amazon.com/ec2/instance-types/inf2/?nc1=h_ls">AWS Inferentia2</a>, to achieve efficient and cost-effective inference of 1024×1024 images. <a href="https://www.philschmid.de/inferentia2-stable-diffusion-xl" target="_blank">How does it work?</a>
314
  </p>
315
  </div>
 
307
  <img class="logo" src="https://huggingface.co/datasets/philschmid/assets/resolve/main/aws-neuron_hf.png" alt="Hugging Face Habana Logo"
308
  style="margin: auto; max-width: 14rem;">
309
  <h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
310
+ Latent Consistent Stable Diffusion XL on AWS INF2 ⚡
311
  </h1>
312
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
313
+ Latent Consistency Models (LCMs) were proposed in Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference by Simian Luo, Yiqin Tan, Longbo Huang, Jian Li, and Hang Zhao. LCMs enable inference with fewer steps on any pre-trained LDMs, including Stable Diffusion and SDXL.
314
  SDXL is a high quality text-to-image model from Stability AI. This demo is running on <a style="text-decoration: underline;" href="https://aws.amazon.com/ec2/instance-types/inf2/?nc1=h_ls">AWS Inferentia2</a>, to achieve efficient and cost-effective inference of 1024×1024 images. <a href="https://www.philschmid.de/inferentia2-stable-diffusion-xl" target="_blank">How does it work?</a>
315
  </p>
316
  </div>