Commit
·
3a1e8db
1
Parent(s):
c732c2c
Release
Browse files- Ahnn-one-vaefix.inpainting.safetensors +3 -0
- Ahnn-one-vaefix.safetensors +3 -0
- Ahnn-one.inpainting.safetensors +3 -0
- Ahnn-one.safetensors +3 -0
- Images/chen-run.webp +0 -0
- Images/hatsune-spooku.webp +0 -0
- Images/night-blonde.webp +0 -0
- Images/not-chen.webp +0 -0
- Images/pink-sunflower.webp +0 -0
- README.md +138 -0
Ahnn-one-vaefix.inpainting.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:918ad14fb0627e5078fcb6a46cf3eb13864f91615e5be0319ebb84043af60634
|
3 |
+
size 2132704466
|
Ahnn-one-vaefix.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28ffb0d7c022bd3cb8a53d91f4219a88208a7c4d5ff4c3184571bf9e625a594d
|
3 |
+
size 2132626642
|
Ahnn-one.inpainting.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eabd172f435ce415c9b275cef472d970ead03ba02c672fccf84ed87184f39314
|
3 |
+
size 2132704434
|
Ahnn-one.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c25d1df6695b6a55008ebc8c70d55b8b58114045d7687a1943c0b374a5f186fb
|
3 |
+
size 2132626066
|
Images/chen-run.webp
ADDED
![]() |
Images/hatsune-spooku.webp
ADDED
![]() |
Images/night-blonde.webp
ADDED
![]() |
Images/not-chen.webp
ADDED
![]() |
Images/pink-sunflower.webp
ADDED
![]() |
README.md
CHANGED
@@ -1,3 +1,141 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
+
- anime
|
9 |
+
- stable-diffusion
|
10 |
+
library_name: safetensors
|
11 |
---
|
12 |
+
|
13 |
+
<style>
|
14 |
+
.custom-table {
|
15 |
+
table-layout: fixed;
|
16 |
+
width: 100%;
|
17 |
+
border-collapse: collapse;
|
18 |
+
margin-top: 2em;
|
19 |
+
}
|
20 |
+
.custom-table td {
|
21 |
+
width: 50%;
|
22 |
+
vertical-align: top;
|
23 |
+
padding: 10px;
|
24 |
+
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
|
25 |
+
}
|
26 |
+
.custom-image {
|
27 |
+
width: 100%;
|
28 |
+
height: auto;
|
29 |
+
object-fit: cover;
|
30 |
+
border-radius: 7px;
|
31 |
+
transition: transform .4s;
|
32 |
+
margin-bottom: 1em;
|
33 |
+
}
|
34 |
+
.custom-image:hover {
|
35 |
+
transform: scale(1.17);
|
36 |
+
}
|
37 |
+
stolen from Linaqruf readme for Animagine XL
|
38 |
+
</style>
|
39 |
+
|
40 |
+
<p align="center", style="font-size: 3.6rem; font-weight: bold">🎎 ・ Ahnn</p>
|
41 |
+
|
42 |
+
<p align="center", style="font-size: 1.3rem; "><strong>Hand drawn style model</strong></p>
|
43 |
+
|
44 |
+
<hr>
|
45 |
+
|
46 |
+
<table class="custom-table">
|
47 |
+
<tr>
|
48 |
+
<td>
|
49 |
+
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/not-chen.webp">
|
50 |
+
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/not-chen.webp" alt="Not Chen">
|
51 |
+
</a>
|
52 |
+
</td>
|
53 |
+
<td>
|
54 |
+
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/chen-run.webp">
|
55 |
+
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/chen-run.webp" alt="Chen Run">
|
56 |
+
</a>
|
57 |
+
</td>
|
58 |
+
<td>
|
59 |
+
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/hatsune-spooku.webp">
|
60 |
+
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/hatsune-spooku.webp" alt="Hatsune Spooku">
|
61 |
+
</a>
|
62 |
+
</td>
|
63 |
+
</tr>
|
64 |
+
</table>
|
65 |
+
|
66 |
+
<table class="custom-table">
|
67 |
+
<tr>
|
68 |
+
<td>
|
69 |
+
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/night-blonde.webp">
|
70 |
+
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/night-blonde.webp" alt="Night Blonde">
|
71 |
+
</a>
|
72 |
+
</td>
|
73 |
+
<td>
|
74 |
+
<a href="https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Images/pink-sunflower.webp">
|
75 |
+
<img class="custom-image" src="https://huggingface.co/AshtakaOOf/Ahnn/resolve/main/Images/pink-sunflower.webp" alt="Pink Sunflower">
|
76 |
+
</a>
|
77 |
+
</td>
|
78 |
+
</tr>
|
79 |
+
</table>
|
80 |
+
|
81 |
+
<p align="center", style="font-size: 1.6rem; "><strong>↑ Ahnn One</strong></p>
|
82 |
+
|
83 |
+
# 🖍️ ⧽ 2D Hand drawn style oriented SD 1.x checkpoint
|
84 |
+
|
85 |
+
This was originally supposed to be Amedira bV4 but then aV and in the end its own model.
|
86 |
+
It's very much overfitted and adds giant eyelashes in my opinion.
|
87 |
+
I like the vibe it has so I'm sharing it and will maybe improve it later.
|
88 |
+
|
89 |
+
<hr>
|
90 |
+
|
91 |
+
## 🔖 ⧽ Downloads
|
92 |
+
|
93 |
+
- [Ahnn One original](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one.safetensors)
|
94 |
+
- [Ahnn One inpainting](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one.inpainting.safetensors)
|
95 |
+
- [Ahnn One vaefix](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one-vaefix.safetensors)
|
96 |
+
- [Ahnn One vaefix inpainting](https://huggingface.co/AshtakaOOf/Ahnn/blob/main/Ahnn-one-vaefix.inpainting.safetensors)
|
97 |
+
<hr>
|
98 |
+
|
99 |
+
# 📖 ⧽ Usage
|
100 |
+
|
101 |
+
#### Positive prompt
|
102 |
+
**Add the following string of text to the start of your prompts.**
|
103 |
+
```
|
104 |
+
sle, masterpiece, detailed background, mksks style,
|
105 |
+
```
|
106 |
+
You can add this next string to get a flat shading style. (work **90%** of the time)
|
107 |
+
```
|
108 |
+
(flat color, pastel style, black outlines:1.2), sketch,
|
109 |
+
```
|
110 |
+
You can add the following for a more graphite drawing style. (work **70%** of the time)
|
111 |
+
```
|
112 |
+
monochrome, (drawing, paper, graphite \(medium\):1.2), traditional media, sketch,
|
113 |
+
```
|
114 |
+
It's also possible to get a more 3d wlop style with. (**WIP**)
|
115 |
+
```
|
116 |
+
(3d, realistic, wlop:1.2),
|
117 |
+
```
|
118 |
+
|
119 |
+
#### Negative prompt
|
120 |
+
I usually use this but will update soon hopefully
|
121 |
+
```
|
122 |
+
(worst quality, low quality:1.2), [an10:fcNeg-neg:8], (etone:0.4),
|
123 |
+
nsfw, lowres, bad hands, bad anatomy, watermark,
|
124 |
+
```
|
125 |
+
`negative_hand-neg` isn't needed but can be added before etone
|
126 |
+
|
127 |
+
#### 🗂️ ⧽ Embeddings Downloads
|
128 |
+
|
129 |
+
- [**fcNeg-neg**](https://civitai.com/models/81575), [Direct download](https://civitai.com/api/download/models/97691?type=Negative&format=Other)
|
130 |
+
- [**an10**](https://civitai.com/models/58726), [Direct download](https://civitai.com/api/download/models/144998?type=Model&format=PickleTensor)
|
131 |
+
- [**negative_hand-neg**](https://civitai.com/models/56519), [Direct download](https://civitai.com/api/download/models/60938?type=Negative&format=Other)
|
132 |
+
- [**etone**](https://cdn.discordapp.com/attachments/1019446913268973689/1126669053105287279/etone.safetensors) by closertodeath
|
133 |
+
|
134 |
+
#### 🎞️ ⧽ VAE
|
135 |
+
The vaefix version doesn't need a VAE override otherwise use the VAE below
|
136 |
+
- [**WD 1.4 Blessed09**](https://huggingface.co/NoCrypt/resources/resolve/main/VAE/wd-blessed09.vae.safetensors) (kl-f8-anime2 but blessed down)
|
137 |
+
|
138 |
+
<hr>
|
139 |
+
|
140 |
+
# 🥁 ⧽ Credits/Recipe
|
141 |
+
- **WIP**
|