Update README.md
Browse files
README.md
CHANGED
@@ -31,28 +31,28 @@ These are the key hyperparameters used during training:
|
|
31 |
|
32 |
|
33 |
|
34 |
-
![preview](./grid
|
35 |
|
36 |
|
37 |
## Prompt Format
|
38 |
The prompt format is as follows:
|
39 |
|
40 |
```javascript
|
41 |
-
{template keywords} + [company name] + [concept & country] + {template keywords}
|
42 |
```
|
43 |
|
44 |
-
For example:
|
45 |
|
46 |
Colored logo
|
47 |
```text
|
48 |
-
Simple elegant logo for
|
49 |
```
|
50 |
-
monochrome logo
|
51 |
```text
|
52 |
-
Simple elegant logo for
|
53 |
```
|
54 |
|
55 |
-
The [concept & country] section can include words such as:
|
56 |
- lines
|
57 |
- circles
|
58 |
- triangles
|
@@ -81,6 +81,6 @@ The [concept & country] section can include words such as:
|
|
81 |
|
82 |
Here are some examples of prompts:
|
83 |
|
84 |
-
- Simple elegant logo for Digital Art, **D A square**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
85 |
-
- Simple elegant logo for 3M Technology, **3 M square United states**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
86 |
-
- Simple elegant logo for 42Studio, **lines drop fire flame water**, successful vibe, minimalist, thought provoking, abstract, recognizable, relatable, sharp, vector art, even edges
|
|
|
31 |
|
32 |
|
33 |
|
34 |
+
![preview](./grid.jpg)
|
35 |
|
36 |
|
37 |
## Prompt Format
|
38 |
The prompt format is as follows:
|
39 |
|
40 |
```javascript
|
41 |
+
{template keywords} + [company name] + [concept & country] + [industry] + {template keywords}
|
42 |
```
|
43 |
|
44 |
+
## For example:
|
45 |
|
46 |
Colored logo
|
47 |
```text
|
48 |
+
Simple elegant logo for Google, G circle United states, technology, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
49 |
```
|
50 |
+
monochrome logo (include "black and white")
|
51 |
```text
|
52 |
+
Simple elegant logo for Google, G circle United states, technology, successful vibe, minimalist, thought-provoking, abstract, recognizable, black and white
|
53 |
```
|
54 |
|
55 |
+
## The [concept & country] section can include words such as:
|
56 |
- lines
|
57 |
- circles
|
58 |
- triangles
|
|
|
81 |
|
82 |
Here are some examples of prompts:
|
83 |
|
84 |
+
- Simple elegant logo for Digital Art, **D A square**, **education**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
85 |
+
- Simple elegant logo for 3M Technology, **3 M square United states**, **technology and product**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
86 |
+
- Simple elegant logo for 42Studio, **lines drop fire flame water**, **design studio**, successful vibe, minimalist, thought provoking, abstract, recognizable, relatable, sharp, vector art, even edges
|