License / index.html
ehristoforu's picture
Update index.html
dd29344 verified
raw
history blame
No virus
1.43 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Fluently License</title>
</head>
<body>
<div class="card">
<h1>Fluently Models License</h1>
<p><b>Based on <a href="https://raw.githubusercontent.com/CompVis/stable-diffusion/main/LICENSE", target="_blank">CreativeML OpenRAIL-m License</a></b></p>
<p>Familiarize yourself with the points of the license:</p>
<p><i>(You can):</i></p>
<ul>
<li><p>You can earn money on images generated by the model</p></li>
<li><p>You can only mix this model with a link to this one</p></li>
<li><p>You can train your model on this one and post with a link to that model</p></li>
</ul>
<p><i>(The author):</i></p>
<ul>
<li><p>The author is not responsible for the images you generate</p></li>
<li><p>The author is not responsible for your mixes of this model</p></li>
<li><p>The author is not responsible for your models based on this model</p></li>
</ul>
<p><i>(This models):</i></p>
<ul>
<li><p>This models refers to open source software</p></li>
</ul>
</div>
</body>
</html>