Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model:
|
4 |
+
- Organika/sdxl-detector
|
5 |
+
---
|
6 |
+
# AI-image-detector
|
7 |
+
The purpose of this model is to classify images as AI generated or Real.
|
8 |
+
|
9 |
+
This model was created by fine-tuning the [Organika/sdxl-detector] on dataset of AI generated and real images from reddit, kaggle and real art from public domain with their text description.
|
10 |
+
Dataset was balanced to have similar number of real and generated images in each class (e.g. art, photos ...).
|
11 |
+
Art images from public domain were paired with generated equivalent created from their text descriptions with style transfer (sdxl with ip-adapter) from original piece.
|
12 |
+
The final dataset consisted of more than 50k images.
|
13 |
+
|
14 |
+
The testing dataset consisted of 20% split of our base dataset and images outside the training domain from specific popular (as of 2024) image generation models.
|
15 |
+
Finetuning vastly improved performance over Organika/sdxl-detector during testing, especially on images created by newer models.
|
16 |
+
|
17 |
+
The data used to fine-tune this model was scraped from image dedicated subreddits, some of which may be copyrighted. For this reason, this model should be considered appropriate only for non-comercial use only.
|
18 |
+
|
19 |
+
|
20 |
+
|