Spaces:
Running
Running
Commit
·
6feae38
1
Parent(s):
83cf1ac
fix: update image links in the "About" section to point to relevant comparison images for improved clarity and accuracy
Browse files
app.py
CHANGED
@@ -65,14 +65,14 @@ with gr.Blocks("ParityError/Interstellar") as demo:
|
|
65 |
Due to their size, state-of-the-art models such as FLUX take more than 6 seconds to generate a single image on a high-end H100 GPU.
|
66 |
While compression techniques can reduce inference time, their impact on quality often remains unclear.
|
67 |
|
68 |
-
<a href="https://
|
69 |
|
70 |
To bring more transparency around the quality of compressed models:
|
71 |
|
72 |
- We release “juiced” endpoints for popular image generation models on Replicate, making it easy to play around with our compressed models.
|
73 |
- We assess the quality of compressed FLUX-APIs from Replicate, fal, Fireworks AI and Together AI according to different benchmarks.
|
74 |
|
75 |
-
<a href="https://
|
76 |
|
77 |
FLUX-juiced was obtained using a combination of compilation and caching algorithms and we are proud to say that it consistently outperforms alternatives, while delivering performance on par with the original model.
|
78 |
This combination is available in our Pruna Pro package and can be applied to almost every image generation model.
|
|
|
65 |
Due to their size, state-of-the-art models such as FLUX take more than 6 seconds to generate a single image on a high-end H100 GPU.
|
66 |
While compression techniques can reduce inference time, their impact on quality often remains unclear.
|
67 |
|
68 |
+
<a href="https://huggingface.co/datasets/PrunaAI/documentation-images/resolve/main/inferbench/spider_comparison.png" target="_blank">Spider Comparison</a>
|
69 |
|
70 |
To bring more transparency around the quality of compressed models:
|
71 |
|
72 |
- We release “juiced” endpoints for popular image generation models on Replicate, making it easy to play around with our compressed models.
|
73 |
- We assess the quality of compressed FLUX-APIs from Replicate, fal, Fireworks AI and Together AI according to different benchmarks.
|
74 |
|
75 |
+
<a href="https://huggingface.co/datasets/PrunaAI/documentation-images/resolve/main/inferbench/speed_comparison.png" target="_blank">Speed Comparison</a>
|
76 |
|
77 |
FLUX-juiced was obtained using a combination of compilation and caching algorithms and we are proud to say that it consistently outperforms alternatives, while delivering performance on par with the original model.
|
78 |
This combination is available in our Pruna Pro package and can be applied to almost every image generation model.
|