Spaces:
Running
Running
Commit
·
5bc49f7
1
Parent(s):
79c414f
Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,19 @@ colorTo: yellow
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<div class="prose prose-sm dark:prose-light">
|
10 |
+
<h2>Stable Diffusion Dreambooth Concepts Library</h2>
|
11 |
+
<h3>Browse through concepts taught by the community to Stable Diffusion here</h3>
|
12 |
+
<ul>
|
13 |
+
<li>
|
14 |
+
<a href="https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb" target="_blank">Training Colab</a> - personalize Stable Diffusion by teaching new concepts to it with only 3-5 examples via Dreambooth 👩🏫 (in the Colab you can upload them directly here to the public library)
|
15 |
+
</li>
|
16 |
+
<li>
|
17 |
+
<a href="#">Navigate the Library and run the models (coming soon)</a> - visually browse the different models and pick yours for inference 🎨
|
18 |
+
<!-- <img alt="Library Navigator UI" src="https://i.imgur.com/Wb1cVzK.png" /> -->
|
19 |
+
</li>
|
20 |
+
<li>
|
21 |
+
<a href="https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb" target="_blank">Inference Colab</a> - run Stable Diffusion with the learned concepts, one at a time 🖼️ (including those that are private or not on the library )
|
22 |
+
</li>
|
23 |
+
<p>This library is moderated and content with pornography, violence or gore will be removed.</p>
|
24 |
+
</div>
|