Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,84 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Model Card for Model ID
|
6 |
+
|
7 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
+
This LoRA model generates the cute yellow slime that was familiar in Android devices.
|
9 |
+
|
10 |
+
## Model Details
|
11 |
+
|
12 |
+
<!-- Provide a longer summary of what this model is. -->
|
13 |
+
|
14 |
+
Activation word is `blob`.
|
15 |
+
|
16 |
+
There are epoch-80 model with some flexibility in prompting and epoch-160 model that are somewhat over-fitted. If you use the epoch-160 model, reduce the weights to about `0.7` when applying.
|
17 |
+
|
18 |
+
The model was trained on a 192*192 pixel image, it is better to generate with a similar size for icon-like images. Normal images may break down if they are too large.
|
19 |
+
|
20 |
+
The base model is ACertainty: https://huggingface.co/JosephusCheung/ACertainty
|
21 |
+
|
22 |
+
This LoRA was trained on the following blobmoji font (ASL 2.0) images:
|
23 |
+
https://github.com/C1710/blobmoji
|
24 |
+
|
25 |
+
Total 267 images are used for 89 different images, each with a white, black, or gray background. The prompts are `blob` and Unicode CLDR Short Name and Keywords (e.g., `blob, grinning face, black background, face, grin, grinning face`).
|
26 |
+
|
27 |
+
It is trained by `sd-scripts`. See model metadata for details.
|
28 |
+
|
29 |
+
|
30 |
+
# Examples
|
31 |
+
|
32 |
+
All images are generated with ACertainty, cherrypicked.
|
33 |
+
|
34 |
+
## epoch 80, weight 1.0
|
35 |
+
|
36 |
+
![eopch 80 sample1](./epoch-080-sample1.png)
|
37 |
+
```
|
38 |
+
blob, grinning face, gray background, face, grin, grinning face
|
39 |
+
seed : 338444264
|
40 |
+
sampler: k_euler_a
|
41 |
+
steps : 40
|
42 |
+
scale : 7.5
|
43 |
+
```
|
44 |
+
![eopch 80 sample2](./epoch-080-sample2.png)
|
45 |
+
```
|
46 |
+
blob, climbing mountain
|
47 |
+
seed : 136505587
|
48 |
+
sampler: k_euler_a
|
49 |
+
steps : 40
|
50 |
+
scale : 7.5
|
51 |
+
```
|
52 |
+
|
53 |
+
# epoch 160, weight 0.7
|
54 |
+
|
55 |
+
![eopch 160 sample1](./epoch-160-sample1.png)
|
56 |
+
```
|
57 |
+
blob, smiling, with cat ears, white background, face, smiling, smiling face
|
58 |
+
seed : 1461364854
|
59 |
+
sampler: k_euler_a
|
60 |
+
steps : 40
|
61 |
+
scale : 7.5
|
62 |
+
```
|
63 |
+
![eopch 160 sample2](./epoch-160-sample2.png)
|
64 |
+
```
|
65 |
+
1girl holding blob, at street
|
66 |
+
seed : 946785248
|
67 |
+
sampler: k_euler_a
|
68 |
+
steps : 40
|
69 |
+
scale : 7.5
|
70 |
+
```
|
71 |
+
|
72 |
+
![eopch 160 sample3](./epoch-160-sample3.png)
|
73 |
+
```
|
74 |
+
blob running in akihabara
|
75 |
+
seed : 1181241943
|
76 |
+
sampler: k_euler_a
|
77 |
+
steps : 40
|
78 |
+
scale : 7.5
|
79 |
+
```
|
80 |
+
|
81 |
+
|
82 |
+
|
83 |
+
|
84 |
+
|