Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,137 @@
|
|
1 |
---
|
|
|
2 |
license: openrail++
|
3 |
language:
|
4 |
- en
|
5 |
-
pipeline_tag: text-to-image
|
6 |
tags:
|
7 |
-
-
|
8 |
-
- stable-diffusion
|
9 |
-
-
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
parameter:
|
12 |
negative_prompt: lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry
|
13 |
-
|
14 |
-
- text:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: diffusers
|
3 |
license: openrail++
|
4 |
language:
|
5 |
- en
|
|
|
6 |
tags:
|
7 |
+
- text-to-image
|
8 |
+
- stable-diffusion
|
9 |
+
- lora
|
10 |
+
- safetensors
|
11 |
+
- stable-diffusion-xl
|
12 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
13 |
+
widget:
|
14 |
+
- text: face focus, cute, masterpiece, best quality, 1girl, green hair, sweater, looking at viewer, upper body, beanie, outdoors, night, turtleneck
|
15 |
parameter:
|
16 |
negative_prompt: lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry
|
17 |
+
example_title: 1girl
|
18 |
+
- text: face focus, bishounen, masterpiece, best quality, 1boy, green hair, sweater, looking at viewer, upper body, beanie, outdoors, night, turtleneck
|
19 |
+
parameter:
|
20 |
+
negative_prompt: lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry
|
21 |
+
example_title: 1boy
|
22 |
+
---
|
23 |
+
|
24 |
+
<style>
|
25 |
+
.title-container {
|
26 |
+
display: flex;
|
27 |
+
justify-content: center;
|
28 |
+
align-items: center;
|
29 |
+
height: 100vh; /* Adjust this value to position the title vertically */
|
30 |
+
}
|
31 |
+
|
32 |
+
.title {
|
33 |
+
font-size: 3em;
|
34 |
+
text-align: center;
|
35 |
+
color: #333;
|
36 |
+
font-family: 'Helvetica Neue', sans-serif;
|
37 |
+
text-transform: uppercase;
|
38 |
+
letter-spacing: 0.1em;
|
39 |
+
padding: 0.5em 0;
|
40 |
+
background: transparent;
|
41 |
+
}
|
42 |
+
|
43 |
+
.title span {
|
44 |
+
background: -webkit-linear-gradient(45deg, #7ed56f, #28b485);
|
45 |
+
-webkit-background-clip: text;
|
46 |
+
-webkit-text-fill-color: transparent;
|
47 |
+
}
|
48 |
+
|
49 |
+
.custom-table {
|
50 |
+
table-layout: fixed;
|
51 |
+
width: 100%;
|
52 |
+
border-collapse: collapse;
|
53 |
+
margin-top: 2em;
|
54 |
+
}
|
55 |
+
|
56 |
+
.custom-table {
|
57 |
+
table-layout: fixed;
|
58 |
+
width: 100%;
|
59 |
+
border-collapse: collapse;
|
60 |
+
margin-top: 2em;
|
61 |
+
}
|
62 |
+
|
63 |
+
.custom-table td {
|
64 |
+
width: 50%;
|
65 |
+
vertical-align: top;
|
66 |
+
padding: 10px;
|
67 |
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
|
68 |
+
}
|
69 |
+
|
70 |
+
.custom-image-container {
|
71 |
+
position: relative;
|
72 |
+
width: 100%;
|
73 |
+
margin-bottom: 0em;
|
74 |
+
overflow: hidden;
|
75 |
+
border-radius: 10px;
|
76 |
+
transition: transform .7s;
|
77 |
+
/* Smooth transition for the container */
|
78 |
+
}
|
79 |
+
|
80 |
+
.custom-image-container:hover {
|
81 |
+
transform: scale(1.05);
|
82 |
+
/* Scale the container on hover */
|
83 |
+
}
|
84 |
+
|
85 |
+
.custom-image {
|
86 |
+
width: 100%;
|
87 |
+
height: auto;
|
88 |
+
object-fit: cover;
|
89 |
+
border-radius: 10px;
|
90 |
+
transition: transform .7s;
|
91 |
+
margin-bottom: 0em;
|
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 */
|
97 |
+
}
|
98 |
+
|
99 |
+
.custom-image-container:hover .nsfw-filter {
|
100 |
+
filter: none; /* Remove the blur effect on hover */
|
101 |
+
}
|
102 |
+
</style>
|
103 |
+
|
104 |
+
<h1 class="title">
|
105 |
+
<span>Animagine XL 2.0</span>
|
106 |
+
</h1>
|
107 |
+
<table class="custom-table">
|
108 |
+
<tr>
|
109 |
+
<td>
|
110 |
+
<div class="custom-image-container">
|
111 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/fmkK9WYAPgwbrDcKOybBZ.png" alt="sample1">
|
112 |
+
</div>
|
113 |
+
<div class="custom-image-container">
|
114 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/TFaH_13XbFh0_NSn4Tzav.png" alt="sample4">
|
115 |
+
</div>
|
116 |
+
</td>
|
117 |
+
<td>
|
118 |
+
<div class="custom-image-container">
|
119 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/twkZ4xvmUBTWZZ88DG0v-.png" alt="sample2">
|
120 |
+
</div>
|
121 |
+
<div class="custom-image-container">
|
122 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/5LyRRqLwt73u-eOy1HZ_7.png" alt="sample3">
|
123 |
+
</td>
|
124 |
+
<td>
|
125 |
+
<div class="custom-image-container">
|
126 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/f8aLXc_Slewo7iVxlE246.png" alt="sample1">
|
127 |
+
</div>
|
128 |
+
<div class="custom-image-container">
|
129 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/PYI5I7VR_zdEZUidn8fIr.png" alt="sample4">
|
130 |
+
</div>
|
131 |
+
</td>
|
132 |
+
</tr>
|
133 |
+
</table>
|
134 |
+
|
135 |
+
<hr>
|
136 |
+
|
137 |
+
|