Update README.md
Browse files
README.md
CHANGED
@@ -4,23 +4,36 @@
|
|
4 |
{}
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
## Model: Anything v4.5
|
12 |
-
|
13 |
-
Has the following properties
|
14 |
- Included: vae
|
15 |
- Half-precision floating point format: fp16
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{}
|
5 |
---
|
6 |
|
7 |
+
# Model: Anything v4.5
|
8 |
|
9 |
+
Has the following properties:
|
|
|
|
|
|
|
|
|
10 |
- Included: vae
|
11 |
- Half-precision floating point format: fp16
|
12 |
|
13 |
+
# Model Sample Outputs
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
<img src="https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%201.png" alt="Vampire" width="300" height="300" style="display:inline-block;">
|
17 |
+
<img src="https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%202.png" alt="Vampire" width="300" height="300" style="display:inline-block;">
|
18 |
+
<img src="https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%203.png" alt="Vampire" width="300" height="300" style="display:inline-block;">
|
19 |
+
<img src="https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%204.png" alt="Vampire" width="300" height="300" style="display:inline-block;">
|
20 |
+
</p>
|
21 |
+
|
22 |
+
Output Information:
|
23 |
+
- Prompt:
|
24 |
+
```
|
25 |
+
beautiful, masterpiece, black dress, black hair, red eyes, pale, 1girl, stunning, black collar choker, jeweled earrings
|
26 |
+
```
|
27 |
+
- Negative Prompt:
|
28 |
+
```
|
29 |
+
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, nsfw
|
30 |
+
```
|
31 |
+
- Setup:
|
32 |
+
```
|
33 |
+
Steps: 30, Sampler: DPM++ 2M Karras, CFG scale: 11, Size: 512x512
|
34 |
+
```
|
35 |
+
|
36 |
+
# Model Sources
|
37 |
+
|
38 |
+
- **Original FP16 Model:** [https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.5-pruned-fp16.ckpt](https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.5-pruned-fp16.ckpt)
|
39 |
+
- **vae swap:** [https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.0.vae.pt](https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.0.vae.pt)
|