Update README.md
Browse files
README.md
CHANGED
@@ -21,38 +21,35 @@ widget:
|
|
21 |
Base model: https://huggingface.co/Linaqruf/anything-v3.0.
|
22 |
Used 'fast-DreamBooth' on Google Colab and 768x768 images for all versions.
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
![Screenshot_1.png](https://s3.amazonaws.com/moonup/production/uploads/1671505643175-633520c031a2be3938c9f8f5.png)
|
37 |
|
38 |
-
Token: 'sketchstyle' (
|
39 |
-
|
40 |
-
The closer you are to 768x768, the better, but you can get good results in any resolution.
|
41 |
-
|
42 |
-
_This model works specially good when changing the style of another image_, so you could generate images with another model that you know works well with anatomy and such, and then use this model to change its style (examples below).<br />
|
43 |
-
I recommend, if using V2, to use the 10k steps version as it has the least anatomy errors, and use the 16k steps version when doing img2img.
|
44 |
-
|
45 |
-
Tried using this negative prompt instead: 'realistic,3D,3D Game,nsfw,lowres, bad anatomy, bad hands, text, error, missing fingers, bad hands, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts,signature, watermark, username, blurry, artist name, bad face, bad mouth'<br />
|
46 |
-
And the results tend to be better, so you may use that instead of what i used for some of the examples.<br />
|
47 |
-
Adding this prompt: 'less than 5 fingers, more than 5 fingers,bad hands,bad hand anatomy,missing fingers, extra fingers, mutated hands, disfigured hands, deformed hands' might improve hand quality, try adding parenthesis to strengthen it, 1 or 2 should work fine.<br />
|
48 |
-
You might use this for inpainting as it affects the image (and might do it for worse).<br />
|
49 |
|
50 |
-
Limitations and known errors
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
|
57 |
|
58 |
# Comparison between different versions and models
|
|
|
21 |
Base model: https://huggingface.co/Linaqruf/anything-v3.0.
|
22 |
Used 'fast-DreamBooth' on Google Colab and 768x768 images for all versions.
|
23 |
|
24 |
+
**Versions:**
|
25 |
+
- V1: Trained with around 1300 images (from danbooru), automatically cropped.
|
26 |
+
- V2: Trained with 400 handpicked and handcropped images.
|
27 |
+
- V3: Trained with the same images as V2, but with 'style training' enabled.
|
28 |
+
- V4: Trained with 407 images, including 'captions' for each image.
|
29 |
+
|
30 |
+
**Recommended to use:**
|
31 |
+
- V4-42k (pretty good style and anatomy, might be the best)
|
32 |
+
- V3-40k (decent style and anatomy)
|
33 |
+
- V4-10k (good anatomy, meh style)
|
34 |
+
- V4-100k (good style, bad anatomy/hard to use, useful with img2img)
|
35 |
+
|
36 |
+
**To have in mind:**
|
37 |
+
- Make sure to add nsfw/nipples/huge or large breasts in the negative prompts if you don't want any of those.
|
38 |
+
- Skin tone tends to be 'tan', use dark skin/tan on the negative prompts if its the case, and/or pale skin in the prompts.
|
39 |
+
- The closer you are to 768x768, the better, but you can get good results in any resolution.
|
40 |
+
- Using img2img to change the style of another image generally gives the best results, examples below.
|
41 |
+
|
42 |
+
Pay attention to this number. Normally going below 75 generates bad results, specially with models with high steps like V4-100k. Best with 100+
|
43 |
![Screenshot_1.png](https://s3.amazonaws.com/moonup/production/uploads/1671505643175-633520c031a2be3938c9f8f5.png)
|
44 |
|
45 |
+
Token: 'sketchstyle' (if used, anatomy may get affected, but it can be useful for models with low steps to get a better style)<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
+
**Limitations and known errors:**
|
48 |
+
- Not very good anatomy
|
49 |
+
- Sometimes it generates artifacts, specially on the eyes and lips
|
50 |
+
- Tends to generate skimpy clothes, open clothes, cutouts, and similar
|
51 |
+
- Might generate unclear outlines
|
52 |
+
Try using inpainting to fix these.
|
53 |
|
54 |
|
55 |
# Comparison between different versions and models
|