|
--- |
|
license: creativeml-openrail-m |
|
language: |
|
- en |
|
pipeline_tag: text-to-image |
|
tags: |
|
- art |
|
- anime |
|
- stable-diffusion |
|
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.8) 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> |
|
|
|
<h1 class="title"> |
|
<span>β 218xl β</span> |
|
</h1> |
|
<table class="custom-table"> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb1.png" alt="sample1"> |
|
<img class="hover-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb3.png" alt="Second Image"> |
|
</div> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb2.png" alt="sample4"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb3.png" alt="sample2"> |
|
</div> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb4.png" alt="sample3"> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb5.png" alt="sample1"> |
|
</div> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/Enferlain/218xl/resolve/main/images/218xlb6.png" alt="sample4"> |
|
</div> |
|
</td> |
|
</tr> |
|
</table> |
|
|
|
# β 218 -- 6 months later |
|
|
|
Continuation of what I loved about the first model, with updated ingredients and method of merging, that is Bayesian merging with manual scoring with samples generated with my LoRA. |
|
|
|
In addition, I added one of [Aha's](https://huggingface.co/AshtakaOOf/Amedira) models into the mix, specifically cV, because I really enjoyed the Counterfeit aesthetics. |
|
|
|
And so, this is what I got. I have been using it as my main 1.5 model. |
|
|
|
<hr> |
|
|
|
<details id="Dropdown"> |
|
<summary style="font-size: 1.10em"><strong>π Changelogs </strong> (click to open the dropdown)</summary> |
|
|
|
### 11 26 2023 |
|
- Yoinked layout |
|
- Added images |
|
- Uploaded 218v2 |
|
|
|
</details> |
|
<hr> |
|
|
|
# β Usage |
|
|
|
Amedira cV rules should apply here, so you can make use of "sle" and "mksks style" in the prompt, although I never rigorously tested whether or not they function properly. |
|
|
|
I use clip skip 2 and DPM++2M Karras, steps 20 |
|
|
|
But ultimately whatever you want. I've used 7+ negative embeds, but it's all preference. 0 works just as well. |
|
|
|
Yoinked links from Amedira: |
|
|
|
#### Embeddings Downloads |
|
|
|
- [**fcNeg-neg**](https://civitai.com/models/81575), [Direct download](https://civitai.com/api/download/models/97691?type=Negative&format=Other) |
|
- [**an10**](https://civitai.com/models/58726), [Direct download](https://civitai.com/api/download/models/144998?type=Model&format=PickleTensor) |
|
- [**negative_hand-neg**](https://civitai.com/models/56519), [Direct download](https://civitai.com/api/download/models/60938?type=Negative&format=Other) |
|
- [**etone**](https://cdn.discordapp.com/attachments/1019446913268973689/1126669053105287279/etone.safetensors) by closertodeath |
|
|
|
#### VAE |
|
- [**WD 1.4 Blessed09**](https://huggingface.co/NoCrypt/resources/resolve/main/VAE/wd-blessed09.vae.safetensors) (kl-f8-anime2 but blessed down) |
|
- [**WD 1.4**](https://huggingface.co/NoCrypt/resources/blob/main/VAE_FP16/wd-fp16.vae.safetensors) (kl-f8-anime2) |
|
|
|
# β Credits |
|
|
|
- Checkpoints |
|
- [**CetusMix WhaleFall v2**](https://civitai.com/models/6755/cetus-mix) |
|
- [**OrangeMixs AOM2h**](https://huggingface.co/WarriorMama777/OrangeMixs#abyssorangemix2_hard-aom2h) |
|
- [**OrangeMixs AOM3A3**](https://huggingface.co/WarriorMama777/OrangeMixs#aom3a3) |
|
- [**Amedira cV**](https://huggingface.co/AshtakaOOf/Amedira/blob/main/Amedira-cV.safetensors) |
|
|
|
- Tools |
|
- [**Bayesian merger by s1dlx**](https://github.com/s1dlx/sd-webui-bayesian-merger/) |
|
|
|
## β Legal deez |
|
``` |
|
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. |
|
``` |