lewtun HF staff commited on
Commit
570ac2b
Β·
1 Parent(s): f132f9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -7,4 +7,66 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card πŸ”₯
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # DreamBooth Hackathon πŸ†
11
+
12
+ Welcome to the DreamBooth Hackathon! This is a community event where you'll **personalise a Stable Diffusion model by fine-tuning it on a handful of your own images.** To do so, you'll use a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242), which allows one to implant a subject (e.g. your pet or favourite dish) into the output domain of the model such that it can be synthesized with a _unique identifier_ in the prompt.
13
+
14
+ This competition is composed of 5 _themes_, where each theme will collect models belong to the following categories:
15
+
16
+ * **Animal 🐨:** Use this theme to generate images of your pet or favourite animal hanging out in the Acropolis, swimming, or flying in space.
17
+ * **Science πŸ”¬:** Use this theme to generate cool synthetic images of galaxies, proteins, or any domain of the natural and medical sciences.
18
+ * **Food πŸ”:** Use this theme to tune Stable Diffusion on your favourite dish or cuisine.
19
+ * **Landscape πŸ”:** Use this theme to generate beautiful landscapes of your faourite mountain, lake, or garden.
20
+ * **Wildcard πŸ”₯:** Use this theme to go wild and create Stable Diffusion models for any category of your choosing!
21
+
22
+ We'll be **giving out prizes to the top 3 most liked models per theme**, and you're encouraged to submit as many models as you want!
23
+
24
+ ## Getting started
25
+
26
+ Follow the steps below to take part in this event:
27
+
28
+ 1. Join the [Hugging Face Discord server](https://huggingface.co/join/discord) and check out the `#dreambooth-hackathon` channel to stay up to date with the event.
29
+ 2. Launch and run the [DreamBooth notebook](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/dreambooth.ipynb) to train your models by clicking on one of the links below. Make sure you select the GPU runtime in each platform to ensure your models train fast!
30
+
31
+ | Notebook | Colab | Kaggle | Gradient | Studio Lab |
32
+ |:--------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33
+ | DreamBooth Training | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/diffusion-models-class/blob/main/hackathon/dreambooth.ipynb) | [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/dreambooth.ipynb) | [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/huggingface/diffusion-models-class/blob/main/hackathon/dreambooth.ipynb) | [![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/huggingface/diffusion-models-class/blob/main/hackathon/dreambooth.ipynb) |
34
+
35
+ ## Evaluation & Leaderboard
36
+
37
+ To be in the running for the prizes, push one or more DreamBooth models to the Hub with the `dreambooth-hackathon` tag in the model card ([example](https://huggingface.co/lewtun/ccorgi-dog/blob/main/README.md#L9)). This is created automatically by the [DreamBooth notebook](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/dreambooth.ipynb), but you'll need to add it if you're running your own scripts.
38
+
39
+ Models are evaluated according to the number of likes they have and you can track your model's ranking on the hackathon's leaderboard:
40
+
41
+ * [DreamBooth Leaderboard](https://huggingface.co/spaces/dreambooth-hackathon/leaderboard)
42
+
43
+ ## Timeline
44
+
45
+ * **December 21, 2022** - Start date
46
+ * **December 31, 2022** - Colab Pro registration deadline
47
+ * **January 22, 2023** - Final submissions deadline (closing of the leaderboard)
48
+ * **January 23-27, 2023** - Announce winners of each theme
49
+
50
+ All deadlines are at 11:59 PM UTC on the corresponding day unless otherwise noted.
51
+
52
+ ## Prizes
53
+
54
+ We will be awarding 3 prizes per theme, where **winners are determined by the models with the most likes** on the leaderboard:
55
+
56
+ **1st place winner**
57
+
58
+ * [Hugging Face Pro subscription](https://huggingface.co/pricing) for 1 year or a $100 voucher for the [Hugging Face merch store](https://store.huggingface.co/)
59
+
60
+ **2nd place winnner**
61
+
62
+ * A copy of the [_NLP with Transformers_](https://transformersbook.com/) book or a $50 voucher for the [Hugging Face merch store](https://store.huggingface.co/)
63
+
64
+ **3rd place winner**
65
+
66
+ * [Hugging Face Pro subscription](https://huggingface.co/pricing) for 1 month or a $15 voucher for the [Hugging Face merch store](https://store.huggingface.co/)
67
+
68
+
69
+ ## Compute
70
+
71
+ Google Colab will be sponsoring this event by providing Colab Pro credits to 100 participants (selected randomly). To register for these credits, fill out your details in this form.
72
+