SDXL-artists-browser / index.html
Mattthew
adding tag editing feature + many tag updates
35e8599
raw
history blame
No virus
10.6 kB
<!DOCTYPE html>
<html>
<head>
<title>SDXL Artist Style Explorer by Mattthew</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="artists_and_tags.js"></script>
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="layout">
<div id="rows">
<div id="instructions" class="information">
<div>
<h2>How to</h2>
<h3>Clicking an artist's...</h3>
<ul>
<li><strong>name</strong> copies them to clipboard</li>
<li><strong>tags</strong> toggles those checkmarks</li>
<li><strong>star</strong> marks them as favorite</li>
<li>๐ŸŽจ, ๐Ÿง‘, and ๐Ÿž๏ธ switches the prompt/image</li>
<li>โœ๏ธ enters tag-editing mode, see below</li>
</ul>
<h3>Permissive filter</h3>
<ul>
<li><strong>checked:</strong> artists matching <strong>any</strong> checked tags</li>
<li><strong>unchecked:</strong> artists matching <strong>all</strong> checked tags</li>
<li>use unchecked to filter your favorites</li>
</ul>
<h3>Hide low-use tags</h3>
<ul>
<li><strong>checked:</strong> hides tags that match less than 3 artists</li>
<li>note that all hidden tags are unchecked</li>
</ul>
<h3>Hide unknown to SDXL</h3>
<ul>
<li>I've hand verified that SDXL doesn't know these artists' styles</li>
<li>If you prompt with their names, the result will be unlike their actual style and generic, and you can achieve similar results by prompting "a painting", etc.</li>
<li>They're included in the database for the record of whar SDXL doesn't know, but the images may be removed.</li>
</ul>
<h3>When using Stable Diffusion</h3>
<ul>
<li>Reproduce these styles with the prompt with "by {Artist full name}, ...."</li>
<li>Adding the style tags to the prompt can also help</li>
<li>You can combine the styles of two are more artists</li>
</ul>
<h3>โœ๏ธ Tag-editing is only for offline use!</h3>
<ul>
<li>If you are viewing this from Hugging Face, your tag edits won't be applied. They'll be saved and applied if you've downloaded the repository and are viewing your local file. In both cases, your edits will be available for export ๐Ÿ“ฅ as text. If you want to suggestions for tag improvements for everyone's benefit, then edit tags, copy the text from ๐Ÿ“ฅ, and post it as a comment to Hugging Face. I will incorporate accurate edits ASAP. Thank you for contributing!</li>
</ul>
</div>
</div>
<div id="about" class="information">
<div>
<h2>About</h2>
<h3>Incomplete beta version!</h3>
<p>
I'll add thousands more artists to the database soon. I want to work out any major issues first. Please <a href="https://huggingface.co/spaces/mattthew/SDXL-artists-browser/discussions" target="_blank">give feedback on Huggingface</a>.
</p>
<h3>How to support this project</h3>
<ul>
<li>Please tell a friends or share on your socials</li>
<li>Suggest artists I should add or remove</li>
<li>Suggest features and report bugs</li>
<li><a href="https://huggingface.co/spaces/mattthew/SDXL-artists-browser/discussions" target="_blank">Leave all feedback on Huggingface</a></li>
<li>I don't need money. Thanks always feels nice!</li>
</ul>
<h3>Image parameters</h3>
<ul>
<li>
All: Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 10, Seed: 42, Size: 1024x1024, Model hash: 31e35c80fc, Model: sd_xl_base_1.0, Version: v1.5.1 (no refiner pass)
</li>
<li>
๐ŸŽจ Prompt: by {Artist full name}, artwork image, Negative prompt: frame, border, text, signature
</li>
<li>
๐Ÿง‘ Prompt: by {Artist full name}, image of a gently smiling, portrait of a person, head and torso, sitting in their room, Negative prompt: self-portrait, outside, frame, border, text, signature
</li>
<li>
๐Ÿž๏ธ Prompt: by {Artist full name}, image of a landscape, outdoor natural scenery, water, bridge, Negative prompt: people, person, frame, border, text, signature
</li>
</ul>
<h3>Disclaimers</h3>
<ul>
<li>This tools is just for fun. This information NOT be correct! The tags are from a mix of sources and manual input. Many tags are AI generated. I make corrections when I happen to spot them or when submitted.</li>
<li>Remember, SDXL is only a crude imitation of these artists. Check out these artists' actual artwork for more inspiration!</li>
<li>This database has more straight white male artists than in the actual population. That's because they've been favored by art-collectors, past and present. Please suggest artists I should add.</li>
<li>My code doesn't use cookies and sends nothing to any server. But it's hosted on Huggingface, and I can't control if they cookie you</li>
<li>Open source. Creatives Commons license. Download for free.</li>
<li>I don't get nor do I want compensation for this</li>
<li>I'm not affiliated with Stability AI</li>
<li>Use at your own risk ๐ŸงŸ</li>
</ul>
<h3>What's with the sedan?</h3>
<ul>
<li>
All images were generated with the same seed (42). For many artists, especially with the ๐ŸŽจ prompt, that seed produces a car, which is not in the prompt. Other seeds will cause a different visual element across many artists.
</li>
</ul>
<h3>Missing images</h3>
<p>
If artists are listed in the database file, but their image files are missing, the files are listed below.
</p>
<ul id="missing_images_report"></ul>
</div>
</div>
<div id="export" class="information">
<div>
<h3>Export/Import favorited artists</h2>
<textarea id="export_favorites_list" placeholder="You haven't favorited any artists yet."></textarea>
<div class="buttons">
<div id="export_favorites_button">copy to clipboard</div>
<div id="import_favorites_button">import</div>
</div>
<h3>Export tag-edits to send to author</h2>
<textarea id="export_edits_list" placeholder="You haven't edited any tags yet."></textarea>
<div class="buttons">
<div id="export_edits_button">copy to clipboard</div>
<div id="delete_edits_button">restore official database</div>
</div>
<h3>Export database</h2>
<textarea id="export_artists_list"></textarea>
<div class="buttons">
<div id="export_artists_button">copy to clipboard</div>
</div>
</div>
</div>
<div id="toggles">
<div id="options_info">
<span class="count">documents:</span>
<span class="link" id="infoI">โ‰๏ธ&nbsp;</span>
<span class="link" id="infoA">๐Ÿ““&nbsp;</span>
<span class="link" id="infoX">๐Ÿ“ค&nbsp;</span>
</div>
<div id="options_prompts">
<span class="count">show me:</span>
<span class="link selected" id="promptA">๐ŸŽจ</span>
<span class="link" id="promptP">๐Ÿง‘</span>
<span class="link" id="promptL">๐Ÿž๏ธ</span>
</div>
<div id="options_artist_sort">
<span class="count">sort artists by:</span>
<span class="link selected" id="sortAR">๐ŸŽฐ</span>
<span class="link" id="sortAA">๐Ÿ” </span>
</div>
<div id="options_tag_sort">
<span class="count">sort tags by:</span>
<span class="link selected" id="sortTC">๐Ÿ“ถ</span>
<span class="link" id="sortTA">๐Ÿ” </span>
</div>
<div class="divider"></div>
<label class="top_control top_all">
<input type="checkbox" checked="checked" name="check-all" value="check-all" autocomplete="off"><span>all artists</span><span class="count"></span>
</label>
<div id="artistsShown" class="top_control">
<span class="count"></span>
</div>
<div class="divider"></div>
<label class="top_control">
<input type="checkbox" checked="checked" name="mode" value="mode" autocomplete="off"><span>permissive</span><span class="count"></span>
</label>
<label class="top_control">
<input type="checkbox" checked="checked" name="use_categories" value="use_categories" autocomplete="off"><span>use categories</span><span class="count"></span>
</label>
<label class="top_control">
<input type="checkbox" checked="checked" name="low_count" value="low_count" autocomplete="off"><span>hide low-use tags</span><span class="count"></span>
</label>
<label class="top_control">
<input type="checkbox" checked="checked" name="deprecated" value="deprecated" autocomplete="off"><span>hide unknown to SDXL</span><span class="count"></span>
</label>
<label class="top_control">
<input type="checkbox" checked="checked" name="favorite" value="favorite" autocomplete="off"><span>favorited</span><span class="count"></span>
</label>
<div class="divider"></div>
<span id="edit_most_used" class="hidden">edit</span>
<!-- JS will insert checkboxes here -->
</div>
<div id="gutter"><div data-tooltip="drag slowly"></div></div>
<div id="image-container">
<div id="filtersHidingAll">
these filters hide every image<br>
check-mark any tag or โ€Ÿpermissiveโ€<br>
๐Ÿ‘€
</div>
<!-- JS will insert images here -->
<!--
<div class="image-item tag1 tag2">
<span>
<h3>
<span class="firstN">Name</span>
<span class="lastN">Name</span>
</h3>
<h4>
tag1, tag2
</h4>
</span>
<div>
<div class="imgTools">
<div class="art_prev"></div>
<div class="art_star"></div>
<div class="art_next"></div>
<div class="art_edit"></div>
</div>
<div class="imgBox">
<img alt="First Last - art" src="images/SDXL_1_0/First_Last-artwork.jpg">
<img alt="First Last - art" src="images/SDXL_1_0/First_Last-potrait.jpg">
<img alt="First Last - art" src="images/SDXL_1_0/First_Last-landscape.jpg">
</div>
</div>
</div>
-->
</div>
</div>
<footer>
<div>
<span>SDXL Artist Style Explorer, v1.0, by</span>
<a href="https://huggingface.co/mattthew" target="_blank">Mattthew</a>
<div id="close_footer"><strong>&nbsp;&nbsp;x&nbsp;&nbsp;</strong></div>
</div>
</footer>
</div>
<div id="alert"></div>
</body>
</html>