Disty0 commited on
Commit
e6f6826
·
1 Parent(s): dc7d2ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -18,13 +18,14 @@ SoteMix V2 is trained at 1024x1536 for high resolution image generations.
18
 
19
  Positive Prompts:
20
  ```
21
- (masterpiece, best quality, highres), 1girl,
22
  ```
23
 
24
  Negative Prompts:
25
  ```
26
- (worst quality, low quality, lowres), zombie, interlocked fingers,
27
  ```
 
28
 
29
  Sampler: `Euler a`
30
  Steps: `30-40`
@@ -38,7 +39,7 @@ Second Pass / Hires:
38
  Sampler: `Euler` / `Euler a`
39
  Steps: `10` with `Euler` / `20` with `Euler a`
40
  Upscaler: `RealESRGAN 4x+ Anime6B` / `ESRGAN 4x-AnimeSharp` with `0.2`-`0.3` denoise strength.
41
- CFG: `7-11`
42
  Resolution: `2x` of the base resolution.
43
 
44
 
 
18
 
19
  Positive Prompts:
20
  ```
21
+ masterpiece, best quality, highres, 1girl,
22
  ```
23
 
24
  Negative Prompts:
25
  ```
26
+ worst quality, low quality, lowres, zombie, interlocked fingers,
27
  ```
28
+ Do not use any negative embeddings.
29
 
30
  Sampler: `Euler a`
31
  Steps: `30-40`
 
39
  Sampler: `Euler` / `Euler a`
40
  Steps: `10` with `Euler` / `20` with `Euler a`
41
  Upscaler: `RealESRGAN 4x+ Anime6B` / `ESRGAN 4x-AnimeSharp` with `0.2`-`0.3` denoise strength.
42
+ CFG: `6-9`
43
  Resolution: `2x` of the base resolution.
44
 
45