mLoRC

AI-generated-image detector (DINOv3 ViT-H+/16 + LoRC). Code, results, and docs: Buxt-Codes/AIGI-mLoRC.

from mlorc import ModulatedLoRC
model = ModulatedLoRC.from_pretrained(hf_token="hf_...")
model.predict_image("photo.jpg")

Files

  • mlorc-full.pt — full checkpoint, LoRA merged into the backbone weights.
  • dinov3_config.json — DINOv3 architecture config (no weights).
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for buxtcodes/TechJam-Modulated-LoRC