ana-tamais
commited on
Commit
·
0d33d8e
1
Parent(s):
8b6395e
add observations and fix format
Browse files
README.md
CHANGED
@@ -20,9 +20,12 @@ We saved the training data in `dataset.zip`, and some generated results in `resu
|
|
20 |
|
21 |
### Some recommendations
|
22 |
We recommend to set the:
|
23 |
-
- prompt as: "
|
24 |
-
-
|
25 |
-
-
|
26 |
-
- sampling
|
|
|
27 |
|
28 |
-
This set of hyperparameters lead us to good results.
|
|
|
|
|
|
20 |
|
21 |
### Some recommendations
|
22 |
We recommend to set the:
|
23 |
+
- prompt as: `"[some wizard, paladin, healer, etc.], in the style of 2dart, white background, no background, full body"`
|
24 |
+
- negative prompt as: `"deformed, mutilated limbs, background, multiple people"`
|
25 |
+
- guidance scale between `9 and 10`
|
26 |
+
- sampling method as `Euler`
|
27 |
+
- sampling steps as `60`
|
28 |
|
29 |
+
This set of hyperparameters lead us to stable and good results.
|
30 |
+
|
31 |
+
This model was trained using images which the character has some human format or is a not deformed living being. So if you try to predict something like "sword, mirror, candle, etc" (non-living things), we saw the model doesn't perform so well.
|