Upload 2 files
Browse files
prior/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableCascadeUnet",
|
3 |
+
"_diffusers_version": "0.27.0.dev0",
|
4 |
+
"_name_or_path": "stabilityai/stable-cascade-prior",
|
5 |
+
"block_repeat": [
|
6 |
+
[
|
7 |
+
1,
|
8 |
+
1
|
9 |
+
],
|
10 |
+
[
|
11 |
+
1,
|
12 |
+
1
|
13 |
+
]
|
14 |
+
],
|
15 |
+
"blocks": [
|
16 |
+
[
|
17 |
+
8,
|
18 |
+
24
|
19 |
+
],
|
20 |
+
[
|
21 |
+
24,
|
22 |
+
8
|
23 |
+
]
|
24 |
+
],
|
25 |
+
"c_clip_img": 768,
|
26 |
+
"c_clip_seq": 4,
|
27 |
+
"c_clip_text": 1280,
|
28 |
+
"c_clip_text_pooled": 1280,
|
29 |
+
"c_cond": 2048,
|
30 |
+
"c_effnet": null,
|
31 |
+
"c_hidden": [
|
32 |
+
2048,
|
33 |
+
2048
|
34 |
+
],
|
35 |
+
"c_in": 16,
|
36 |
+
"c_out": 16,
|
37 |
+
"c_pixels": null,
|
38 |
+
"c_r": 64,
|
39 |
+
"dropout": [
|
40 |
+
0.1,
|
41 |
+
0.1
|
42 |
+
],
|
43 |
+
"kernel_size": 3,
|
44 |
+
"level_config": [
|
45 |
+
"CTA",
|
46 |
+
"CTA"
|
47 |
+
],
|
48 |
+
"nhead": [
|
49 |
+
32,
|
50 |
+
32
|
51 |
+
],
|
52 |
+
"patch_size": 1,
|
53 |
+
"self_attn": true,
|
54 |
+
"switch_level": [
|
55 |
+
false
|
56 |
+
],
|
57 |
+
"t_conds": [
|
58 |
+
"sca",
|
59 |
+
"crp"
|
60 |
+
]
|
61 |
+
}
|
prior/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc348c6ff112c51ac3e9ffeaa287931b8e3cab81b53e6f233911b72ccb272d0f
|
3 |
+
size 14356584672
|