emmajoanne commited on
Commit
aa6e816
1 Parent(s): 4eb15df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -55,4 +55,44 @@ _Steps: 30, Sampler: Euler a, CFG scale: 7, Seed: 3496225274, Size: 512x704_
55
 
56
  ## Prompt and settings for the Ford Model T:
57
  **classic disney style Ford Model T - Negative prompt: person**
58
- _Steps: 20, Sampler: DPM2 Karras, CFG scale: 7, Seed: 4817981, Size: 704x512_
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  ## Prompt and settings for the Ford Model T:
57
  **classic disney style Ford Model T - Negative prompt: person**
58
+ _Steps: 20, Sampler: DPM2 Karras, CFG scale: 7, Seed: 4817981, Size: 704x512_
59
+
60
+ # Cyberpunk Anime Diffusion
61
+
62
+ After model loaded, use keyword **dgs** in your prompt, with **illustration style** to get even better results.
63
+
64
+ For sampler, use **Euler A** for the best result (**DDIM** kinda works too), CFG Scale 7, steps 20 should be fine
65
+
66
+ **Example 1:**
67
+
68
+ ```
69
+ 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
70
+ ```
71
+
72
+ For cyber robot male character, you can add **muscular male** to improve the output.
73
+
74
+ **Example 2:**
75
+
76
+ ```
77
+ a photo of muscular beard soldier male in dgs illustration style, half-body, holding robot arms, strong chest
78
+ ```
79
+
80
+ **Example 3 (with Stable Diffusion WebUI):**
81
+
82
+ If using [AUTOMATIC1111's Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
83
+
84
+ You can simply use this as **prompt** with **Euler A** Sampler, CFG Scale 7, steps 20, 704 x 704px output res:
85
+
86
+ ```
87
+ an anime girl in dgs illustration style
88
+ ```
89
+
90
+ And set the **negative prompt** as this to get cleaner face:
91
+
92
+ ```
93
+ out of focus, scary, creepy, evil, disfigured, missing limbs, ugly, gross, missing fingers
94
+ ```
95
+
96
+ This will give you the exactly same style as the sample images above.
97
+
98
+ <center><img src="https://huggingface.co/DGSpitzer/Cyberpunk-Anime-Diffusion/resolve/main/img/ReadmeAddon.jpg" width="256" height="353"/></center>