stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

huggingface conceptualizer, a script that pulls all embeds

Open tehgringe opened this issue 3 years ago • 3 comments

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.

tehgringe avatar Sep 19 '22 09:09 tehgringe

That's a script to download 500+ embeddings?

dfaker avatar Sep 23 '22 02:09 dfaker

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.

tehgringe avatar Sep 23 '22 12:09 tehgringe

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 😅

guumaster avatar Oct 05 '22 22:10 guumaster