Azher commited on
Commit
e0cc267
·
1 Parent(s): eb14c27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -16
README.md CHANGED
@@ -4,23 +4,36 @@
4
  {}
5
  ---
6
 
7
- # Archive
8
 
9
- This is intended for archive purposes
10
-
11
- ## Model: Anything v4.5
12
-
13
- Has the following properties
14
  - Included: vae
15
  - Half-precision floating point format: fp16
16
 
17
- ## Model Sources
18
-
19
- - **Original FP16 Model:** https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.5-pruned-fp16.ckpt
20
- - **vae swap:** https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.0.vae.pt
21
-
22
- ## Model Sample Outputs
23
-
24
- ![test](https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%201.png)
25
- ![test](https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%202.png)
26
- ![test](https://huggingface.co/Azher/Anything-v4.5-vae-fp16-diffuser/resolve/main/Image%203.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)