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.85k stars 138 forks source link

time out when connect to laion.ai #32

Open lilu-REA opened 1 year ago

lilu-REA commented 1 year ago

First, thanks for you sharing this interesting model .I have some issues, when I run the finetune_real.sh, it seems that the connection to https://knn5.laion.ai/knn-service does not work right now. It always show time out. Do you have other way to prepare the training data?

lilu-REA commented 1 year ago

solved. I just saw the answer for same issue.

lilu-REA commented 1 year ago

change the code of line 15 in retrieve.py client = ClipClient(url="https://knn.laion.ai/knn-service", indice_name="laion5B-L-14", num_images=num_images)

digbangbang commented 7 months ago

I think the website is not work now