update description
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from diffusers import StableDiffusionPipeline
|
|
14 |
def get_model_list(category):
|
15 |
submissions_list = list_models(filter=["dreambooth-hackathon", category], full=True)
|
16 |
spaces_pipeline_load = [submission.id for submission in submissions_list ]
|
17 |
-
return gr.Dropdown.update(choices=spaces_pipeline_load , value=spaces_pipeline_load[
|
18 |
|
19 |
|
20 |
def get_initial_prompt(model_nm):
|
@@ -77,7 +77,7 @@ with block:
|
|
77 |
"""# Gradio-powered leaderboard for the DreamBooth Hackathon
|
78 |
|
79 |
Welcome to this Gradio-powered leaderboard! Select a theme and one of the dreambooth models trained by hacakthon-participants, and key in your prompt as shown (eg., a photo of Shiba dog in a jungle)
|
80 |
-
<br
|
81 |
DreamBooth Hackathon - is an ongoing community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject into the output domain of the model such that it can be synthesized with a _unique identifier_ (eg., shiba dog) in the prompt.
|
82 |
This competition is composed of 5 _themes_ - Animals, Science, Food, Lanscapes, and Wildcards. For details on how to participate, check out the hackathon's guide [here](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/README.md).
|
83 |
"""
|
|
|
14 |
def get_model_list(category):
|
15 |
submissions_list = list_models(filter=["dreambooth-hackathon", category], full=True)
|
16 |
spaces_pipeline_load = [submission.id for submission in submissions_list ]
|
17 |
+
return gr.Dropdown.update(choices=spaces_pipeline_load , value=spaces_pipeline_load[4])
|
18 |
|
19 |
|
20 |
def get_initial_prompt(model_nm):
|
|
|
77 |
"""# Gradio-powered leaderboard for the DreamBooth Hackathon
|
78 |
|
79 |
Welcome to this Gradio-powered leaderboard! Select a theme and one of the dreambooth models trained by hacakthon-participants, and key in your prompt as shown (eg., a photo of Shiba dog in a jungle)
|
80 |
+
<br>**If you like a model demo, click on the model name in the table below and UPVOTE the model on Huggingface hub**<br><br>
|
81 |
DreamBooth Hackathon - is an ongoing community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject into the output domain of the model such that it can be synthesized with a _unique identifier_ (eg., shiba dog) in the prompt.
|
82 |
This competition is composed of 5 _themes_ - Animals, Science, Food, Lanscapes, and Wildcards. For details on how to participate, check out the hackathon's guide [here](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/README.md).
|
83 |
"""
|