not-someone
commited on
Commit
·
5677314
1
Parent(s):
c40fb23
Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,14 @@ inference: false
|
|
14 |
|
15 |
# Dreamlike Anime 1.0 is a high quality anime model, made by [dreamlike.art](https://dreamlike.art/).
|
16 |
|
17 |
-
Add **anime** to your prompt to make your gens look more anime.
|
18 |
-
Add **photo** to your prompt to make your gens look more photorealistic and have better anatomy.
|
19 |
-
This model was trained on 768x768px images, so use 768x768px, 704x832px, 832x704px, etc. Higher resolution or non-square aspect ratios may produce artifacts.
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
Use negative prompts for best results, for example:
|
22 |
```
|
@@ -26,6 +31,8 @@ extra digit, fewer digits, worst quality, normal quality, jpeg artifacts, blurry
|
|
26 |
ugly, morbid, mutilated, extra fingers, mutated hands, deformed, gross proportions, second head
|
27 |
```
|
28 |
|
|
|
|
|
29 |
### Examples
|
30 |
|
31 |
<img src="https://huggingface.co/dreamlike-art/dreamlike-anime-1.0/resolve/main/preview1.jpg" style="max-width: 800px;" width="100%"/>
|
|
|
14 |
|
15 |
# Dreamlike Anime 1.0 is a high quality anime model, made by [dreamlike.art](https://dreamlike.art/).
|
16 |
|
17 |
+
Add **anime** to your prompt to make your gens look more anime.
|
18 |
+
Add **photo** to your prompt to make your gens look more photorealistic and have better anatomy.
|
19 |
+
This model was trained on 768x768px images, so use 768x768px, 704x832px, 832x704px, etc. Higher resolution or non-square aspect ratios may produce artifacts.
|
20 |
+
|
21 |
+
Add this to the start of your prompts for best results:
|
22 |
+
```
|
23 |
+
photo anime, masterpiece, high quality, absurdres
|
24 |
+
```
|
25 |
|
26 |
Use negative prompts for best results, for example:
|
27 |
```
|
|
|
31 |
ugly, morbid, mutilated, extra fingers, mutated hands, deformed, gross proportions, second head
|
32 |
```
|
33 |
|
34 |
+
**1girl**, **girl**, etc. give a bit different results, feel free to experiment and see which one you like more!
|
35 |
+
|
36 |
### Examples
|
37 |
|
38 |
<img src="https://huggingface.co/dreamlike-art/dreamlike-anime-1.0/resolve/main/preview1.jpg" style="max-width: 800px;" width="100%"/>
|