Ahnn / README.md
AshtakaOOf's picture
Release
3a1e8db
|
raw
history blame
No virus
4.83 kB
---
license: creativeml-openrail-m
language:
- en
pipeline_tag: text-to-image
tags:
- art
- anime
- stable-diffusion
library_name: safetensors
---
<style>
.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 10px 0px rgba(0,0,0,0.15);
}
.custom-image {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 7px;
transition: transform .4s;
margin-bottom: 1em;
}
.custom-image:hover {
transform: scale(1.17);
}
stolen from Linaqruf readme for Animagine XL
</style>
<p align="center", style="font-size: 3.6rem; font-weight: bold">🎎 ・ Ahnn</p>
<p align="center", style="font-size: 1.3rem; "><strong>Hand drawn style model</strong></p>
<hr>
<table class="custom-table">
<tr>
<td>
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/not-chen.webp">
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/not-chen.webp" alt="Not Chen">
</a>
</td>
<td>
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/chen-run.webp">
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/chen-run.webp" alt="Chen Run">
</a>
</td>
<td>
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/hatsune-spooku.webp">
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/hatsune-spooku.webp" alt="Hatsune Spooku">
</a>
</td>
</tr>
</table>
<table class="custom-table">
<tr>
<td>
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/night-blonde.webp">
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/night-blonde.webp" alt="Night Blonde">
</a>
</td>
<td>
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/pink-sunflower.webp">
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/pink-sunflower.webp" alt="Pink Sunflower">
</a>
</td>
</tr>
</table>
<p align="center", style="font-size: 1.6rem; "><strong>↑ Ahnn One</strong></p>
# πŸ–οΈ ⧽ 2D Hand drawn style oriented SD 1.x checkpoint
This was originally supposed to be Amedira bV4 but then aV and in the end its own model.
It's very much overfitted and adds giant eyelashes in my opinion.
I like the vibe it has so I'm sharing it and will maybe improve it later.
<hr>
## πŸ”– ⧽ Downloads
- [Ahnn One original](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one.safetensors)
- [Ahnn One inpainting](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one.inpainting.safetensors)
- [Ahnn One vaefix](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one-vaefix.safetensors)
- [Ahnn One vaefix inpainting](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one-vaefix.inpainting.safetensors)
<hr>
# πŸ“– ⧽ Usage
#### Positive prompt
**Add the following string of text to the start of your prompts.**
```
sle, masterpiece, detailed background, mksks style,
```
You can add this next string to get a flat shading style. (work **90%** of the time)
```
(flat color, pastel style, black outlines:1.2), sketch,
```
You can add the following for a more graphite drawing style. (work **70%** of the time)
```
monochrome, (drawing, paper, graphite \(medium\):1.2), traditional media, sketch,
```
It's also possible to get a more 3d wlop style with. (**WIP**)
```
(3d, realistic, wlop:1.2),
```
#### Negative prompt
I usually use this but will update soon hopefully
```
(worst quality, low quality:1.2), [an10:fcNeg-neg:8], (etone:0.4),
nsfw, lowres, bad hands, bad anatomy, watermark,
```
`negative_hand-neg` isn't needed but can be added before etone
#### πŸ—‚οΈ ⧽ 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
The vaefix version doesn't need a VAE override otherwise use the VAE below
- [**WD 1.4 Blessed09**](https://huggingface.co/NoCrypt/resources/resolve/main/VAE/wd-blessed09.vae.safetensors) (kl-f8-anime2 but blessed down)
<hr>
# πŸ₯ ⧽ Credits/Recipe
- **WIP**