Commit
·
82617cd
1
Parent(s):
f7aa3ca
Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,11 @@ The prompts you are shown originate from the [Parti Prompts](https://huggingface
|
|
235 |
Parti Prompts is designed to test text-to-image AI models on 1600+ prompts of varying difficulty and categories.
|
236 |
The images you are shown have been pre-generated with 4 state-of-the-art open-sourced text-to-image models.
|
237 |
You answers will be used to contribute to the official [**Open Parti Prompts Leaderboard**](https://huggingface.co/spaces/OpenGenAI/parti-prompts-leaderboard).
|
238 |
-
Every month, the generated images will be updated with possibly improved models.
|
|
|
|
|
|
|
|
|
239 |
"""
|
240 |
|
241 |
GALLERY_COLUMN_NUM = len(SUBMISSIONS)
|
|
|
235 |
Parti Prompts is designed to test text-to-image AI models on 1600+ prompts of varying difficulty and categories.
|
236 |
The images you are shown have been pre-generated with 4 state-of-the-art open-sourced text-to-image models.
|
237 |
You answers will be used to contribute to the official [**Open Parti Prompts Leaderboard**](https://huggingface.co/spaces/OpenGenAI/parti-prompts-leaderboard).
|
238 |
+
Every month, the generated images will be updated with possibly improved models. The current models and code that was used to generate the images can be verified here:\n
|
239 |
+
- [sd-v1-5](https://huggingface.co/datasets/diffusers-parti-prompts/sd-v1-5) \n
|
240 |
+
- [sd-v2.1](https://huggingface.co/datasets/diffusers-parti-prompts/sd-v2.1) \n
|
241 |
+
- [if-v-1.0](https://huggingface.co/datasets/diffusers-parti-prompts/if-v-1.0) \n
|
242 |
+
- [karlo-v1](https://huggingface.co/datasets/diffusers-parti-prompts/karlo-v1) \n
|
243 |
"""
|
244 |
|
245 |
GALLERY_COLUMN_NUM = len(SUBMISSIONS)
|