timothybrooks / instruct-pix2pix

Other
6.41k stars 540 forks source link

Prompt to prompt implementation for dataset generation #128

Open zhipeng-fan opened 7 months ago

zhipeng-fan commented 7 months ago

Hi! Thanks for sharing this work! Would like to understand the prompt2prompt implementation here: https://github.com/timothybrooks/instruct-pix2pix/blob/0dffd1eeb02611c35088462d1df88714ce2b52f4/dataset_creation/generate_img_dataset.py#L25 It seems to be quite different from the official implementation, would you mind sharing a bit more explanations? Thanks!