Enferlain commited on
Commit
b022f95
β€’
1 Parent(s): 2e275e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -10
README.md CHANGED
@@ -9,7 +9,8 @@ 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 {
@@ -65,15 +66,31 @@ placeholder, ty lyn for the style (it won't look like this when I'm done no copy
65
  /* Scale the container on hover */
66
  }
67
 
 
 
 
 
 
 
 
 
68
  .custom-image {
69
  width: 100%;
70
  height: auto;
71
  object-fit: cover;
72
  border-radius: 10px;
73
- transition: transform .7s;
74
  margin-bottom: 0em;
75
  }
76
 
 
 
 
 
 
 
 
 
77
  .nsfw-filter {
78
  filter: blur(8px); /* Apply a blur effect */
79
  transition: filter 0.3s ease; /* Smooth transition for the blur effect */
@@ -134,32 +151,31 @@ placeholder, ty lyn for the style (it won't look like this when I'm done no copy
134
  <tr>
135
  <td>
136
  <div class="custom-image-container">
137
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample3.png" alt="sample1">
 
138
  </div>
139
  <div class="custom-image-container">
140
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2.png" alt="sample4">
141
  </div>
142
  </td>
143
  <td>
144
  <div class="custom-image-container">
145
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2.png" alt="sample2">
146
  </div>
147
  <div class="custom-image-container">
148
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample3.png" alt="sample3">
149
  </td>
150
  <td>
151
  <div class="custom-image-container">
152
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample3.png" alt="sample1">
153
  </div>
154
  <div class="custom-image-container">
155
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2.png" alt="sample4">
156
  </div>
157
  </td>
158
  </tr>
159
  </table>
160
 
161
- <p align="center", style="font-size: 3.6rem; font-weight: bold"> ∞ 218xl ∞ </p>
162
-
163
  # ∞ 218 -- 6 months later
164
 
165
  Continuation of what I loved about the first model, with updated ingredients and method of merging, that is Bayesian merging with manual scoring with samples generated with my LoRA.
 
9
  - stable-diffusion
10
  library_name: safetensors
11
  ---
12
+
13
+ <p align="center", style="font-size: 3.6rem; font-weight: bold"> ∞ 218xl ∞ </p>
14
 
15
  <style>
16
  .title-container {
 
66
  /* Scale the container on hover */
67
  }
68
 
69
+ .custom-image-container:hover .custom-image {
70
+ opacity: 0
71
+ }
72
+ .custom-image-container:hover
73
+ .hover-image {
74
+ opacity: 1;
75
+ }
76
+
77
  .custom-image {
78
  width: 100%;
79
  height: auto;
80
  object-fit: cover;
81
  border-radius: 10px;
82
+ transition: transform .7s, opacity .5s;
83
  margin-bottom: 0em;
84
  }
85
 
86
+ .hover-image {
87
+ position: absolute;
88
+ top: 0;
89
+ left: 0;
90
+ opacity: 0;
91
+ transition: opacity .5s;
92
+ }
93
+
94
  .nsfw-filter {
95
  filter: blur(8px); /* Apply a blur effect */
96
  transition: filter 0.3s ease; /* Smooth transition for the blur effect */
 
151
  <tr>
152
  <td>
153
  <div class="custom-image-container">
154
+ <img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb1.png" alt="sample1">
155
+ <img class="hover-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb3.png" alt="Second Image">
156
  </div>
157
  <div class="custom-image-container">
158
+ <img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb2.png" alt="sample4">
159
  </div>
160
  </td>
161
  <td>
162
  <div class="custom-image-container">
163
+ <img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb3.png" alt="sample2">
164
  </div>
165
  <div class="custom-image-container">
166
+ <img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb4.png" alt="sample3">
167
  </td>
168
  <td>
169
  <div class="custom-image-container">
170
+ <img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb5.png" alt="sample1">
171
  </div>
172
  <div class="custom-image-container">
173
+ <img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb6.png" alt="sample4">
174
  </div>
175
  </td>
176
  </tr>
177
  </table>
178
 
 
 
179
  # ∞ 218 -- 6 months later
180
 
181
  Continuation of what I loved about the first model, with updated ingredients and method of merging, that is Bayesian merging with manual scoring with samples generated with my LoRA.