Update README.md
Browse files
README.md
CHANGED
@@ -32,9 +32,9 @@ The keywork is "dnditem", and the prompts should be done in the following way:
|
|
32 |
|
33 |
So, for example, a prompt could look like:
|
34 |
|
35 |
-
"dnditem, a pair of boots, spellguard style, light red circle background with white
|
36 |
or
|
37 |
-
"dnditem, a shield, shooting star style, light blue stripe background with white
|
38 |
|
39 |
##item type
|
40 |
---
|
@@ -48,6 +48,13 @@ Currently the model supports and was trained on the following types:
|
|
48 |
|
49 |
The item styles, or abilities, can be found in the itemstyles.txt file. There are over 100 of them, of all sorts of different types of dnditems.
|
50 |
|
51 |
-
Some cool ones to check out are "ultimate evil style", "blue and green transparent animated style", and "spell storing style".
|
52 |
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
So, for example, a prompt could look like:
|
34 |
|
35 |
+
"dnditem, a pair of boots, spellguard style, light red circle inner background with white outer background".
|
36 |
or
|
37 |
+
"dnditem, a shield, shooting star style, light blue stripe inner background with white outer background".
|
38 |
|
39 |
##item type
|
40 |
---
|
|
|
48 |
|
49 |
The item styles, or abilities, can be found in the itemstyles.txt file. There are over 100 of them, of all sorts of different types of dnditems.
|
50 |
|
51 |
+
Some cool ones to check out are "ultimate evil style", "blue and green transparent animated style", and "spell storing style".
|
52 |
|
53 |
|
54 |
+
##background
|
55 |
+
---
|
56 |
+
|
57 |
+
Backgrounds should be promopted with an inner and an other background, as well as a "shape" that is either "circle" or "stripe".
|
58 |
+
|
59 |
+
So Something like "light blue circle inner background with white outerbackground".
|
60 |
+
|