Enferlain commited on
Commit
6b39a18
·
1 Parent(s): c5be52a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +115 -43
README.md CHANGED
@@ -9,84 +9,156 @@ tags:
9
  - stable-diffusion
10
  library_name: safetensors
11
  ---
 
12
 
13
  <style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  .custom-table {
15
  table-layout: fixed;
16
  width: 100%;
17
  border-collapse: collapse;
18
  margin-top: 2em;
19
  }
 
20
  .custom-table td {
21
  width: 50%;
22
  vertical-align: top;
23
  padding: 10px;
24
- box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
 
 
 
 
 
 
 
 
 
 
25
  }
 
 
 
 
 
 
26
  .custom-image {
27
  width: 100%;
28
  height: auto;
29
  object-fit: cover;
30
- border-radius: 7px;
31
  transition: transform .7s;
32
- margin-bottom: 1em;
 
 
 
 
 
 
 
 
 
33
  }
34
- .custom-image:hover {
35
- transform: scale(1.30);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
- .special-image {
38
- border-radius: 5px 40px 5px 5px;
39
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
40
- max-width: 600px; /* Limit the maximum width of the image */
41
- margin: 0 auto; /* Center the image within its container */
42
- display: block; /* Remove any default inline styling */
43
- transition: transform .7s, box-shadow .3s; /* Smooth transitions for hover effects */
 
 
 
 
 
44
  }
45
- .special-image:hover {
46
- transform: scale(1.15); /* Slightly enlarge on hover */
47
- box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
 
48
  }
49
- stolen from Linaqruf readme for Animagine XL (and restolen from Amedira repo yoinkers)
50
  </style>
51
 
52
- <p align="center", style="font-size: 3.6rem; font-weight: bold"> ∞ 218 -v2- ∞ </p>
53
-
54
- <img class="special-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2.png" alt="Title">
55
-
56
- <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>
57
-
58
-
59
-
60
- <hr>
61
-
62
  <table class="custom-table">
63
  <tr>
64
  <td>
65
- <a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample3.png">
66
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample3.png" alt="gura">
67
- </a>
68
- </td>
69
- <td>
70
- <a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample5.png">
71
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample5.png" alt="raph">
72
- </a>
73
  </td>
74
  <td>
75
- <a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample8.png">
76
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample8.png" alt="nubby">
77
- </a>
 
 
78
  </td>
79
  <td>
80
- <a href="https://huggingface.co/Enferlain/218v2/blob/main/images/218v2sample10.png">
81
- <img class="custom-image" src="https://huggingface.co/Enferlain/218v2/resolve/main/images/218v2sample10.png" alt="218">
82
- </a>
 
 
 
83
  </td>
84
  </tr>
85
  </table>
86
 
87
- </details>
88
-
89
- <hr>
90
 
91
  # ∞ 218 -- 6 months later
92
 
 
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 0px 0px rgba(0, 0, 0, 0.15);
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: 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 */
80
+ }
81
+
82
+ .custom-image-container:hover .nsfw-filter {
83
+ filter: none; /* Remove the blur effect on hover */
84
  }
85
+
86
+ .overlay {
87
+ position: absolute;
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
+ <div class="custom-image-container">
137
+ <img class="custom-image" src="aaa" alt="sample1">
138
+ </div>
139
+ <div class="custom-image-container">
140
+ <img class="custom-image" src="aaa" alt="sample4">
141
+ </div>
 
 
142
  </td>
143
  <td>
144
+ <div class="custom-image-container">
145
+ <img class="custom-image" src="aaa" alt="sample2">
146
+ </div>
147
+ <div class="custom-image-container">
148
+ <img class="custom-image" src="aaa" alt="sample3">
149
  </td>
150
  <td>
151
+ <div class="custom-image-container">
152
+ <img class="custom-image" src="aaa" alt="sample1">
153
+ </div>
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
+ <p align="center", style="font-size: 3.6rem; font-weight: bold"> ∞ 218xl ∞ </p>
 
 
162
 
163
  # ∞ 218 -- 6 months later
164