|
--- |
|
license: creativeml-openrail-m |
|
language: |
|
- en |
|
pipeline_tag: text-to-image |
|
tags: |
|
- art |
|
- anime |
|
- stable-diffusion |
|
- SD1.5 |
|
library_name: safetensors |
|
--- |
|
<style> |
|
.title-container { |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
height: 100vh; /* Adjust this value to position the title vertically */ |
|
} |
|
|
|
.title { |
|
font-size: 2.5em; |
|
text-align: center; |
|
color: #d6767f; |
|
font-family: 'Roboto', sans-serif; |
|
text-transform: uppercase; |
|
letter-spacing: 0.11em; |
|
padding: 0.218em 0; |
|
background: transparent; |
|
} |
|
|
|
.title span { |
|
background: -webkit-linear-gradient(69deg, #130c28, #2a4aee); |
|
-webkit-background-clip: text; |
|
-webkit-text-fill-color: transparent; |
|
} |
|
|
|
.custom-table { |
|
table-layout: fixed; |
|
width: 100%; |
|
border-collapse: collapse; |
|
margin-top: 2em; |
|
} |
|
|
|
.custom-table td { |
|
width: 50%; |
|
vertical-align: top; |
|
padding: 10px; |
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); |
|
} |
|
.custom-image-container { |
|
position: relative; |
|
width: 100%; |
|
margin-bottom: 0em; |
|
overflow: hidden; |
|
border-radius: 10px; |
|
transition: transform .7s; |
|
/* Smooth transition for the container */ |
|
} |
|
.custom-image-container:hover { |
|
transform: scale(1.05); |
|
/* Scale the container on hover */ |
|
} |
|
.custom-image-container:hover .custom-image { |
|
opacity: 0 |
|
} |
|
.custom-image-container:hover |
|
.hover-image { |
|
opacity: 1; |
|
} |
|
.custom-image { |
|
width: 100%; |
|
height: auto; |
|
object-fit: cover; |
|
border-radius: 10px; |
|
transition: transform .7s, opacity .5s; |
|
margin-bottom: 0em; |
|
} |
|
.hover-image { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
opacity: 0; |
|
transition: opacity .5s; |
|
} |
|
|
|
.nsfw-filter { |
|
filter: blur(8px); /* Apply a blur effect */ |
|
transition: filter 0.3s ease; /* Smooth transition for the blur effect */ |
|
} |
|
.custom-image-container:hover .nsfw-filter { |
|
filter: none; /* Remove the blur effect on hover */ |
|
} |
|
|
|
.overlay { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
color: white; |
|
width: 100%; |
|
height: 40%; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
align-items: center; |
|
font-size: 1vw; |
|
font-style: bold; |
|
text-align: center; |
|
opacity: 0; |
|
/* Keep the text fully opaque */ |
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%); |
|
transition: opacity .5s; |
|
} |
|
.custom-image-container:hover .overlay { |
|
opacity: 1; |
|
/* Make the overlay always visible */ |
|
} |
|
.overlay-text { |
|
background: linear-gradient(45deg, #130c28, #ca76e2); |
|
-webkit-background-clip: text; |
|
color: transparent; |
|
/* Fallback for browsers that do not support this effect */ |
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); |
|
/* Enhanced text shadow for better legibility */ |
|
|
|
.overlay-subtext { |
|
font-size: 0.75em; |
|
margin-top: 0.5em; |
|
font-style: italic; |
|
} |
|
|
|
.overlay, |
|
.overlay-subtext { |
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); |
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
<table class="custom-table"> |
|
<h1 class="title"> |
|
<span>β GENERATION β</span> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/1.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/2.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/3.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
</tr> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/4.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/5.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/6.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
</tr> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/7.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/8.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/imgs/9.png" alt="sample2"> |
|
</div> |
|
</div> |
|
</td> |
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1 class="title"> |
|
<span>β Animation β</span> |
|
</h1> |
|
<table class="custom-table"> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="custom-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch1.png" alt="sample2"> |
|
<img class="hover-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch1.gif" alt="sampleb2"> |
|
<div class="overlay" style="font-size: 1vw; font-style: bold;"> Purple Moon <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"ComfyUI"</div></div> |
|
</div> |
|
</div> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="custom-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch2.png" alt="sample6"> |
|
<img class="hover-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch2.gif" alt="sampleb6"> |
|
<div class="overlay" style="font-size: 1vw; font-style: bold;"> Saphire <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"ComfyUI"</div></div> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="custom-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch3.png" alt="sample3"> |
|
<img class="hover-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch3.gif" alt="sampleb3"> |
|
<div class="overlay" style="font-size: 1vw; font-style: bold;"> Golden Demon <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"ComfyUI"</div></div> |
|
</div> |
|
</div> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="custom-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch4.png" alt="sample4"> |
|
<img class="hover-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch4.gif" alt="sampleb4"> |
|
<div class="overlay" style="font-size: 1vw; font-style: bold;"> Fox savior <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"ComfyUI"</div></div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="custom-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch6.png" alt="sample5"> |
|
<img class="hover-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch6.gif" alt="sampleb5"> |
|
<div class="overlay" style="font-size: 1vw; font-style: bold;"> Witchard <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"ComfyUI"</div></div> |
|
</div> |
|
</div> |
|
<div class="custom-image-container"> |
|
<div class="image-wrapper"> |
|
<img class="custom-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch7.png" alt="sample6"> |
|
<img class="hover-image" src="https://huggingface.co/lylogummy/bunny4spoon/resolve/main/vids/batch7.gif" alt="sampleb6"> |
|
<div class="overlay" style="font-size: 1vw; font-style: bold;"> Nurture <div class="overlay-subtext" style="font-size: 0.75em; font-style: italic;">"ComfyUI"</div></div> |
|
</div> |
|
</td> |
|
</tr> |
|
</table> |
|
<p align="center", style="font-size: 4.2rem; font-style:bold"><strong><a></strong> Download</a></p> |
|
|
|
# β Bunny 4 Spoon is the 4th iteration of the Bunny model series |
|
|
|
Trained on proprietary custom made LoRAs for a cumulative 200 epochs and finetuned on my own 2k [not NAI v3] dataset, Bunny 4 Spoon improves on the bunny formula and brings improvements on all fronts. I've been working on this model for over 3 months now and while I still have some beta models locally, I thought I'd upload this for you to test out. Cheers |
|
<hr> |
|
|
|
<details id="Dropdown"> |
|
<summary style="font-size: 1.10em"><strong> Changelogs </strong> (click to open the dropdown)</summary> |
|
|
|
### 12 21 2023 |
|
- Repo added |
|
- Model release |
|
|
|
</details> |
|
<hr> |
|
|
|
# β Usage |
|
|
|
Still working out the details but should be the same as Bunny 3. |
|
|
|
#### Embeddings Downloads |
|
|
|
- [**tobeadded**](https://civitai.com/models/), [Direct download](https://civitai.com/api/) |
|
|
|
#### VAE |
|
- [**clearvae_vae**](https://civitai.com/models/22354/clearvae), [Direct download](https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/837489/clearvaeV23.y8o0.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22clearvae_v23.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20231221/us-east-1/s3/aws4_request&X-Amz-Date=20231221T060935Z&X-Amz-SignedHeaders=host&X-Amz-Signature=79a62fe2e6c689d9b8c322c96d668148d488b59e94cabbf8783ce0ef88e9926f) |
|
|
|
# β Credits |
|
|
|
- Imi for the great layout |
|
- [**imi**](https://huggingface.co/Enferlain) |
|
|
|
- Tools |
|
- [**Bayesian merger by s1dlx**](https://github.com/s1dlx/sd-webui-bayesian-merger/) |
|
- [**LoRA_Easy_Training_Scripts by Derrian**](https://github.com/derrian-distro/LoRA_Easy_Training_Scripts) |
|
|
|
## β Legal |
|
``` |
|
You are free to use this model locally but |
|
1. You aren't allowed to redistribute on another platform. (like CivitAI or Tensor.Art) |
|
2. I am not responsible for how this model is used to generate images. |
|
3. You may use this model or derivates/mixes comercially but you must attach a link to my Patreon https://www.patreon.com/JuixyLov on all sales |
|
``` |