Disty0 commited on
Commit
71dc4a6
·
1 Parent(s): 38aa276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -1,3 +1,83 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ language:
4
+ - en
5
+ library_name: diffusers
6
+ pipeline_tag: text-to-image
7
+ tags:
8
+ - art
9
+ - anime
10
+ - stable diffusion
11
  ---
12
+
13
+
14
+ SoteMix V2 is trained at 1024x1536. DO NOT use this model at 512x resolutions.
15
+
16
+
17
+ Positive Prompts:
18
+ ```
19
+ (masterpiece, best quality, highres), 1girl,
20
+ ```
21
+
22
+ Negative Prompts:
23
+ ```
24
+ (worst quality, low quality, lowres), zombie, interlocked fingers,
25
+ ```
26
+
27
+ Sampler: `Euler a`
28
+ Steps: `30-40`
29
+ Clip Skip: `1`
30
+ CFG: `7`
31
+ Base Resolution: `1024x` / `768x1280` / `768x1280` / `1024x1536` / `1920x1080`
32
+
33
+ Second Pass / Hires:
34
+ Sampler: `Euler` / `Euler a`
35
+ Steps: `10` with `Euler` / `20` with `Euler a`
36
+ Upscaler: `RealESRGAN 4x+ Anime6B` / `ESRGAN 4x-AnimeSharp` with 0.3-0.4 denoise strength.
37
+ CFG: `11`
38
+ Resolution: `2x` of the base resolution.
39
+
40
+
41
+ For resolutions above 1024x1024:
42
+ Be careful when running hires pass, SD 1.5 has very high tendency to burn the image above 2048x2048.
43
+ Use very low denoise strength and steps. Don't go above `0.3` denoise and `10` steps.
44
+ Model can still be chaotic at `1024x1536` and `1920x1080`.
45
+
46
+
47
+
48
+
49
+ Training:
50
+ My GPU couldn't handle full model training at these resolutions so i trained it as a `512` layer Lora with SoteMix V1 as the base.
51
+ Used highres as the trigger word. Also used raifu trigger word with my OC character.
52
+
53
+ Resolution: `1024x1536 with Bucketing`
54
+ Batch Size: `1`
55
+ GPU: `Intel ARC A770 16GB`
56
+
57
+ Bucket:
58
+ ```
59
+ bucket 0: resolution (832, 1664), count: 49
60
+ bucket 1: resolution (896, 1536), count: 1
61
+ bucket 2: resolution (960, 1536), count: 12
62
+ bucket 3: resolution (960, 1600), count: 431
63
+ bucket 4: resolution (1024, 1344), count: 114
64
+ bucket 5: resolution (1024, 1408), count: 31
65
+ bucket 6: resolution (1024, 1536), count: 694
66
+ bucket 7: resolution (1152, 1344), count: 5
67
+ bucket 8: resolution (1216, 1216), count: 24
68
+ bucket 9: resolution (1344, 1024), count: 16
69
+ bucket 10: resolution (1344, 1152), count: 2
70
+ bucket 11: resolution (1536, 896), count: 55
71
+ bucket 12: resolution (1536, 1024), count: 7
72
+ bucket 13: resolution (1600, 960), count: 45
73
+ bucket 14: resolution (1664, 832), count: 21
74
+ bucket 15: resolution (2304, 576), count: 1
75
+ ```
76
+
77
+ Merge:
78
+ Merged SoteMix V1 with Lunar Radiance Light and then merged the Hires Lora i trained on top of it.
79
+ Merge ratio: `(0.6 SoteMix V1 + 0.4 Lunar Radiance Light) + 0.75 Hires Lora`
80
+
81
+
82
+
83
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/lQn4pAz64ZqvX4qb1nCxw.jpeg)