Meina commited on
Commit
7c08d4c
·
1 Parent(s): e80de46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
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 ( i'll be helping and answering questions there whenever i can! )
16
 
17
  If you like one of my models and want to support their updates:
18
- I've made a ko-fi page where you can pay me a coffee <3 , it will be very much appreciated: https://ko-fi.com/meina
 
 
 
19
 
20
  MeinaMix and the other of Meinas will ALWAYS be FREE.
21
 
22
- (not updated to V8 yet) You may also try the latest version of my model using Sinkin.ai: https://sinkin.ai/m/vln8Nwr
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
- Negative: ' (worst quality, low quality:1.4), monochrome, zombie, '
29
-
30
- The best samplers in most of the generations is DPM++ at 25 steps, with a CFG scale of 5 up to 9. ( Clip skip 2. )
31
-
32
- As for the Hires.fix in most of the scenarios is R-ESRGAN 4x or +Anime6b, with 15 steps at 0.1 up to 0.3 denoising.
33
- --------------------------------------------------------------------------------
34
-
35
- In the merged models list: MeinaMix V1~6, MeinaPastel V3, MeinaHentai V2, Night Sky YOZORA Style Model, PastelMix and Facebomb, i do not have the exact recipe because i did multiple mixings using block weighted merges with multiple settings and kept the better version of each merge.
36
-
37
- I hope you have fun trying out my model, feel free to reach out to me in case you have any feedback to give!
 
 
 
 
 
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
+ --------------------------------------------------------------------------------