KBlueLeaf commited on
Commit
e7e5177
1 Parent(s): 5a7c9ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -18
README.md CHANGED
@@ -19,23 +19,20 @@ A SDXL anime base model aims to create unique artworks.
19
 
20
  ## Introduction
21
 
22
- This model can be seen as a derivative of Animagine XL 3.0 project.
23
- Basically I'm collaborating with Linaqruf for making better Anime base model (and it is obvious that we have different goal/target)
24
- We share our models and technique to improve our models' quality.
25
- And that is also how this model been created.
26
 
27
 
28
  ### Base7
29
 
30
  Kohaku-XL base7 is resumed from beta7 and use same dataset that beta series have used. But this time I use my own metadata system to create captions. (Can be taken as advanced version of what linaqruf used, will open source it soon)
31
 
32
- The metadata database can be downloaded here:
33
- KBlueLeaf/danbooru2023-sqlite · Datasets at Hugging Face
34
-
35
- Trainin details:
36
- LR: 8e-6/2e-6
37
- Scheduler: constant with warmup
38
- Batch size: 128 (batch size 4 * grad acc 16 * gpu count 2)
39
 
40
 
41
  ### Gamma rev1
@@ -49,13 +46,13 @@ gamma rev1 = beta7 + 0.8 * (anxl3 - anxl2) + 0.5 * (base7 - beta7)
49
  ## Usage
50
  #### Parameter
51
 
52
- This model is trained under 768x1024 to 1024x1024 ARB. It is recommended to use pixel count within 786432 ~ 1310720.
53
- Recommended CFG scale is 4~7.
54
- Sampler should not matter.
55
 
56
  #### Tagging
57
- This model use my own system for quality tags or something like that.
58
- So although this model combine the diff weight from anxl3, I will still recommend user to use mine (or both) tagging system.
59
 
60
  The format of prompt is as same as anxl3. (You can check the sample images I post)
61
 
@@ -83,8 +80,8 @@ Year tags (New to Old):
83
  * old
84
 
85
 
86
- You may meet some subtle mosaic-like artifact, that may be caused by high-lr or bad resizing/image encoding.
87
- I will try to fix it in next version. For now, try to use R-ESRGAN anime6b or SCUNet models for fixing it.
88
 
89
  ---
90
 
 
19
 
20
  ## Introduction
21
 
22
+ This model can be seen as a derivative of Animagine XL 3.0 project.<br>
23
+ Basically I'm collaborating with Linaqruf for making better Anime base model (and it is obvious that we have different goal/target)<br>
24
+ We share our models and technique to improve our models' quality.<br>
25
+ And that is also how this model been created.<br>
26
 
27
 
28
  ### Base7
29
 
30
  Kohaku-XL base7 is resumed from beta7 and use same dataset that beta series have used. But this time I use my own metadata system to create captions. (Can be taken as advanced version of what linaqruf used, will open source it soon)
31
 
32
+ Trainin details:<br>
33
+ LR: 8e-6/2e-6<br>
34
+ Scheduler: constant with warmup<br>
35
+ Batch size: 128 (batch size 4 * grad acc 16 * gpu count 2) <br>
 
 
 
36
 
37
 
38
  ### Gamma rev1
 
46
  ## Usage
47
  #### Parameter
48
 
49
+ This model is trained under 768x1024 to 1024x1024 ARB. It is recommended to use pixel count within 786432 ~ 1310720.<br>
50
+ Recommended CFG scale is 4~7.<br>
51
+ Sampler should not matter.<br>
52
 
53
  #### Tagging
54
+ This model use my own system for quality tags or something like that. <br>
55
+ So although this model combine the diff weight from anxl3, I will still recommend user to use mine (or both) tagging system.<br>
56
 
57
  The format of prompt is as same as anxl3. (You can check the sample images I post)
58
 
 
80
  * old
81
 
82
 
83
+ You may meet some subtle mosaic-like artifact, that may be caused by high-lr or bad resizing/image encoding.<br>
84
+ I will try to fix it in next version. For now, try to use R-ESRGAN anime6b or SCUNet models for fixing it.<br>
85
 
86
  ---
87