Spaces:
Running
Running
Mattthew
commited on
Commit
•
fe6d481
1
Parent(s):
c43506f
adding artists
Browse files- artists_and_tags.js +3 -3
- images/SDXL_1_0/Angus_McBride-artwork.webp +0 -0
- images/SDXL_1_0/Angus_McBride-landscape.webp +0 -0
- images/SDXL_1_0/Angus_McBride-portrait.webp +0 -0
- images/SDXL_1_0/Don_Bluth-artwork.webp +0 -0
- images/SDXL_1_0/Don_Bluth-landscape.webp +0 -0
- images/SDXL_1_0/Don_Bluth-portrait.webp +0 -0
- images/SDXL_1_0_thumbs/Angus_McBride-artwork.webp +0 -0
- images/SDXL_1_0_thumbs/Angus_McBride-landscape.webp +0 -0
- images/SDXL_1_0_thumbs/Angus_McBride-portrait.webp +0 -0
- images/SDXL_1_0_thumbs/Don_Bluth-artwork.webp +0 -0
- images/SDXL_1_0_thumbs/Don_Bluth-landscape.webp +0 -0
- images/SDXL_1_0_thumbs/Don_Bluth-portrait.webp +0 -0
- index.html +4 -4
artists_and_tags.js
CHANGED
@@ -174,7 +174,7 @@ var artistsData = [
|
|
174 |
["Velázquez","Diego","baroque|history|oil-painting|portraits|realism|religion|royalty|Spanish|added-2023-08-08",false],
|
175 |
["Vermeer","Johannes","baroque|domestic-scenes|Dutch|genre-scenes|illusion|interiors|portraits|added-2023-08-08",false],
|
176 |
["Ware","Chris","American|cartoon|characters|comics|graphic-novel|modern-life|slice-of-life|added-2023-08-08",false],
|
177 |
-
["Watterson","Bill","American|characters|friendship|loneliness|melancholy|nostalgia|added-2023-08-08",false],
|
178 |
["Whistler","James Abbott McNeill","American|drawing|etching|interiors|low-contrast|portraits|tonalism|whimsical|added-2023-08-08",false],
|
179 |
["Woodring","Jim","aliens|American|characters|comics|creatures|dream-like|fantasy|pen-and-ink|psychedelic|surreal|added-2023-08-08",false],
|
180 |
["Nielsen","Kay","American|Danish|elegant|exoticism|Fantasy|fantasy|illustration|kids-book|orientalism|painting|whimsical|added-2023-08-08",false],
|
@@ -1033,8 +1033,8 @@ var artistsData = [
|
|
1033 |
["Van Hove","Francine","drawing|female-figures|expressionism|slice-of-life|added-2023-08-20",false],
|
1034 |
["Cho","Frank","comics|superheroes|drawing|colorful|fantasy|added-2023-08-20",false],
|
1035 |
["Woelfel","Brandon","photography|neon|urban-life|shallow-depth-of-field|nightlife|cityscapes|added-2023-08-20",false],
|
1036 |
-
|
1037 |
-
|
1038 |
];
|
1039 |
|
1040 |
// first category must be 'important' and last must be 'other' or things won't work
|
|
|
174 |
["Velázquez","Diego","baroque|history|oil-painting|portraits|realism|religion|royalty|Spanish|added-2023-08-08",false],
|
175 |
["Vermeer","Johannes","baroque|domestic-scenes|Dutch|genre-scenes|illusion|interiors|portraits|added-2023-08-08",false],
|
176 |
["Ware","Chris","American|cartoon|characters|comics|graphic-novel|modern-life|slice-of-life|added-2023-08-08",false],
|
177 |
+
["Watterson","Bill","American|characters|friendship|loneliness|melancholy|nostalgia|childhood|added-2023-08-08",false],
|
178 |
["Whistler","James Abbott McNeill","American|drawing|etching|interiors|low-contrast|portraits|tonalism|whimsical|added-2023-08-08",false],
|
179 |
["Woodring","Jim","aliens|American|characters|comics|creatures|dream-like|fantasy|pen-and-ink|psychedelic|surreal|added-2023-08-08",false],
|
180 |
["Nielsen","Kay","American|Danish|elegant|exoticism|Fantasy|fantasy|illustration|kids-book|orientalism|painting|whimsical|added-2023-08-08",false],
|
|
|
1033 |
["Van Hove","Francine","drawing|female-figures|expressionism|slice-of-life|added-2023-08-20",false],
|
1034 |
["Cho","Frank","comics|superheroes|drawing|colorful|fantasy|added-2023-08-20",false],
|
1035 |
["Woelfel","Brandon","photography|neon|urban-life|shallow-depth-of-field|nightlife|cityscapes|added-2023-08-20",false],
|
1036 |
+
["Bluth","Don","contemporary|animation|film|cartoon|fantasy|whimsical|colorful|added-2023-08-20",false],
|
1037 |
+
["McBride","Angus","illustration|battle-scenes|horses|history|fantasy|British|added-2023-08-20",false],
|
1038 |
];
|
1039 |
|
1040 |
// first category must be 'important' and last must be 'other' or things won't work
|
images/SDXL_1_0/Angus_McBride-artwork.webp
ADDED
images/SDXL_1_0/Angus_McBride-landscape.webp
ADDED
images/SDXL_1_0/Angus_McBride-portrait.webp
ADDED
images/SDXL_1_0/Don_Bluth-artwork.webp
ADDED
images/SDXL_1_0/Don_Bluth-landscape.webp
ADDED
images/SDXL_1_0/Don_Bluth-portrait.webp
ADDED
images/SDXL_1_0_thumbs/Angus_McBride-artwork.webp
ADDED
images/SDXL_1_0_thumbs/Angus_McBride-landscape.webp
ADDED
images/SDXL_1_0_thumbs/Angus_McBride-portrait.webp
ADDED
images/SDXL_1_0_thumbs/Don_Bluth-artwork.webp
ADDED
images/SDXL_1_0_thumbs/Don_Bluth-landscape.webp
ADDED
images/SDXL_1_0_thumbs/Don_Bluth-portrait.webp
ADDED
index.html
CHANGED
@@ -71,13 +71,13 @@
|
|
71 |
<h3>Image parameters</h3>
|
72 |
<ul>
|
73 |
<li>
|
74 |
-
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)
|
75 |
</li>
|
76 |
<li>
|
77 |
🎨 Prompt: by {Artist full name}, artwork image, Negative prompt: frame, border, text, signature
|
78 |
</li>
|
79 |
<li>
|
80 |
-
🧑 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
|
81 |
</li>
|
82 |
<li>
|
83 |
🏞️ Prompt: by {Artist full name}, image of a landscape, outdoor natural scenery, water, bridge, Negative prompt: people, person, frame, border, text, signature
|
@@ -94,10 +94,10 @@
|
|
94 |
<li>I'm not affiliated with Stability AI</li>
|
95 |
<li>Use at your own risk 🧟</li>
|
96 |
</ul>
|
97 |
-
<h3>
|
98 |
<ul>
|
99 |
<li>
|
100 |
-
|
101 |
</li>
|
102 |
</ul>
|
103 |
<h3>Missing images</h3>
|
|
|
71 |
<h3>Image parameters</h3>
|
72 |
<ul>
|
73 |
<li>
|
74 |
+
All: Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 10, Seed: 42 or 43, Size: 1024x1024, Model hash: 31e35c80fc, Model: sd_xl_base_1.0, Version: v1.5.1 (no refiner pass)
|
75 |
</li>
|
76 |
<li>
|
77 |
🎨 Prompt: by {Artist full name}, artwork image, Negative prompt: frame, border, text, signature
|
78 |
</li>
|
79 |
<li>
|
80 |
+
🧑 Prompt: by {Artist full name}, image of a gently smiling face, portrait of a person, head and torso, sitting in their room, Negative prompt: self-portrait, outside, frame, border, text, signature
|
81 |
</li>
|
82 |
<li>
|
83 |
🏞️ Prompt: by {Artist full name}, image of a landscape, outdoor natural scenery, water, bridge, Negative prompt: people, person, frame, border, text, signature
|
|
|
94 |
<li>I'm not affiliated with Stability AI</li>
|
95 |
<li>Use at your own risk 🧟</li>
|
96 |
</ul>
|
97 |
+
<h3>Why do many images show a car?</h3>
|
98 |
<ul>
|
99 |
<li>
|
100 |
+
It's an artifact of the way SDXL was trained. It appears consistently, but not always, for any prompt doesn't include a specific subject. Surprisingly, the car appears for many artists, for many different seeds, and for many different prompts and negative prompts. For example, I use the non-specific 🎨 prompt, "artwork image". I picked that intentionally to reveal the subject matter biases SDXL has for each artist. This artifact of SDXL probably reveals a bias of the model towards generating car images.
|
101 |
</li>
|
102 |
</ul>
|
103 |
<h3>Missing images</h3>
|