Spaces:
Runtime error
Runtime error
pallavijaini
commited on
Commit
•
3e85464
1
Parent(s):
4e2ea55
Update app.py
Browse filesUpdated the text and versions of the python packages used
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
|
101 |
"""
|
102 |
|
103 |
subtitle = """
|
104 |
-
#
|
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
|
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/
|
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 = '''
|