pallavijaini commited on
Commit
3e85464
1 Parent(s): 4e2ea55

Update app.py

Browse files

Updated the text and versions of the python packages used

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -97,15 +97,15 @@ def txt2img_generate(url, prompt, steps=25, seed=42, guidance_scale=7.5):
97
 
98
 
99
  title = """
100
- # Stable Diffusion Inference Acceleration Comparison
101
  """
102
 
103
  subtitle = """
104
- # between 4th Gen and 3rd Gen Intel Xeon Scalable Processor
105
  """
106
 
107
  md = """
108
- Have fun and try your own prompts and see a up to 9x performance acceleration on the new 4th Gen Intel Xeon using <a href=\"https://github.com/intel/intel-extension-for-transformers\">**Intel Extension for Transformers**</a>. You may also want to try creating your own Stable Diffusion with few-shot fine-tuning. Please refer to our <a href=\"https://medium.com/intel-analytics-software/personalized-stable-diffusion-with-few-shot-fine-tuning-on-a-single-cpu-f01a3316b13\">blog</a> and <a href=\"https://github.com/intel/neural-compressor/tree/master/examples/pytorch/diffusion_model/diffusers/textual_inversion\">code</a> available in <a href=\"https://github.com/intel/neural-compressor\">**Intel Neural Compressor**</a> and <a href=\"https://github.com/huggingface/diffusers\">**Hugging Face Diffusers**</a>.
109
  """
110
 
111
  legal = """
@@ -114,7 +114,7 @@ Performance varies by use, configuration and other factors. Learn more at www.In
114
  """
115
 
116
  details = """
117
- - 4th Gen Intel Xeon Scalable Processor Inference. Test by Intel on 10/06/2023. Ubuntu 22.04.1 LTS, Intel Extension for Transformers(1.1.dev154+g448cc17e), Transformers 4.28.1, Diffusers 0.12.1, oneDNN v2.7.4.
118
  """
119
 
120
  css = '''
 
97
 
98
 
99
  title = """
100
+ # Stable Diffusion Inference Acceleration
101
  """
102
 
103
  subtitle = """
104
+ # C3(SPR) Intel Xeon Scalable Processor
105
  """
106
 
107
  md = """
108
+ Have fun and try your own prompts and see a up to 9x performance acceleration on the new 4th Gen Intel Xeon (SPR)
109
  """
110
 
111
  legal = """
 
114
  """
115
 
116
  details = """
117
+ - 4th Gen Intel Xeon Scalable Processor Inference. Test by Intel on 10/10/2023. Ubuntu 22.04.3 LTS, Intel Extension for Transformers(1.3.dev24+g18ba32533), Transformers 4.28.1, Diffusers 0.12.1.
118
  """
119
 
120
  css = '''