Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 569 Bytes

Dataset generation

This directory contains the source code to generate SD-ImageNet, Complex SD-ImageNet, and SD-COCO. The source code is based on stable diffusion's txt2img.py.

  • Clone https://github.com/moskomule/stable-diffusion.
  • Check if the commit id is 69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc.
  • Install dependencies accordingly. We used [email protected].
  • Copy the weight of stable diffusion to the stable_diffusion directory. We used sd-v1-1.ckpt.
  • Run scripts.