narugo commited on
Commit
908ce70
1 Parent(s): 87d74ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -6,4 +6,20 @@ tags:
6
  - art
7
  size_categories:
8
  - 100K<n<1M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - art
7
  size_categories:
8
  - 100K<n<1M
9
+ ---
10
+
11
+ Used to detect severely stylistically corrupted anime images generated by Stable Diffusion.
12
+
13
+ There are two classes: `corrupted` and `normal`, comprising 61,100 and 63,004 images, respectively.
14
+
15
+ For the `corrupted` type, it includes several cases such as:
16
+ * Entirely black images
17
+ * Mosaics or stylistic anomalies due to low sampling steps
18
+ * Stylistic anomalies due to excessively weighted tags
19
+ * Stylistic anomalies due to embedding with excessive weights
20
+
21
+ It's important to note that the following content is not included:
22
+ * Distortions in facial and hand details caused by resolution issues
23
+ * Distortions in human and object structures
24
+
25
+ For the `normal` type, it contains regular AI-generated images as well as approximately 15,000 images hand-drawn by humans.