OriPID / README.md
WenhaoWang's picture
Update README.md
5014925 verified
|
raw
history blame
811 Bytes
metadata
license: cc-by-nc-4.0
task_categories:
  - text-to-image
  - image-to-image
language:
  - en
tags:
  - image-generation
  - image-to-image
  - Security
pretty_name: OriPID
size_categories:
  - 1M<n<10M

Summary

This is the dataset proposed in our paper Origin Identification for Text-Guided Image-to-Image Diffusion Models (ICML 2025).

Download

Training

from huggingface_hub import hf_hub_download
for i in range(0,10):
    hf_hub_download(repo_id="WenhaoWang/OriPID", filename="training/sd2_d_multi.tar.part_0%d"%i, repo_type="dataset")
cat sd2_d_multi.tar.part_* > sd2_d_multi.tar
tar -xvf sd2_d_multi.tar