FredZhang7 commited on
Commit
f498686
1 Parent(s): 5a5ede9

Added tips for prompt engineering

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -28,11 +28,11 @@ Todo:
28
 
29
  ## Text-to-image Examples
30
 
31
- Prefix *1girl* | [Generated *1girl* prompts](./anime_girl_settings.txt)
32
 
33
  ![](./anime_girls.png)
34
 
35
- Prefix *1boy*  | [Generated *1boy* prompts](./anime_boy_settings.txt)
36
 
37
  ![](./anime_boys.png)
38
 
@@ -64,3 +64,11 @@ print('\033[92m' + '\n\n'.join(outs) + '\033[0m\n')
64
  Output Example:
65
 
66
  ![](./greedy_search.png)
 
 
 
 
 
 
 
 
 
28
 
29
  ## Text-to-image Examples
30
 
31
+ Prefix *1girl* | [Generated *1girl* prompts](./anime_girl_settings.txt) | Model *Anything V4*
32
 
33
  ![](./anime_girls.png)
34
 
35
+ Prefix *1boy*  | [Generated *1boy* prompts](./anime_boy_settings.txt) | Model *Anything V4*
36
 
37
  ![](./anime_boys.png)
38
 
 
64
  Output Example:
65
 
66
  ![](./greedy_search.png)
67
+
68
+
69
+ ## Tips
70
+
71
+ - If you feel like a generated anime character doesn't show emotions, try emoticons like `;o`, `:o`, `;p`, `:d`, `:p`, and `;d` in the prompt.
72
+ I often use `happy smirk`, `happy smile`, `laughing closed eyes`, etc. to make the characters more lively and expressive.
73
+
74
+ - Adding `absurdres`, instead of `highres` and `masterpiece`, to a prompt tends to increase the sharpness of a generated image.