Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
3 |
---
|
4 |
# Fine-tuning [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) for custom face and thumbs up gesture
|
5 |
Colab Notebook implementation of **LoRA** based Dreambooth technique, utilizing **Huggingface diffusers**, for fine-tuning the model to reliably predict thumbs up gesture with a custom face.
|
@@ -19,4 +20,4 @@ Here are some of the quantitative results
|
|
19 |
*trigger keyword:* **a photo of ug2146 giving thumbs up**
|
20 |
|
21 |
![](results/best_ug2146_joker.png)
|
22 |
-
*trigger keyword:* + **in a joker costume**
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
pipeline_tag: text-to-image
|
4 |
---
|
5 |
# Fine-tuning [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) for custom face and thumbs up gesture
|
6 |
Colab Notebook implementation of **LoRA** based Dreambooth technique, utilizing **Huggingface diffusers**, for fine-tuning the model to reliably predict thumbs up gesture with a custom face.
|
|
|
20 |
*trigger keyword:* **a photo of ug2146 giving thumbs up**
|
21 |
|
22 |
![](results/best_ug2146_joker.png)
|
23 |
+
*trigger keyword:* + **in a joker costume**
|