jonasricker / aeroblade

[CVPR2024] AEROBLADE: Training-Free Detection of Latent Diffusion Images Using Autoencoder Reconstruction Error
https://openaccess.thecvf.com/content/CVPR2024/html/Ricker_AEROBLADE_Training-Free_Detection_of_Latent_Diffusion_Images_Using_Autoencoder_Reconstruction_CVPR_2024_paper.html
23 stars 2 forks source link

Pretrained models unavailable #5

Open RizhaoCai opened 1 month ago

RizhaoCai commented 1 month ago

image

breadxiexie commented 1 month ago

Do I need a pretrained model to detect this? Can you tell me where this link is?

jonasricker commented 1 month ago

@breadxiexie there is no dedicated pretrained model, since our method is training-free. It only uses different autoencoders of diffusion models and the LPIPS similarity metric, which are downloaded on-the-fly when running the code.