Replies: 16 comments 6 replies
-
Just noticed this too. 3000+ artists removed. WHY? |
Beta Was this translation helpful? Give feedback.
-
Removed in this commit (6d805b6):
You can still get it from here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/40ff6db5325fc34ad4fa35e80cb1e7768d9f7e75/artists.csv |
Beta Was this translation helpful? Give feedback.
-
Adding that file is useless if there isn't a function that uses it in SD Web UI, which has been currently removed (the icon to right click on to add three random artists). |
Beta Was this translation helpful? Give feedback.
-
I'm thankful for additional process suggestions, but just because the file is not used currently by WebUI does not make it 'useless.' Could it be misleading for users who think that it should apply to every model? Yeah, sure, but that suggests maybe renaming or a redirect as less-destructive alternatives would be a good idea. The way I used it was just to remind myself of the correct way to spell some of the more baroque artist names, and for that purpose it worked just fine and was not 'useless.' |
Beta Was this translation helpful? Give feedback.
-
I noticed with the commit that dropped artists.csv, it also removed edit: This got remedied (and improved) when #7113 was merged, thanks @vladmandic !!! |
Beta Was this translation helpful? Give feedback.
-
I put it here https://github.com/camenduru/stable-diffusion-webui-artists-to-study If you want to improve the categories and add new artists, please contribute to the repository. 🤗 |
Beta Was this translation helpful? Give feedback.
-
If the list of artists is a curated one, meaning that the artists listed are included in the training database of the model used to AI generate an image (that's the reason why I provided those referenced websites), then they can be properly interpreted and used by SDWUI. In the contrary, they wouldn't provide any meaningful results. Am I wrong? |
Beta Was this translation helpful? Give feedback.
-
instead of having unmanaged note that folder and files do not exist until you first trigger clip interrogate. and |
Beta Was this translation helpful? Give feedback.
-
@vladmandic using clip interrogate will not download artists.txt but just flavors.txt, mediums.txt and movements.txt ... |
Beta Was this translation helpful? Give feedback.
-
@illtellyoulater it downloads all four: category_types = ["artists", "flavors", "mediums", "movements"]
for category_type in category_types:
torch.hub.download_url_to_file(f"https://raw.githubusercontent.com/pharmapsychotic/clip-interrogator/main/clip_interrogator/data/{category_type}.txt", os.path.join(tmpdir, f"{category_type}.txt"))
os.rename(tmpdir, content_dir) |
Beta Was this translation helpful? Give feedback.
-
That's what's supposed to happen... but I only get flavors, mediums and movements... I tried deleting them to retrigger download, but again it will only fetch those 3 and no artitst.txt. Could anyone reading this please check the /interrogate dir and let me know if you have it or not? |
Beta Was this translation helpful? Give feedback.
-
I do have an artists.txt file beside the flavors.top3.txt, mediums.txt, and movements.txt files inside the C:\stable-diffusion-webui\interrogate folder, all with the same date of Jan. 21st, 2023. |
Beta Was this translation helpful? Give feedback.
-
I just removed
|
Beta Was this translation helpful? Give feedback.
-
I think I will do the same because that flavors.top3.txt file is strangely named. The content is fine. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanation. So, no harm to delete the folder and recall that function to rebuild it. What if I simply rename it to flavors.txt? Would it be fine, or would you recommend to get a brand new version of it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that artists.csv has been removed from master, which used to be found at:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/artists.csv
That's a bummer because it was a handy resource to load up in a tab next to WebUI, especially with older models. Anybody have a link handy?
For the raw artist list from CLIP, you can check out this link: https://github.com/pharmapsychotic/clip-interrogator/blob/1080560c48daf421ebf44f4791840e4db947bc01/data/artists.txt
Beta Was this translation helpful? Give feedback.
All reactions