trojblue commited on
Commit
24d3e63
1 Parent(s): 416ed38

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Nekoray-XL-V0.7
3
+
4
+
5
+ ## Model Card
6
+
7
+
8
+
9
+ NekoRay v0.7 is a SDXL checkpoint finetuned on SDXL 1.0, using 1.5m quality-tagged images from a selection of image sites. It aims to be the next Waifu-diffusion, creating generation freedom for the SD community.
10
+
11
+ The project is a WIP, and further checkpoints with enhanced augmentations & more images is currently being developed.
12
+
13
+
14
+
15
+ ## Usage:
16
+
17
+ It's recommended to use the *exact* same resolution as specified below, since the original SDXL doesn't perform well out of these resolutions. For prompt danbooru-styled caption is preferred.
18
+
19
+
20
+
21
+ we use the same aspect ratio as the original SDXL:
22
+
23
+ | Height | Width | Aspect Ratio |
24
+ | ------ | ----- | ------------ |
25
+ | 512 | 2048 | 0.25 |
26
+ | 512 | 1984 | 0.26 |
27
+ | 512 | 1920 | 0.27 |
28
+ | 512 | 1856 | 0.28 |
29
+ | 576 | 1792 | 0.32 |
30
+ | 576 | 1728 | 0.33 |
31
+ | 576 | 1664 | 0.35 |
32
+ | 640 | 1600 | 0.4 |
33
+ | 640 | 1536 | 0.42 |
34
+ | 704 | 1472 | 0.48 |
35
+ | 704 | 1408 | 0.5 |
36
+ | 704 | 1344 | 0.52 |
37
+ | 768 | 1344 | 0.57 |
38
+ | 768 | 1280 | 0.6 |
39
+ | 832 | 1216 | 0.68 |
40
+ | 832 | 1152 | 0.72 |
41
+ | 896 | 1152 | 0.78 |
42
+ | 896 | 1088 | 0.82 |
43
+ | 960 | 1088 | 0.88 |
44
+ | 960 | 1024 | 0.94 |
45
+ | 1024 | 1024 | 1.0/ |
46
+
47
+
48
+
49
+ for prompts the following keywords are appended for better separation of genres:
50
+
51
+ ```
52
+ 'sensitive-rated', 'questionable-rated', 'explicit-rated'
53
+ ```
54
+
55
+
56
+