updated
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
@@ -5,16 +6,19 @@ license: unknown
|
|
5 |
|
6 |
PCIA means, '***P*er *C*reare con l'*I*ntelligenza *A*rtificiale**'.
|
7 |
|
8 |
-
Model List
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
-
|
18 |
|
19 |
- Stable Diffusion is using under specific license and rules by original creator: [Official Infos](https://huggingface.co/blog/stable_diffusion)
|
20 |
|
|
|
1 |
+
|
2 |
---
|
3 |
license: unknown
|
4 |
---
|
|
|
6 |
|
7 |
PCIA means, '***P*er *C*reare con l'*I*ntelligenza *A*rtificiale**'.
|
8 |
|
9 |
+
**Model List**
|
10 |
+
- *Checkpoint*
|
11 |
+
1. pcia-a1.ckpt: *NAI Animefull-latest*
|
12 |
+
2. pcia-c1.ckpt: *Stable Diffusion 1.5 pruned w/ hypernetwork studying*
|
13 |
+
3. pcia-e1.ckpt: *Berry Mix*
|
14 |
+
|
15 |
+
- *Safetensors*
|
16 |
+
1. pcia_animefinal_pruned.safetensors: *NAI Animefinal-pruned*
|
17 |
+
1. pcia_sd1_5_wo.safetensors: *Stable Diffusion 1.5 pruned w/o hypernetwork studying*
|
18 |
+
1. pcia_anything3_0.safetensors: *Anything 3.0 w/ hypernetwork studying*
|
19 |
+
1. pcia_blossom.safetensors: *Blossom Mix*
|
20 |
|
21 |
+
**Note**
|
22 |
|
23 |
- Stable Diffusion is using under specific license and rules by original creator: [Official Infos](https://huggingface.co/blog/stable_diffusion)
|
24 |
|