AngelBottomless
commited on
Commit
•
5823c15
1
Parent(s):
b7c3db5
we need gpt5 for design
Browse files
README.md
CHANGED
@@ -7,18 +7,14 @@ language:
|
|
7 |
base_model: KBlueLeaf/kohaku-xl-beta5
|
8 |
pipeline_tag: text-to-image
|
9 |
---
|
10 |
-
|
11 |
<style>
|
12 |
-
|
13 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playwrite+DE+Grund:[email protected]&display=swap');
|
14 |
-
|
15 |
.title-container {
|
16 |
display: flex;
|
17 |
justify-content: center;
|
18 |
align-items: center;
|
19 |
height: 20vh;
|
20 |
}
|
21 |
-
|
22 |
/* Title Base Styling */
|
23 |
.title {
|
24 |
text-align: center;
|
@@ -26,21 +22,15 @@ pipeline_tag: text-to-image
|
|
26 |
line-height: 1.2;
|
27 |
padding: 0.5em 0;
|
28 |
}
|
29 |
-
|
30 |
-
|
31 |
.playwrite-de-grund-title {
|
32 |
-
font-
|
33 |
-
font-size: 3.2rem;
|
34 |
-
font-weight: 300;
|
35 |
font-style: normal; /* You can change to italic if needed */
|
36 |
color: black;
|
37 |
}
|
38 |
-
|
39 |
@keyframes titlePulse {
|
40 |
0% { transform: scale(1); }
|
41 |
100% { transform: scale(1.05); }
|
42 |
}
|
43 |
-
|
44 |
.custom-table {
|
45 |
table-layout: fixed;
|
46 |
width: 100%;
|
@@ -48,13 +38,11 @@ pipeline_tag: text-to-image
|
|
48 |
border-spacing: 1em;
|
49 |
margin-top: 2em;
|
50 |
}
|
51 |
-
|
52 |
.custom-table td {
|
53 |
width: 33.333%;
|
54 |
vertical-align: top;
|
55 |
padding: 0;
|
56 |
}
|
57 |
-
|
58 |
.custom-image-container {
|
59 |
position: relative;
|
60 |
width: 100%;
|
@@ -66,19 +54,16 @@ pipeline_tag: text-to-image
|
|
66 |
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
67 |
transition: all 0.3s ease;
|
68 |
}
|
69 |
-
|
70 |
.custom-image-container:hover {
|
71 |
transform: translateY(-10px);
|
72 |
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
|
73 |
}
|
74 |
-
|
75 |
.custom-image {
|
76 |
width: 100%;
|
77 |
height: auto;
|
78 |
object-fit: cover;
|
79 |
transition: transform 0.5s;
|
80 |
}
|
81 |
-
|
82 |
.last-image-container {
|
83 |
display: grid;
|
84 |
grid-template-columns: 1fr; /* One column for vertical layout */
|
@@ -86,27 +71,23 @@ pipeline_tag: text-to-image
|
|
86 |
width: 80%; /* Adjust as needed */
|
87 |
height: 100%; /* Set full height */
|
88 |
}
|
89 |
-
|
90 |
.last-image-container img {
|
91 |
width: 100%; /* Full width for each image */
|
92 |
height: auto; /* Maintain aspect ratio */
|
93 |
}
|
94 |
-
|
95 |
.custom-image-container:hover .custom-image {
|
96 |
transform: scale(1.1);
|
97 |
}
|
98 |
.playwrite-de-grund-title .company-name {
|
99 |
-
font-size:
|
100 |
}
|
101 |
.nsfw-filter {
|
102 |
filter: blur(10px);
|
103 |
transition: filter 0.3s ease;
|
104 |
}
|
105 |
-
|
106 |
.custom-image-container:hover .nsfw-filter {
|
107 |
filter: blur(5px);
|
108 |
}
|
109 |
-
|
110 |
.overlay {
|
111 |
position: absolute;
|
112 |
top: 0;
|
@@ -121,35 +102,30 @@ pipeline_tag: text-to-image
|
|
121 |
opacity: 0;
|
122 |
transition: opacity 0.3s;
|
123 |
}
|
124 |
-
|
125 |
.custom-image-container:hover .overlay {
|
126 |
opacity: 1;
|
127 |
}
|
128 |
-
|
129 |
.overlay-text {
|
130 |
font-size: 1.5em;
|
131 |
font-weight: bold;
|
132 |
-
color: #
|
133 |
text-align: center;
|
134 |
padding: 0.5em;
|
135 |
-
background: linear-gradient(45deg, #
|
136 |
-webkit-background-clip: text;
|
137 |
-webkit-text-fill-color: transparent;
|
138 |
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
|
139 |
}
|
140 |
-
|
141 |
.overlay-subtext {
|
142 |
font-size: 0.85em;
|
143 |
-
color: #
|
144 |
margin-top: 0.5em;
|
145 |
font-style: italic;
|
146 |
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
|
147 |
}
|
148 |
-
|
149 |
.model-info {
|
150 |
font-style: bold;
|
151 |
}
|
152 |
-
|
153 |
@media (max-width: 768px) {
|
154 |
.title {
|
155 |
font-size: 3rem;
|
@@ -160,22 +136,20 @@ pipeline_tag: text-to-image
|
|
160 |
}
|
161 |
}
|
162 |
.playwrite-de-grund-title .trained-by {
|
163 |
-
font-size:
|
164 |
}
|
165 |
</style>
|
166 |
-
|
167 |
<head>
|
168 |
<link
|
169 |
rel="stylesheet"
|
170 |
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"
|
171 |
/>
|
172 |
</head>
|
173 |
-
|
174 |
<body>
|
175 |
<div class="title-container">
|
176 |
<h1 class="title">
|
177 |
<i class="fa-thin fa-palette"></i>
|
178 |
-
<span class="playwrite-de-grund-title">Illustrious XL v0.1 <span class="trained-by">trained by</span> <a rel="nofollow" href="https://onomaai.com/"><b><span class="company-name">Onoma AI</span></b></a></span>
|
179 |
</h1>
|
180 |
</div>
|
181 |
<table class="custom-table">
|
|
|
7 |
base_model: KBlueLeaf/kohaku-xl-beta5
|
8 |
pipeline_tag: text-to-image
|
9 |
---
|
|
|
10 |
<style>
|
|
|
11 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playwrite+DE+Grund:[email protected]&display=swap');
|
|
|
12 |
.title-container {
|
13 |
display: flex;
|
14 |
justify-content: center;
|
15 |
align-items: center;
|
16 |
height: 20vh;
|
17 |
}
|
|
|
18 |
/* Title Base Styling */
|
19 |
.title {
|
20 |
text-align: center;
|
|
|
22 |
line-height: 1.2;
|
23 |
padding: 0.5em 0;
|
24 |
}
|
|
|
|
|
25 |
.playwrite-de-grund-title {
|
26 |
+
font-size: 40px;
|
|
|
|
|
27 |
font-style: normal; /* You can change to italic if needed */
|
28 |
color: black;
|
29 |
}
|
|
|
30 |
@keyframes titlePulse {
|
31 |
0% { transform: scale(1); }
|
32 |
100% { transform: scale(1.05); }
|
33 |
}
|
|
|
34 |
.custom-table {
|
35 |
table-layout: fixed;
|
36 |
width: 100%;
|
|
|
38 |
border-spacing: 1em;
|
39 |
margin-top: 2em;
|
40 |
}
|
|
|
41 |
.custom-table td {
|
42 |
width: 33.333%;
|
43 |
vertical-align: top;
|
44 |
padding: 0;
|
45 |
}
|
|
|
46 |
.custom-image-container {
|
47 |
position: relative;
|
48 |
width: 100%;
|
|
|
54 |
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
55 |
transition: all 0.3s ease;
|
56 |
}
|
|
|
57 |
.custom-image-container:hover {
|
58 |
transform: translateY(-10px);
|
59 |
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
|
60 |
}
|
|
|
61 |
.custom-image {
|
62 |
width: 100%;
|
63 |
height: auto;
|
64 |
object-fit: cover;
|
65 |
transition: transform 0.5s;
|
66 |
}
|
|
|
67 |
.last-image-container {
|
68 |
display: grid;
|
69 |
grid-template-columns: 1fr; /* One column for vertical layout */
|
|
|
71 |
width: 80%; /* Adjust as needed */
|
72 |
height: 100%; /* Set full height */
|
73 |
}
|
|
|
74 |
.last-image-container img {
|
75 |
width: 100%; /* Full width for each image */
|
76 |
height: auto; /* Maintain aspect ratio */
|
77 |
}
|
|
|
78 |
.custom-image-container:hover .custom-image {
|
79 |
transform: scale(1.1);
|
80 |
}
|
81 |
.playwrite-de-grund-title .company-name {
|
82 |
+
font-size: 40px;
|
83 |
}
|
84 |
.nsfw-filter {
|
85 |
filter: blur(10px);
|
86 |
transition: filter 0.3s ease;
|
87 |
}
|
|
|
88 |
.custom-image-container:hover .nsfw-filter {
|
89 |
filter: blur(5px);
|
90 |
}
|
|
|
91 |
.overlay {
|
92 |
position: absolute;
|
93 |
top: 0;
|
|
|
102 |
opacity: 0;
|
103 |
transition: opacity 0.3s;
|
104 |
}
|
|
|
105 |
.custom-image-container:hover .overlay {
|
106 |
opacity: 1;
|
107 |
}
|
|
|
108 |
.overlay-text {
|
109 |
font-size: 1.5em;
|
110 |
font-weight: bold;
|
111 |
+
color: #FFFFFF;
|
112 |
text-align: center;
|
113 |
padding: 0.5em;
|
114 |
+
background: linear-gradient(45deg, #E74C3C, #C0392B);
|
115 |
-webkit-background-clip: text;
|
116 |
-webkit-text-fill-color: transparent;
|
117 |
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
|
118 |
}
|
|
|
119 |
.overlay-subtext {
|
120 |
font-size: 0.85em;
|
121 |
+
color: #F0F0F0;
|
122 |
margin-top: 0.5em;
|
123 |
font-style: italic;
|
124 |
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
|
125 |
}
|
|
|
126 |
.model-info {
|
127 |
font-style: bold;
|
128 |
}
|
|
|
129 |
@media (max-width: 768px) {
|
130 |
.title {
|
131 |
font-size: 3rem;
|
|
|
136 |
}
|
137 |
}
|
138 |
.playwrite-de-grund-title .trained-by {
|
139 |
+
font-size: 32px; /* Smaller font size for "trained by" part */
|
140 |
}
|
141 |
</style>
|
|
|
142 |
<head>
|
143 |
<link
|
144 |
rel="stylesheet"
|
145 |
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"
|
146 |
/>
|
147 |
</head>
|
|
|
148 |
<body>
|
149 |
<div class="title-container">
|
150 |
<h1 class="title">
|
151 |
<i class="fa-thin fa-palette"></i>
|
152 |
+
<span class="playwrite-de-grund-title"><b>Illustrious XL v0.1</b> <span class="trained-by">trained by</span> <a rel="nofollow" href="https://onomaai.com/"><b><span class="company-name">Onoma AI</span></b></a></span>
|
153 |
</h1>
|
154 |
</div>
|
155 |
<table class="custom-table">
|