gwang-kim/DiffusionCLIP

Text_dic for ImageNet manipulation

EndyWon opened this issue · 1 comments

Hi,
Nice work! What text_dic you used for ImageNet manipulation? I didn't find it in text_dic.py. Besides, will the definition of text_dic affect the results? If so, how can I define the text_dic better? Can you share some experience? Thank you.

Hi, @EndyWon. Thanks for your interest.
Here are examples for text_dic for ImageNet manipulation.

SRC_TRG_TXT_DIC = {
    # Tennis ball
    'orange': (['tennis ball'],
                    ['orange']),
    # ImageNet Style Transfer
    'watercolor_art': (['a photo'],
                                ['a watercolor art']),
    }