Update README.md
Browse files
README.md
CHANGED
|
@@ -9,156 +9,79 @@ tags:
|
|
| 9 |
- stable-diffusion
|
| 10 |
library_name: safetensors
|
| 11 |
---
|
| 12 |
-
placeholder, ty lyn for the style (it won't look like this when I'm done no copystrike pls ty)
|
| 13 |
-
|
| 14 |
<style>
|
| 15 |
-
.title-container {
|
| 16 |
-
display: flex;
|
| 17 |
-
justify-content: center;
|
| 18 |
-
align-items: center;
|
| 19 |
-
height: 100vh; /* Adjust this value to position the title vertically */
|
| 20 |
-
}
|
| 21 |
-
|
| 22 |
-
.title {
|
| 23 |
-
font-size: 2.5em;
|
| 24 |
-
text-align: center;
|
| 25 |
-
color: #333;
|
| 26 |
-
font-family: 'Helvetica Neue', sans-serif;
|
| 27 |
-
text-transform: uppercase;
|
| 28 |
-
letter-spacing: 0.1em;
|
| 29 |
-
padding: 0.5em 0;
|
| 30 |
-
background: transparent;
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
.title span {
|
| 34 |
-
background: -webkit-linear-gradient(45deg, #7ed56f, #28b485);
|
| 35 |
-
-webkit-background-clip: text;
|
| 36 |
-
-webkit-text-fill-color: transparent;
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
.custom-table {
|
| 40 |
table-layout: fixed;
|
| 41 |
width: 100%;
|
| 42 |
border-collapse: collapse;
|
| 43 |
margin-top: 2em;
|
| 44 |
}
|
| 45 |
-
|
| 46 |
.custom-table td {
|
| 47 |
width: 50%;
|
| 48 |
vertical-align: top;
|
| 49 |
padding: 10px;
|
| 50 |
-
box-shadow: 0px 0px
|
| 51 |
}
|
| 52 |
-
|
| 53 |
-
.custom-image-container {
|
| 54 |
-
position: relative;
|
| 55 |
-
width: 100%;
|
| 56 |
-
margin-bottom: 0em;
|
| 57 |
-
overflow: hidden;
|
| 58 |
-
border-radius: 10px;
|
| 59 |
-
transition: transform .7s;
|
| 60 |
-
/* Smooth transition for the container */
|
| 61 |
-
}
|
| 62 |
-
|
| 63 |
-
.custom-image-container:hover {
|
| 64 |
-
transform: scale(1.05);
|
| 65 |
-
/* Scale the container on hover */
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
.custom-image {
|
| 69 |
width: 100%;
|
| 70 |
height: auto;
|
| 71 |
object-fit: cover;
|
| 72 |
-
border-radius:
|
| 73 |
transition: transform .7s;
|
| 74 |
-
margin-bottom:
|
| 75 |
}
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
filter: blur(8px); /* Apply a blur effect */
|
| 79 |
-
transition: filter 0.3s ease; /* Smooth transition for the blur effect */
|
| 80 |
}
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
}
|
| 85 |
-
|
| 86 |
-
.
|
| 87 |
-
|
| 88 |
-
bottom: 0;
|
| 89 |
-
left: 0;
|
| 90 |
-
right: 0;
|
| 91 |
-
color: white;
|
| 92 |
-
width: 100%;
|
| 93 |
-
height: 40%;
|
| 94 |
-
display: flex;
|
| 95 |
-
flex-direction: column;
|
| 96 |
-
justify-content: center;
|
| 97 |
-
align-items: center;
|
| 98 |
-
font-size: 1vw;
|
| 99 |
-
font-style: bold;
|
| 100 |
-
text-align: center;
|
| 101 |
-
opacity: 0;
|
| 102 |
-
/* Keep the text fully opaque */
|
| 103 |
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
|
| 104 |
-
transition: opacity .5s;
|
| 105 |
-
}
|
| 106 |
-
.custom-image-container:hover .overlay {
|
| 107 |
-
opacity: 1;
|
| 108 |
-
/* Make the overlay always visible */
|
| 109 |
-
}
|
| 110 |
-
.overlay-text {
|
| 111 |
-
background: linear-gradient(45deg, #7ed56f, #28b485);
|
| 112 |
-
-webkit-background-clip: text;
|
| 113 |
-
color: transparent;
|
| 114 |
-
/* Fallback for browsers that do not support this effect */
|
| 115 |
-
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
| 116 |
-
/* Enhanced text shadow for better legibility */
|
| 117 |
-
|
| 118 |
-
.overlay-subtext {
|
| 119 |
-
font-size: 0.75em;
|
| 120 |
-
margin-top: 0.5em;
|
| 121 |
-
font-style: italic;
|
| 122 |
}
|
| 123 |
-
|
| 124 |
-
.overlay,
|
| 125 |
-
.overlay-subtext {
|
| 126 |
-
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
| 127 |
-
}
|
| 128 |
-
|
| 129 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
|
| 131 |
-
<h1 class="title">
|
| 132 |
-
</h1>
|
| 133 |
<table class="custom-table">
|
| 134 |
<tr>
|
| 135 |
<td>
|
| 136 |
-
<
|
| 137 |
-
<img class="custom-image" src="
|
| 138 |
-
</
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
|
|
|
|
|
|
| 142 |
</td>
|
| 143 |
<td>
|
| 144 |
-
<
|
| 145 |
-
<img class="custom-image" src="
|
| 146 |
-
</
|
| 147 |
-
<div class="custom-image-container">
|
| 148 |
-
<img class="custom-image" src="aaa" alt="sample3">
|
| 149 |
</td>
|
| 150 |
<td>
|
| 151 |
-
<
|
| 152 |
-
<img class="custom-image" src="
|
| 153 |
-
</
|
| 154 |
-
<div class="custom-image-container">
|
| 155 |
-
<img class="custom-image" src="aaa" alt="sample4">
|
| 156 |
-
</div>
|
| 157 |
</td>
|
| 158 |
</tr>
|
| 159 |
</table>
|
|
|
|
| 160 |
|
| 161 |
-
<
|
| 162 |
|
| 163 |
# ∞ 218 -- 6 months later
|
| 164 |
|
|
|
|
| 9 |
- stable-diffusion
|
| 10 |
library_name: safetensors
|
| 11 |
---
|
|
|
|
|
|
|
| 12 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
.custom-table {
|
| 14 |
table-layout: fixed;
|
| 15 |
width: 100%;
|
| 16 |
border-collapse: collapse;
|
| 17 |
margin-top: 2em;
|
| 18 |
}
|
|
|
|
| 19 |
.custom-table td {
|
| 20 |
width: 50%;
|
| 21 |
vertical-align: top;
|
| 22 |
padding: 10px;
|
| 23 |
+
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
|
| 24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
.custom-image {
|
| 26 |
width: 100%;
|
| 27 |
height: auto;
|
| 28 |
object-fit: cover;
|
| 29 |
+
border-radius: 7px;
|
| 30 |
transition: transform .7s;
|
| 31 |
+
margin-bottom: 1em;
|
| 32 |
}
|
| 33 |
+
.custom-image:hover {
|
| 34 |
+
transform: scale(1.30);
|
|
|
|
|
|
|
| 35 |
}
|
| 36 |
+
.special-image {
|
| 37 |
+
border-radius: 5px 40px 5px 5px;
|
| 38 |
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
|
| 39 |
+
max-width: 600px; /* Limit the maximum width of the image */
|
| 40 |
+
margin: 0 auto; /* Center the image within its container */
|
| 41 |
+
display: block; /* Remove any default inline styling */
|
| 42 |
+
transition: transform .7s, box-shadow .3s; /* Smooth transitions for hover effects */
|
| 43 |
}
|
| 44 |
+
.special-image:hover {
|
| 45 |
+
transform: scale(1.15); /* Slightly enlarge on hover */
|
| 46 |
+
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
+
stolen from Linaqruf readme for Animagine XL (and restolen from Amedira repo yoinkers)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
</style>
|
| 50 |
+
<p align="center", style="font-size: 3.6rem; font-weight: bold"> ∞ 218 -v2- ∞ </p>
|
| 51 |
+
|
| 52 |
+
<img class="special-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2.png" alt="Title">
|
| 53 |
+
|
| 54 |
+
<p align="center", style="font-size: 1.2rem; "><strong><a href="https://huggingface.co/Enferlain/218/resolve/main/218.safetensors?download=true"</a></strong> Download</p>
|
| 55 |
+
|
| 56 |
+
<hr>
|
| 57 |
|
|
|
|
|
|
|
| 58 |
<table class="custom-table">
|
| 59 |
<tr>
|
| 60 |
<td>
|
| 61 |
+
<a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample3.png">
|
| 62 |
+
<img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample3.png" alt="gura">
|
| 63 |
+
</a>
|
| 64 |
+
</td>
|
| 65 |
+
<td>
|
| 66 |
+
<a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample5.png">
|
| 67 |
+
<img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample5.png" alt="raph">
|
| 68 |
+
</a>
|
| 69 |
</td>
|
| 70 |
<td>
|
| 71 |
+
<a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample8.png">
|
| 72 |
+
<img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample8.png" alt="nubby">
|
| 73 |
+
</a>
|
|
|
|
|
|
|
| 74 |
</td>
|
| 75 |
<td>
|
| 76 |
+
<a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample10.png">
|
| 77 |
+
<img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample10.png" alt="218">
|
| 78 |
+
</a>
|
|
|
|
|
|
|
|
|
|
| 79 |
</td>
|
| 80 |
</tr>
|
| 81 |
</table>
|
| 82 |
+
</details>
|
| 83 |
|
| 84 |
+
<hr>
|
| 85 |
|
| 86 |
# ∞ 218 -- 6 months later
|
| 87 |
|