Closed rezkanas closed 2 days ago
The website "https://knn.laion.ai/knn-service is down
I realize that but then how can retrieve.py be run?
Meaning?
@sayakpaul, I don't understand your response. website is down, do I need to wait? or probably the url is broken?
You can add these images manually with the following structure:
your_class_data_dir
βββ images
β βββ 01.jpg
β βββ 02.jpg
βββ caption.txt # captions line by line
βββ images.txt # absolute path line by line
Also, remember the number of images should be the same as:
--num_class_images=200
The website incurs ratelimiting issues because it's used by many folks. So, that is a constraint.
It this fixed?
@yiyixuxu it depends on the service that retrieve.py
relies on. We cannot do much here.
I also has the same issue
Same error. Do u guys can run retrieve.py
now?
I have the same issue,
The retrieve.py script relies on external services. Commenting with the same thing wonβt help the issue :-)
I have the same issue, are there any alternative URLs available?
I don't think there is.
I don't think there is.
Hi, can you share a new link which includes the data (from retrieve.py) we want? So sorry to bother you.
FYI as people doesn't seem to know:
retrieve.py is from clip-retrieval which connected to the LAION dataset.
LAION has a zero tolerance policy for illegal content and in an abundance of caution, we are temporarily taking down the LAION datasets to ensure they are safe before republishing them.
This was posted on the 19th of December, 2023 and it still down, so don't expect it to be up soon if it ever comes back.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
retrieve.py
is not within our control (diffusers
). So, will close this.
Describe the bug
when running retrieve.py to produce class prior photo using laion datasset,, I run through below errors. url is bad in the code below... could be the root cause?
Reproduction
!python retrieve.py --class_prompt person --class_data_dir /mnt/c/Users/noobw/PycharmProjects/pythonProject/custom_diffusion_anas/class_prior --num_class_images 200
Logs
System Info
diffusers
version: 0.26.1Who can help?
@sayakpaul @patrickvonplaten