huggingface conceptualizer, a script that pulls all embeds
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like I built a script that grabs all the HF concepts but I've not factored it into your code for a pull request. Is something that would be valuable to the project, if so I can create a pull request, otherwise it will just be a ghetto script I run.
https://github.com/tehgringe/sd-concepts-library-stable-diffusion-conceptualizer-getter
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
That's a script to download 500+ embeddings?
That's a script to download 500+ embeddings?
Correct. At the time of creating it, was 300+ now it is 500+. Automatic1111 supports embeddings, I use this to greedily get all of them and make them available in my instance.
Maybe you can just read from a csv or json file (like the artist.csv) and download a handful of concepts instead of all of them. If you are sure you want them all, use a checkbox in UI to override the csv file. I don't have/want 1TB of space for all 😅