Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: ja
|
3 |
+
tags:
|
4 |
+
- image-generation
|
5 |
+
- stable-diffusion
|
6 |
+
license: creativeml-openrail-m
|
7 |
+
---
|
8 |
+
<a href="https://ofuse.me/qnuk/letter"
|
9 |
+
style="
|
10 |
+
display:inline-block;
|
11 |
+
padding:5px 15px;
|
12 |
+
font-size:16px;
|
13 |
+
color:white;
|
14 |
+
background:#007bff;
|
15 |
+
border-radius:5px;
|
16 |
+
text-decoration:none;
|
17 |
+
box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
|
18 |
+
transition: all 0.2s ease-in-out;
|
19 |
+
text-align:center;"
|
20 |
+
class="btn">
|
21 |
+
このモデルが気に入ったら応援してもらえると嬉しいです。</br>
|
22 |
+
If you like this model, I hope you will support it.
|
23 |
+
</a>
|
24 |
+
|
25 |
+
<style>
|
26 |
+
.btn:active {
|
27 |
+
box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
|
28 |
+
border-bottom: 2px solid #0056b3;
|
29 |
+
transform: translateY(2px);
|
30 |
+
}
|
31 |
+
</style>
|