Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,177 @@
|
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
This is a set of 192 characters/outfits from the Trails series for use with Pony Diffusion V6 XL or any of its derivatives. I chose to separate them into individual loras for improved accuracy.\
|
9 |
The .zip file contains:
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
|
5 |
+
<style>
|
6 |
+
.title-container {
|
7 |
+
display: flex;
|
8 |
+
justify-content: center;
|
9 |
+
align-items: center;
|
10 |
+
height: 100vh; /* Adjust this value to position the title vertically */
|
11 |
+
}
|
12 |
+
|
13 |
+
.title {
|
14 |
+
font-size: 2.5em;
|
15 |
+
text-align: center;
|
16 |
+
color: #333;
|
17 |
+
font-family: "lucida sans unicode", "lucida grande", sans-serif;
|
18 |
+
font-style: italic;
|
19 |
+
font-weight: bold;
|
20 |
+
font-variant: small-caps;
|
21 |
+
letter-spacing: 0.05em;
|
22 |
+
padding: 0.5em 0;
|
23 |
+
background: transparent;
|
24 |
+
}
|
25 |
+
|
26 |
+
.title span {
|
27 |
+
background: -webkit-linear-gradient(45deg, #99E2FF, #FF5C95);
|
28 |
+
-webkit-background-clip: text;
|
29 |
+
-webkit-text-fill-color: transparent;
|
30 |
+
}
|
31 |
+
|
32 |
+
.custom-table {
|
33 |
+
table-layout: fixed;
|
34 |
+
width: 100%;
|
35 |
+
border-collapse: collapse;
|
36 |
+
margin-top: 0em;
|
37 |
+
}
|
38 |
+
|
39 |
+
.custom-table td {
|
40 |
+
width: 50%;
|
41 |
+
vertical-align: top;
|
42 |
+
padding: 10px;
|
43 |
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
|
44 |
+
}
|
45 |
+
.custom-image-container {
|
46 |
+
position: relative;
|
47 |
+
width: 100%;
|
48 |
+
margin-bottom: 0em;
|
49 |
+
overflow: hidden;
|
50 |
+
border-radius: 10px;
|
51 |
+
transition: transform .7s;
|
52 |
+
/* Smooth transition for the container */
|
53 |
+
}
|
54 |
+
.custom-image-container:hover {
|
55 |
+
transform: scale(1.05);
|
56 |
+
/* Scale the container on hover */
|
57 |
+
}
|
58 |
+
.custom-image {
|
59 |
+
width: 100%;
|
60 |
+
height: auto;
|
61 |
+
object-fit: cover;
|
62 |
+
border-radius: 10px;
|
63 |
+
transition: transform .7s;
|
64 |
+
margin-bottom: 0em;
|
65 |
+
}
|
66 |
+
.custom-button {
|
67 |
+
width: auto;
|
68 |
+
height: 100px;
|
69 |
+
object-fit: cover;
|
70 |
+
border-radius: 10px;
|
71 |
+
transition: transform .7s;
|
72 |
+
margin-bottom: 0em;
|
73 |
+
display: block;
|
74 |
+
margin-left: auto;
|
75 |
+
margin-right: auto;
|
76 |
+
}
|
77 |
+
</style>
|
78 |
+
<br>
|
79 |
+
|
80 |
+
## __Models created by user [irrel@Civitai](https://civitai.com/user/irrel).__
|
81 |
+
## __Originally published [here](https://civitai.com/models/417827).__
|
82 |
+
|
83 |
+
|
84 |
+
<table class="custom-table">
|
85 |
+
<tr>
|
86 |
+
<td>
|
87 |
+
<div class="custom-image-container">
|
88 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e2f634f-f54d-4506-bcdb-046ed72bf9de/original=true/02540-8.jpeg" alt="sample2">
|
89 |
+
</div>
|
90 |
+
</td>
|
91 |
+
<td>
|
92 |
+
<div class="custom-image-container">
|
93 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fa84748-8c7f-4ebf-9ce0-47c19724e13c/original=true/02222-1349480391.jpeg" alt="sample1">
|
94 |
+
</div>
|
95 |
+
</td>
|
96 |
+
<td>
|
97 |
+
<div class="custom-image-container">
|
98 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc1f9b4-8baa-493d-98b0-b62a585b47b1/original=true/02381-3917646338.jpeg" alt="sample1">
|
99 |
+
</div>
|
100 |
+
</td>
|
101 |
+
<td>
|
102 |
+
<div class="custom-image-container">
|
103 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceb352de-d566-4e9c-b1d4-a9e3630974ca/original=true/01617-206421237.jpeg" alt="sample1">
|
104 |
+
</div>
|
105 |
+
</td>
|
106 |
+
</table>
|
107 |
+
<table class="custom-table">
|
108 |
+
<td>
|
109 |
+
<div class="custom-image-container">
|
110 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6be2e40-c496-4e33-9fee-c4798da8672c/original=true/01618-1856211698.jpeg" alt="sample1">
|
111 |
+
</div>
|
112 |
+
</td>
|
113 |
+
<td>
|
114 |
+
<div class="custom-image-container">
|
115 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba0670a-4404-48f0-8591-06f0b302c8ae/original=true/01691-382581776.jpeg" alt="sample2">
|
116 |
+
</div>
|
117 |
+
</td>
|
118 |
+
<td>
|
119 |
+
<div class="custom-image-container">
|
120 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95bcecf-47db-4779-a072-36ad28f1b9da/original=true/01242-123.jpeg" alt="sample1">
|
121 |
+
</div>
|
122 |
+
</td>
|
123 |
+
<td>
|
124 |
+
<div class="custom-image-container">
|
125 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53ad44f2-9c4d-406a-a9b6-9ea7014168c2/original=true/02308-3917646265.jpeg" alt="sample1">
|
126 |
+
</div>
|
127 |
+
</td>
|
128 |
+
</tr>
|
129 |
+
</table>
|
130 |
+
<table class="custom-table">
|
131 |
+
<tr>
|
132 |
+
<td>
|
133 |
+
<div class="custom-image-container">
|
134 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7f62f19-8033-4a44-9160-ecb96fafad0e/original=true/01873-4122203611.jpeg" alt="sample1">
|
135 |
+
</div>
|
136 |
+
</td>
|
137 |
+
<td>
|
138 |
+
<div class="custom-image-container">
|
139 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1484726c-e3ee-4eda-8f39-dccab9827c01/original=true/01712-3795625343.jpeg" alt="sample1">
|
140 |
+
</div>
|
141 |
+
</td>
|
142 |
+
<td>
|
143 |
+
<div class="custom-image-container">
|
144 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca9a0c82-ac35-4999-8c0c-8abc0a5f5453/original=true/02299-3917646256.jpeg" alt="sample1">
|
145 |
+
</div>
|
146 |
+
</td>
|
147 |
+
<td>
|
148 |
+
<div class="custom-image-container">
|
149 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7a51c3-88e6-4a8b-a4c1-a240509acd67/original=true/01904-1427461507.jpeg" alt="sample1">
|
150 |
+
</div>
|
151 |
+
</td>
|
152 |
+
</table>
|
153 |
+
<table class="custom-table">
|
154 |
+
<td>
|
155 |
+
<div class="custom-image-container">
|
156 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a8684cb-5fe2-4942-8247-1e71e0ac20e2/original=true/00926-3008217640.jpeg" alt="sample2">
|
157 |
+
</div>
|
158 |
+
</td>
|
159 |
+
<td>
|
160 |
+
<div class="custom-image-container">
|
161 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c34eff0-30b3-4817-a07f-be1eeabe7ba9/original=true/01530-3892649669.jpeg" alt="sample1">
|
162 |
+
</div>
|
163 |
+
</td>
|
164 |
+
<td>
|
165 |
+
<div class="custom-image-container">
|
166 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a08256a0-d68b-43b4-a02f-ccae086b591f/original=true/01528-2935231619.jpeg" alt="sample1">
|
167 |
+
</div>
|
168 |
+
</td>
|
169 |
+
<td>
|
170 |
+
<div class="custom-image-container">
|
171 |
+
<img class="custom-image" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d8c0cc-96cb-4ea7-94c9-a4301d21694d/original=true/01370-3301814111.jpeg" alt="sample1">
|
172 |
+
</div>
|
173 |
+
</td>
|
174 |
+
</tr>
|
175 |
+
</table>
|
176 |
|
177 |
This is a set of 192 characters/outfits from the Trails series for use with Pony Diffusion V6 XL or any of its derivatives. I chose to separate them into individual loras for improved accuracy.\
|
178 |
The .zip file contains:
|