Update README.md
Browse files
README.md
CHANGED
@@ -7,31 +7,39 @@ tags:
|
|
7 |
- art
|
8 |
- stable diffusion
|
9 |
pipeline_tag: text-to-image
|
|
|
10 |
---
|
11 |
|
12 |
MeinaMix Objective is to be able to do good art with little prompting.
|
13 |
|
14 |
I created a discord server where you can post images that you generated, discuss prompt and/or ask for help.
|
15 |
-
https://discord.gg/XC9nGZNDUd
|
16 |
|
17 |
If you like one of my models and want to support their updates:
|
18 |
-
I've made a ko-fi page
|
|
|
|
|
|
|
19 |
|
20 |
MeinaMix and the other of Meinas will ALWAYS be FREE.
|
21 |
|
22 |
-
|
23 |
|
24 |
The images in the samples aren't cherry picked, if i had spent 2h to cherry pick each of the images it would hide how the model really performs and i don't think thats fair.
|
25 |
|
26 |
Recommendations of use:
|
27 |
--------------------------------------------------------------------------------
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
7 |
- art
|
8 |
- stable diffusion
|
9 |
pipeline_tag: text-to-image
|
10 |
+
library_name: diffusers
|
11 |
---
|
12 |
|
13 |
MeinaMix Objective is to be able to do good art with little prompting.
|
14 |
|
15 |
I created a discord server where you can post images that you generated, discuss prompt and/or ask for help.
|
16 |
+
https://discord.gg/XC9nGZNDUd
|
17 |
|
18 |
If you like one of my models and want to support their updates:
|
19 |
+
I've made a ko-fi page: https://ko-fi.com/meina
|
20 |
+
And a Patreon page: https://www.patreon.com/MeinaMix
|
21 |
+
|
22 |
+
where you can pay me a coffee <3 or support me and get acess to beta of my models! it will be very much appreciated!!
|
23 |
|
24 |
MeinaMix and the other of Meinas will ALWAYS be FREE.
|
25 |
|
26 |
+
You may also try the latest version of my model using Sinkin.ai: https://sinkin.ai/m/vln8Nwr
|
27 |
|
28 |
The images in the samples aren't cherry picked, if i had spent 2h to cherry pick each of the images it would hide how the model really performs and i don't think thats fair.
|
29 |
|
30 |
Recommendations of use:
|
31 |
--------------------------------------------------------------------------------
|
32 |
+
Enable Quantization in K samplers.
|
33 |
+
|
34 |
+
Hires.fix is needed for prompts where the character is far away in order to make decent images, it drastically improve the quality of face and eyes!
|
35 |
+
---------------------------------------------
|
36 |
+
Recommended parameters:
|
37 |
+
Sampler: Euler a: 40~60 steps.
|
38 |
+
Sampler: DPM++ SDE Karras: 30~60 steps.
|
39 |
+
CFG Scale: 7.
|
40 |
+
Resolutions: 512x768, 512x1024 for Portrait!
|
41 |
+
Resolutions: 768x512, 1024x512, 1536x512 for Landscape!
|
42 |
+
Hires.fix: R-ESRGAN 4x+Anime6b, with 10 steps at 0.1 up to 0.3 denoising.
|
43 |
+
Clip Skip: 2.
|
44 |
+
Negatives: ' (worst quality:2, low quality:2), (zombie, sketch, interlocked fingers, comic), '
|
45 |
+
--------------------------------------------------------------------------------
|