GaParmar / img2img-turbo

One-step image-to-image with Stable Diffusion turbo: sketch2image, day2night, and more
MIT License
1.6k stars 180 forks source link

About the specific content of this document “fixed_prompt_a.txt” #61

Open Danee-wawawa opened 4 months ago

Danee-wawawa commented 4 months ago

Hi, thank you for your work. In this part "Training with Unpaired Data (CycleGAN-turbo)", this file “fixed_prompt_a.txt” needs to be included in the construction of the data set. Taking the horse2zebra task as an example, can you explain the specific content of this txt file? How to describe each image in this txt file? Looking forward to your reply. Thank you~

GaParmar commented 3 months ago

Thank you for the interest in this project! The files fixed_prompt_a.txt and fixed_prompt_b.txt should contain a single caption that describe the domains A and B respectively. For instance for horse2zebra dataset, fixed_prompt_a.txt should contain "a picture of a horse" and fixed_prompt_b.txt should contain "a picture of a zebra". You can also find an example of the dataset here: https://www.cs.cmu.edu/~img2img-turbo/data/my_horse2zebra.zip

-Gaurav