Spaces:
Running
Running
ehristoforu
commited on
Commit
•
f3c21b6
1
Parent(s):
f268edf
Update index.html
Browse files- index.html +26 -8
index.html
CHANGED
@@ -3,17 +3,35 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>
|
7 |
-
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>Fluently License</title>
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<div class="card">
|
10 |
+
<h1>Fluently Models License</h1>
|
11 |
+
<p><b>Based on <a href="https://raw.githubusercontent.com/CompVis/stable-diffusion/main/LICENSE">CreativeML OpenRAIL-m License</a></b></p>
|
12 |
+
<p>Familiarize yourself with the points of the license:</p>
|
13 |
+
<ul>
|
14 |
+
<li><p>You can earn money on images generated by the model</p></li>
|
15 |
+
<li><p>You can only mix this model with a link to this one</p></li>
|
16 |
+
|
17 |
+
</ul>
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
You can train your model on this one and post with a link to that model
|
24 |
+
|
25 |
+
You can earn money by selling your models based on this one with a link to this model
|
26 |
+
|
27 |
+
The author is not responsible for the images you generate
|
28 |
+
|
29 |
+
The author is not responsible for your mixes of this model
|
30 |
+
|
31 |
+
The author is not responsible for your models based on this model
|
32 |
+
|
33 |
+
This model refers to open source software
|
34 |
+
|
35 |
</div>
|
36 |
</body>
|
37 |
</html>
|