adding examples
Browse files
README.md
CHANGED
@@ -37,3 +37,19 @@ image = pipe(prompt).images[0]
|
|
37 |
|
38 |
image.save("./Ryuk_demon.png")
|
39 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
image.save("./Ryuk_demon.png")
|
39 |
```
|
40 |
+
|
41 |
+
## Examples
|
42 |
+
|
43 |
+
### DNSStyle, style of the anime
|
44 |
+
|
45 |
+
<p>
|
46 |
+
<u>Sampling :</u> 30 k_Euler_a<br/>
|
47 |
+
<u>CFGS :</u> 7 to 9, denoising 0.5<br/>
|
48 |
+
<u>Prompts :</u><br/>
|
49 |
+
<ul>
|
50 |
+
<li>first txt2img : DNStyle style, anime girl sunbathing in a field</li>
|
51 |
+
<li>second txt2img : </li>
|
52 |
+
<li>img2img : DNStyle style, anime guy</li>
|
53 |
+
</ul>
|
54 |
+
<img src="https://huggingface.co/Guizmus/DeathNote/raw/main/samples/dnsstyle.jpg"/>
|
55 |
+
</p>
|