|
--- |
|
license: llama3.1 |
|
--- |
|
|
|
<style> |
|
.image-container { |
|
position: relative; |
|
display: inline-block; |
|
} |
|
|
|
.image-container img { |
|
display: block; |
|
border-radius: 10px; |
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); |
|
} |
|
|
|
.image-container::before { |
|
content: ""; |
|
position: absolute; |
|
top: 0px; |
|
left: 20px; |
|
width: calc(100% - 40px); |
|
height: calc(100%); |
|
background-image: url("https://cdn-uploads.huggingface.co/production/uploads/64f5e51289c121cb864ba464/O0FlWv4L8ZnehOGETw7qt.png"); |
|
background-size: cover; |
|
filter: blur(10px); |
|
z-index: -1; |
|
} |
|
</style> |
|
<br> |
|
|
|
<div class="image-container"> |
|
<img src="https://cdn-uploads.huggingface.co/production/uploads/64f5e51289c121cb864ba464/O0FlWv4L8ZnehOGETw7qt.png" style="width: 96%; margin: auto;" > |
|
</div> |
|
|
|
Some GGUF quants of [xxx777xxxASD/L3.1-ClaudeMaid-4x8B](https://huggingface.co/xxx777xxxASD/L3.1-ClaudeMaid-4x8B) |
|
|