rinongal / textual_inversion

MIT License
2.9k stars 279 forks source link

Request code about downstream tasks #167

Open dorianzhang7 opened 5 months ago

dorianzhang7 commented 5 months ago

Hello, author. I noticed that you implemented the downstream task of local image editing in your paper. We're currently working on a related project and need to conduct comparative experiments with your work. Would you be able to share your code for implementing this task with me? If possible, my email is zhangdorian7@gmail.com Thank you very much for your response!

rinongal commented 5 months ago

For the local object insertion task we're using: https://github.com/omriav/blended-latent-diffusion and we're just feeding in our learned embeddings.

I'm not sure I still have access to the code from that specific experiment, but I'll have a look and let you know ASAP.