404-program-not-found commited on
Commit
12ca807
1 Parent(s): ea27d5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +184 -1
README.md CHANGED
@@ -6,4 +6,187 @@ tags:
6
  - stable-diffusion
7
  - anime
8
  - art
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - stable-diffusion
7
  - anime
8
  - art
9
+ ---
10
+ <style>
11
+ .title {
12
+ font-size: 3.6em;
13
+ text-align: center;
14
+ font-weight: bold;
15
+ color: #5c7ccc;
16
+ font-family: 'Roboto', sans-serif;
17
+ text-transform: uppercase;
18
+ letter-spacing: 0.15em;
19
+ }
20
+
21
+ .custom-table {
22
+ table-layout: fixed;
23
+ width: 100%;
24
+ border-collapse: collapse;
25
+ margin-top: 2em;
26
+ }
27
+
28
+ .custom-table td {
29
+ width: 50%;
30
+ vertical-align: top;
31
+ padding: 10px;
32
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
33
+ }
34
+
35
+ .custom-image-container {
36
+ position: relative;
37
+ width: 100%;
38
+ margin-bottom: 0em;
39
+ overflow: hidden;
40
+ border-radius: 10px;
41
+ transition: transform .7s;
42
+ /* Smooth transition for the container */
43
+ }
44
+
45
+ .custom-image-container:hover {
46
+ transform: scale(1.05);
47
+ /* Scale the container on hover */
48
+ }
49
+
50
+ .nsfw-filter {
51
+ filter: blur(8px); /* Apply a blur effect */
52
+ transition: filter 0.3s ease; /* Smooth transition for the blur effect */
53
+ }
54
+
55
+ .custom-image-container:hover .nsfw-filter {
56
+ filter: none; /* Remove the blur effect on hover */
57
+ }
58
+
59
+ .overlay {
60
+ position: absolute;
61
+ bottom: 0;
62
+ left: 0;
63
+ right: 0;
64
+ color: white;
65
+ width: 100%;
66
+ height: 40%;
67
+ display: flex;
68
+ flex-direction: column;
69
+ justify-content: center;
70
+ align-items: center;
71
+ font-size: 1vw;
72
+ font-style: bold;
73
+ text-align: center;
74
+ opacity: 0;
75
+ /* Keep the text fully opaque */
76
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
77
+ transition: opacity .5s;
78
+ }
79
+ .custom-image-container:hover .overlay {
80
+ opacity: 1;
81
+ /* Make the overlay always visible */
82
+ }
83
+ .overlay-text {
84
+ background: linear-gradient(45deg, #130c28, #ca76e2);
85
+ -webkit-background-clip: text;
86
+ color: transparent;
87
+ /* Fallback for browsers that do not support this effect */
88
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
89
+ /* Enhanced text shadow for better legibility */
90
+ }
91
+
92
+ .overlay-subtext {
93
+ font-size: 0.75em;
94
+ margin-top: 0.5em;
95
+ font-style: italic;
96
+ }
97
+
98
+ .overlay,
99
+ .overlay-subtext {
100
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
101
+ }
102
+
103
+ </style>
104
+
105
+ <h1 class="title">
106
+ 404Networks
107
+ </h1>
108
+ <p style="text-align:center;font-style: bold;font-size: 1.2em;">A dumping ground for LoRas, LoCons and other stable diffusion related projects </p>
109
+ <table class="custom-table">
110
+ <tr>
111
+ <td>
112
+ <div class="custom-image-container">
113
+ <div class="image-wrapper">
114
+ <img class="hover-image" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun4.png" alt="sampleb1">
115
+ <div class="overlay" style="font-size: 1vw; font-style: bold;">"A Quick Stroll" <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">by 404-program-not-found</div></div>
116
+ </div>
117
+ </div>
118
+ <div class="custom-image-container">
119
+ <div class="image-wrapper">
120
+ <img class="hover-image" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun3.png" alt="sampleb2">
121
+ <div class="overlay" style="font-size: 1vw; font-style: bold;">"Lost in Wonder" <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">by 404-program-not-found</div></div>
122
+ </div>
123
+ </td>
124
+ <td>
125
+ <div class="custom-image-container">
126
+ <div class="image-wrapper">
127
+ <img class="hover-image" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun9.png" alt="sampleb3">
128
+ <div class="overlay" style="font-size: 1vw; font-style: bold;"> "Unexpected Visitor" <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">by 404-program-not-found</div></div>
129
+ </div>
130
+ </div>
131
+ <div class="custom-image-container">
132
+ <div class="image-wrapper">
133
+ <img class="hover-image" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun2.png" alt="sampleb4">
134
+ <div class="overlay" style="font-size: 1vw; font-style: bold;"> "Urban Tranqulity" <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">by 404-program-not-found</div></div>
135
+ </td>
136
+ <td>
137
+ <div class="custom-image-container">
138
+ <div class="image-wrapper">
139
+ <img class="hover-image" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun11.png" alt="sampleb5">
140
+ <div class="overlay" style="font-size: 1vw; font-style: bold;"> "Bear Hug" <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">by 404-program-not-found</div></div>
141
+ </div>
142
+ </div>
143
+ <div class="custom-image-container">
144
+ <div class="image-wrapper">
145
+ <img class="hover-image" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun10.png" alt="sampleb6">
146
+ <div class="overlay" style="font-size: 1vw; font-style: bold;"> "Inaka life" <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"by ask"</div></div>
147
+ </div>
148
+ </td>
149
+ </tr>
150
+ </table>
151
+
152
+
153
+ <details id="Dropdown">
154
+ <summary style="font-size: 1.10em"><strong> Changelogs </strong></summary>
155
+
156
+ ### 2 12 2023
157
+ - Repo Creation
158
+ - Added images
159
+ - Uploaded Sweetbun
160
+
161
+ </details>
162
+
163
+ <hr>
164
+
165
+ # LoRas
166
+ ## 🥐 Sweetbun
167
+ <table class="custom-table">
168
+ <tr>
169
+ <td>
170
+ <img class="custom-image-container" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun6.png" alt="Sweetbun Preview 1">
171
+ </td>
172
+ <td>
173
+ <img class="custom-image-container" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun7.png" alt="Sweetbun Preview 2">
174
+ </td>
175
+ <td>
176
+ <img class="custom-image-container" src="https://huggingface.co/404-program-not-found/404Networks/resolve/main/Previews/Sweetbun/Sweetbun8.png" alt="Sweetbun Preview 3">
177
+ </td>
178
+ </tr>
179
+ </table>
180
+ <p align="center", style="font-size: 1.2rem; font-style:bold"><strong><a href=""></a></strong> Download</p>
181
+
182
+ A LoRa merge based on several custom trained artist LoRas with similar art styles. Performs very well when used with cute and more 2d models, untested with 3d/semi realistic models
183
+
184
+ # 👏 Credits
185
+
186
+ - Enferlain & Lynn for layout
187
+ - [**218xl**](https://huggingface.co/Enferlain/218xl)
188
+ - [**Animagine XL 2**](https://huggingface.co/Linaqruf/animagine-xl-2.0)
189
+
190
+ - Tools
191
+ - [**holostrawberry's lora training guide & Colabs**](https://civitai.com/models/22530)
192
+