Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
thumbnail: "https://huggingface.co/Norod78/sd21-fluentui-emoji/resolve/main/sample_images/sd21-fluentui-emoji-Thumbnail.jpg"
|
6 |
+
tags:
|
7 |
+
- text-to-image
|
8 |
+
- stable-diffusion
|
9 |
+
- stable-diffusion-diffusers
|
10 |
+
datasets:
|
11 |
+
- Norod78/microsoft-fluentui-emoji-512-whitebg
|
12 |
+
inference: true
|
13 |
+
widget:
|
14 |
+
- text: A cute dog flat
|
15 |
+
- text: A cute dog high contrast
|
16 |
+
- text: A cute dog color
|
17 |
+
- text: A cute dog
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
# SDv2.1 sd21-fluentui-emoji model
|
22 |
+
### Stable-Diffusion v1.5 fine-tuned for 10k steps using [Huggingface Diffusers train_text_to_image script](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image.py) upon [Norod78/microsoft-fluentui-emoji-512-whitebg](https://huggingface.co/datasets/Norod78/microsoft-fluentui-emoji-512-whitebg)
|
23 |
+
# The Emoji file names were converted to become the text descriptions. It made the model learn a few special words: "flat", "high contrast" and "color"
|
24 |
+
|
25 |
+
![thumbnail](https://huggingface.co/Norod78/sd21-fluentui-emoji/resolve/main/sample_images/sd21-fluentui-emoji-Thumbnail.jpg)
|
26 |
+
|
27 |
+
## A few sample pictures generated with this model are available [here](https://huggingface.co/Norod78/sd21-fluentui-emoji/tree/main/sample_images)
|