Not-For-All-Audiences
NebulaeWis
commited on
Commit
•
d0b10c6
1
Parent(s):
440c808
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,27 @@ It utilizes the latest full Danbooru and e621 datasets for training, with native
|
|
13 |
|
14 |
This is an early test version intended for internal use. However, we are considering allowing limited external testing.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Important Information
|
17 |
|
18 |
- No official authorization or guarantees can be provided at this stage.
|
|
|
13 |
|
14 |
This is an early test version intended for internal use. However, we are considering allowing limited external testing.
|
15 |
|
16 |
+
|
17 |
+
## Datasets
|
18 |
+
- Latest Danbooru images up to the training date
|
19 |
+
- E621 images [e621-2024-webp-4Mpixel](https://huggingface.co/datasets/NebulaeWis/e621-2024-webp-4Mpixel) dataset on Hugging Face
|
20 |
+
|
21 |
+
## Caption
|
22 |
+
```
|
23 |
+
<1girl/1boy/1other/...>, <character>, <series>, <artists>, <special tags>, <general tags>
|
24 |
+
```
|
25 |
+
|
26 |
+
## Quality Tags
|
27 |
+
The quality tags are assigned based on the following percentile ranges:
|
28 |
+
|
29 |
+
| Percentile Range | Corresponding Tag |
|
30 |
+
|------------------|-------------------|
|
31 |
+
| > 95th | masterpiece |
|
32 |
+
| > 85th, <= 95th | best quality |
|
33 |
+
| > 60th, <= 85th | good quality |
|
34 |
+
| > 30th, <= 60th | normal quality |
|
35 |
+
| <= 30th | worst quality |
|
36 |
+
|
37 |
## Important Information
|
38 |
|
39 |
- No official authorization or guarantees can be provided at this stage.
|