adobe-research / custom-diffusion

Custom Diffusion: Multi-Concept Customization of Text-to-Image Diffusion (CVPR 2023)
https://www.cs.cmu.edu/~custom-diffusion
Other
1.87k stars 139 forks source link

Unable to retrieve the image used for regularization. #95

Open LZHLilE opened 7 months ago

LZHLilE commented 7 months ago

I encounter the following error when trying to retrieve the real image using the Python script in the project. image Can someone help me to resolve this?

nupurkmr9 commented 7 months ago

Hi, The clip-retrieval library that we used for retrieving regularization images no longer works. One option is to disable --real-prior flag to generate regularization images. This also works fine with a slight drop in performance.

Thanks.