Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,14 @@ AI Model Weights available at huggingface: https://huggingface.co/DGSpitzer/DGSp
|
|
91 |
|
92 |
# Usage
|
93 |
|
94 |
-
After model loaded,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
For sampler, use **Euler A** for the best result (**DDIM** kinda works too), CFG Scale 7, steps 20 should be fine
|
97 |
|
@@ -101,12 +108,10 @@ For sampler, use **Euler A** for the best result (**DDIM** kinda works too), CFG
|
|
101 |
portrait of a girl in dgs illustration style, Anime girl, female soldier working in a cyberpunk city, cleavage, ((perfect femine face)), intricate, 8k, highly detailed, shy, digital painting, intense, sharp focus
|
102 |
```
|
103 |
|
104 |
-
For cyber robot male character, you can add **muscular male** to improve the output.
|
105 |
-
|
106 |
**Example 2:**
|
107 |
|
108 |
```
|
109 |
-
|
110 |
```
|
111 |
|
112 |
**Example 3 (with Stable Diffusion WebUI):**
|
@@ -122,7 +127,13 @@ an anime girl in dgs illustration style
|
|
122 |
And set the **negative prompt** as this to get cleaner face:
|
123 |
|
124 |
```
|
125 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
```
|
127 |
|
128 |
---
|
|
|
91 |
|
92 |
# Usage
|
93 |
|
94 |
+
After model loaded, there are multiple keywords supported (represent as different style):
|
95 |
+
**painting** a general style from my paintings, good for portraits
|
96 |
+
**outline** a character painting with outline and flat color, slight anime style
|
97 |
+
**landscape** general landscape style
|
98 |
+
**anime** cute simple anime characters
|
99 |
+
**whiteshape** a character with stylized white color body silhouette and pure color background
|
100 |
+
**arts** & **dgspitzer** extra prompts work as **painting** keyword to create the general style of my paintings
|
101 |
+
|
102 |
|
103 |
For sampler, use **Euler A** for the best result (**DDIM** kinda works too), CFG Scale 7, steps 20 should be fine
|
104 |
|
|
|
108 |
portrait of a girl in dgs illustration style, Anime girl, female soldier working in a cyberpunk city, cleavage, ((perfect femine face)), intricate, 8k, highly detailed, shy, digital painting, intense, sharp focus
|
109 |
```
|
110 |
|
|
|
|
|
111 |
**Example 2:**
|
112 |
|
113 |
```
|
114 |
+
outline anime portrait of a beautiful martial art girl
|
115 |
```
|
116 |
|
117 |
**Example 3 (with Stable Diffusion WebUI):**
|
|
|
127 |
And set the **negative prompt** as this to get cleaner face:
|
128 |
|
129 |
```
|
130 |
+
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, bad feet
|
131 |
+
```
|
132 |
+
|
133 |
+
If the result too purple/colorful (which I draw quite a lot), you can add this keyword in the **negative prompt** as well:
|
134 |
+
|
135 |
+
```
|
136 |
+
saturation, purple, red
|
137 |
```
|
138 |
|
139 |
---
|