This repository is the official implementation of NDA:Nonparametric Data Attribution for Diffusion Models.
Follow the steps below to get started.
- Clone the GitHub Repository
git clone https://github.com/sail-sg/NDA.git
- Create a Python 3.9 environment
conda create -n nda python=3.9 -y conda activate nda
- Install Dependencies
pip install -r requirements.txt