|
--- |
|
license: other |
|
license_name: faipl-1.0-sd |
|
license_link: https://freedevproject.org/faipl-1.0-sd/ |
|
language: |
|
- ja |
|
pipeline_tag: text-to-image |
|
--- |
|
<style> |
|
|
|
body { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
height: 100vh; |
|
margin: 0; |
|
font-family: Arial, sans-serif; |
|
background-color: #f4f4f9; |
|
overflow: auto; |
|
} |
|
|
|
.container { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
justify-content: center; |
|
width: 100%; |
|
padding: 20px; |
|
} |
|
|
|
.title-container { |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
align-items: center; |
|
padding: 1em; |
|
border-radius: 10px; |
|
} |
|
|
|
.title { |
|
font-size: 3em; |
|
font-family: 'Montserrat', sans-serif; |
|
text-align: center; |
|
font-weight: bold; |
|
} |
|
|
|
.title span { |
|
background: -webkit-linear-gradient(45deg, #D08FC0, #D2165B, #E49E1F); |
|
-webkit-background-clip: text; |
|
-webkit-text-fill-color: transparent; |
|
} |
|
|
|
.gallery { |
|
display: grid; |
|
grid-template-columns: repeat(5, 1fr); |
|
gap: 10px; |
|
} |
|
|
|
.gallery img { |
|
width: 100%; |
|
height: auto; |
|
margin-top: 0px; |
|
margin-bottom: 0px; |
|
border-radius: 10px; |
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); |
|
transition: transform 0.3s; |
|
} |
|
|
|
.gallery img:hover { |
|
transform: scale(1.05); |
|
} |
|
|
|
.note { |
|
font-size: 1em; |
|
opacity: 50%; |
|
text-align: center; |
|
margin-top: 20px; |
|
color: #555; |
|
} |
|
|
|
</style> |
|
|
|
<div class="container"> |
|
<div class="title-container"> |
|
<div class="title"><span>ใใผใใจใใใ
_ใคใใใ</span></div> |
|
</div> |
|
|
|
|
|
# ใใฐใใใจใใใงใ |
|
## ใใงใใญใใผใ:ใใผใใจใใใ
_ใคใใใ |
|
- ใใฎใใใใงใใใใใคใใฎใใงใใ
ใใผใใตใใใใกใ
ใผใซใใใใใใงใใ
ใ ใใ |
|
1. Kivotos-XL-2.0<br>https://huggingface.co/yodayo-ai/kivotos-xl-2.0 |
|
|
|
|
|
# ใใใใใLICENSE |
|
|
|
ใใฎใขใใซใฏ Fair AI Public License 1.0-SD ใฉใคใปใณใน ใซใใใใฃใฆใใพใใใใใฏ Stable Diffusion ใขใใซใฎใฉใคใปใณใน ใจใ ใใใใใฎใใงใใ |
|
ใใใใใชใใคใณใใฏ: |
|
|
|
ใธใใใ
ใใฎใใใใใ: ใใใใฎใขใใซใใธใใใใใใใใใฎใธใใใใจ ใใจใฎใฉใคใปใณในใฏใใฃใใใซใใฆใญใ |
|
ใฝใผในใณใผใใฎใฆใใใใ: ใใใธใใใใใใใใผใธใงใณใใใใใฏใผใฏใงใขใฏใปในใงใใใชใใใปใใฎใฒใจใใฝใผในใณใผใใใฆใซใใใใปใใปใ๏ผใใจใใฐใใฆใณใญใผใใชใณใฏ๏ผใ ใฆใใใใใใฆใญใใใใฏใใใใใใใใใใใใใใงใใ
ใใใชใใ ใใ |
|
ใฏใใถใใฎใใใใใ: ใฉใใชใฏใใถใใใใฎใฉใคใปใณในใใใใไผผใใใใใใฎใใ ใปใใฎใฉใคใปใณในใงใใฃใฆใญใ |
|
|
|
ใใใถใ |
|
|
|
- The model falls under [Fair AI Public License 1.0-SD license](https://freedevproject.org/faipl-1.0-sd/), which is compatible with [Stable Diffusion modelsโ license](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md). Key points: |
|
|
|
1. Modification Sharing: If you modify the model, you must share both your changes and the original license. |
|
2. Source Code Accessibility: If your modified version is network-accessible, provide a way (like a download link) for others to get the source code. This applies to derived models too. |
|
3. Distribution Terms: Any distribution must be under this license or another with similar rules. |
|
|
|
|