Mattthew
commited on
Commit
Β·
4982417
1
Parent(s):
c623c2d
footer edits
Browse files- index.css +0 -5
- index.html +6 -6
- index.js +2 -3
index.css
CHANGED
@@ -123,11 +123,6 @@ footer span strong {
|
|
123 |
color: #fff;
|
124 |
}
|
125 |
|
126 |
-
footer #why {
|
127 |
-
font-weight: bold;
|
128 |
-
color: #fff;
|
129 |
-
}
|
130 |
-
|
131 |
#close_footer {
|
132 |
position: absolute;
|
133 |
top: 0;
|
|
|
123 |
color: #fff;
|
124 |
}
|
125 |
|
|
|
|
|
|
|
|
|
|
|
126 |
#close_footer {
|
127 |
position: absolute;
|
128 |
top: 0;
|
index.html
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
<h2>About</h2>
|
47 |
<h3>Incomplete beta version!</h3>
|
48 |
<p>
|
49 |
-
I'll add
|
50 |
</p>
|
51 |
<h3>How to support this project</h3>
|
52 |
<ul>
|
@@ -59,7 +59,7 @@
|
|
59 |
<h3>Image parameters</h3>
|
60 |
<ul>
|
61 |
<li>
|
62 |
-
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
|
63 |
</li>
|
64 |
<li>
|
65 |
π¨ Prompt: by {Artist full name}, artwork image, Negative prompt: frame, border, text, signature
|
@@ -77,7 +77,7 @@
|
|
77 |
<li>Remember, SDXL is only a crude imitation of these artists. Check out these artists' actual artwork for more inspiration!</li>
|
78 |
<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>
|
79 |
<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>
|
80 |
-
<li>Open source.
|
81 |
<li>I don't get nor do I want compensation for this</li>
|
82 |
<li>I'm not affiliated with Stability AI</li>
|
83 |
<li>Use at your own risk π§</li>
|
@@ -98,7 +98,7 @@
|
|
98 |
<div id="export" class="information">
|
99 |
<div>
|
100 |
<h2>Export/Import favorited artists</h2>
|
101 |
-
<textarea placeholder="
|
102 |
<div class="buttons">
|
103 |
<div id="export_to_clipboard">copy to clipboard</div>
|
104 |
<div id="export_import">import</div>
|
@@ -189,8 +189,8 @@
|
|
189 |
</div>
|
190 |
<footer class="special">
|
191 |
<div>
|
192 |
-
<span><strong>Beta
|
193 |
-
<span>
|
194 |
<a href="https://huggingface.co/mattthew" target="_blank">Mattthew</a>
|
195 |
<div id="close_footer"><strong> x </strong></div>
|
196 |
</div>
|
|
|
46 |
<h2>About</h2>
|
47 |
<h3>Incomplete beta version!</h3>
|
48 |
<p>
|
49 |
+
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>.
|
50 |
</p>
|
51 |
<h3>How to support this project</h3>
|
52 |
<ul>
|
|
|
59 |
<h3>Image parameters</h3>
|
60 |
<ul>
|
61 |
<li>
|
62 |
+
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)
|
63 |
</li>
|
64 |
<li>
|
65 |
π¨ Prompt: by {Artist full name}, artwork image, Negative prompt: frame, border, text, signature
|
|
|
77 |
<li>Remember, SDXL is only a crude imitation of these artists. Check out these artists' actual artwork for more inspiration!</li>
|
78 |
<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>
|
79 |
<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>
|
80 |
+
<li>Open source. Creatives Commons license. Download for free.</li>
|
81 |
<li>I don't get nor do I want compensation for this</li>
|
82 |
<li>I'm not affiliated with Stability AI</li>
|
83 |
<li>Use at your own risk π§</li>
|
|
|
98 |
<div id="export" class="information">
|
99 |
<div>
|
100 |
<h2>Export/Import favorited artists</h2>
|
101 |
+
<textarea placeholder="You haven't favorited any artists yet."></textarea>
|
102 |
<div class="buttons">
|
103 |
<div id="export_to_clipboard">copy to clipboard</div>
|
104 |
<div id="export_import">import</div>
|
|
|
189 |
</div>
|
190 |
<footer class="special">
|
191 |
<div>
|
192 |
+
<span><strong>Temporarily 500 artists while in Beta.</strong> To learn more click the π at the top left -</span>
|
193 |
+
<span>SDXL artist browser, v0.9, by</span>
|
194 |
<a href="https://huggingface.co/mattthew" target="_blank">Mattthew</a>
|
195 |
<div id="close_footer"><strong> x </strong></div>
|
196 |
</div>
|
index.js
CHANGED
@@ -40,9 +40,8 @@ function updateFooter() {
|
|
40 |
var footer = document.getElementsByTagName('footer')[0];
|
41 |
footer.classList.add('special');
|
42 |
var el1 = document.createElement('span');
|
43 |
-
el1.textContent = '
|
44 |
-
|
45 |
-
footer.querySelectorAll('div')[0].prepend(el1);
|
46 |
}
|
47 |
}
|
48 |
|
|
|
40 |
var footer = document.getElementsByTagName('footer')[0];
|
41 |
footer.classList.add('special');
|
42 |
var el1 = document.createElement('span');
|
43 |
+
el1.textContent = '';
|
44 |
+
// footer.querySelectorAll('div')[0].prepend(el1);
|
|
|
45 |
}
|
46 |
}
|
47 |
|