#torch #torchvision #transformers #cv2
You can using DeepFakeDefenders in comfyUI to Prediction image is a DeepFake img or not.
from 1st place solution for The Global Multimedia Deepfake Detection (Image Track) by “JTGroup” team.
DeepFakeDefenders From: link
Update
2024/09/13
1.Installation
In the ./ComfyUI /custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_DeepFakeDefenders.git
2.requirements
For ComfyUI users, all libraries in the requirements file should be available. If not, please uncomment the # and reinstall
pip install -r requirements.txt
3 Need model
download models 百度云 or google drive
├── ComfyUI/models/DeepFakeDefender
| ├── ema.state
| ├── weight.pth
4 Example
Notice,example img are all deepfake img,so we still need to improve recognition accuracy
5 Citation
This work is licensed under a link License
DeepFakeDefenders From: link