Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,25 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
<h1 align="center"><strong style="font-size: 48px;">AniMixV9XL AnimeTV Mix</strong></h1>
|
5 |
AnimeTV/Screencap Fine-tuned Model's Based on AutismMixXL & PonyV6.
|
6 |
|
7 |
The model gives a stable, predictable result. Therefore, I recommend using seed with increasing the number of steeps when satisfied with the “draft” with a small number of steps.
|
8 |
-
But predictability and forecasting have
|
9 |
|
10 |
Keep in mind that the results between different versions of the model differ, although not significantly.
|
11 |
|
12 |
## Optimal Settings
|
13 |
-
- __Sampler__: Euler
|
14 |
|
15 |
- __Steps__: <span style="color:red">20-28</span> (min 12)
|
16 |
|
@@ -18,12 +27,12 @@ Keep in mind that the results between different versions of the model differ, al
|
|
18 |
|
19 |
- __Resolution__: <span style="color:red">768x1192, 832x1216</span>
|
20 |
|
21 |
-
|
22 |
```
|
23 |
score_9, score_8_up, score_7_up, BREAK source_anime, (Your Prompt)
|
24 |
```
|
25 |
|
26 |
-
|
27 |
```
|
28 |
bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, artist name, (zombie, sketch, interlocked fingers, comic), (Your Prompt)
|
29 |
```
|
@@ -43,13 +52,16 @@ Got a Big Buffer = `Anime Screencap` Putting it in Positive prompts = Even more
|
|
43 |
|
44 |
ADetailer & Hires.Fix
|
45 |
|
46 |
-
|
47 |
`Anime Screencap` Prompt = Buffer, (It's work without, But it's much Better with it if you want a Full AnimeTV Style).
|
48 |
|
49 |
At Beginning: `score_7_up`, `BREAK source_anime` (Combine it with Anime Screencap for Full AnimeTV Power).
|
50 |
|
51 |
Don't use negative prompts or Embedding that will deterior the Style.
|
52 |
|
|
|
|
|
|
|
53 |
### Source:
|
54 |
[civitai](https://civitai.com/models/454878/animixv9xl-animetv-mixscreencap)
|
55 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
- anime
|
10 |
+
- Pony Diffusion V6 XL
|
11 |
---
|
12 |
+
|
13 |
<h1 align="center"><strong style="font-size: 48px;">AniMixV9XL AnimeTV Mix</strong></h1>
|
14 |
AnimeTV/Screencap Fine-tuned Model's Based on AutismMixXL & PonyV6.
|
15 |
|
16 |
The model gives a stable, predictable result. Therefore, I recommend using seed with increasing the number of steeps when satisfied with the “draft” with a small number of steps.
|
17 |
+
But predictability and forecasting have a downside: the model is not flexible and is quite limited in variations.
|
18 |
|
19 |
Keep in mind that the results between different versions of the model differ, although not significantly.
|
20 |
|
21 |
## Optimal Settings
|
22 |
+
- __Sampler__: Euler a. (LCM+ Can Work too, just lower the steps and CFG)
|
23 |
|
24 |
- __Steps__: <span style="color:red">20-28</span> (min 12)
|
25 |
|
|
|
27 |
|
28 |
- __Resolution__: <span style="color:red">768x1192, 832x1216</span>
|
29 |
|
30 |
+
## Prompt:
|
31 |
```
|
32 |
score_9, score_8_up, score_7_up, BREAK source_anime, (Your Prompt)
|
33 |
```
|
34 |
|
35 |
+
## Negative Prompt:
|
36 |
```
|
37 |
bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, artist name, (zombie, sketch, interlocked fingers, comic), (Your Prompt)
|
38 |
```
|
|
|
52 |
|
53 |
ADetailer & Hires.Fix
|
54 |
|
55 |
+
## Trigger Word:
|
56 |
`Anime Screencap` Prompt = Buffer, (It's work without, But it's much Better with it if you want a Full AnimeTV Style).
|
57 |
|
58 |
At Beginning: `score_7_up`, `BREAK source_anime` (Combine it with Anime Screencap for Full AnimeTV Power).
|
59 |
|
60 |
Don't use negative prompts or Embedding that will deterior the Style.
|
61 |
|
62 |
+
### License
|
63 |
+
Apache-2.0
|
64 |
+
|
65 |
### Source:
|
66 |
[civitai](https://civitai.com/models/454878/animixv9xl-animetv-mixscreencap)
|
67 |
|