Vincent-luo
commited on
Commit
•
aa7cd4f
1
Parent(s):
fcacb91
Upload folder using huggingface_hub
Browse files- config.json +33 -0
- diffusion_flax_model.msgpack +3 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlaxControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"attention_head_dim": 8,
|
5 |
+
"block_out_channels": [
|
6 |
+
320,
|
7 |
+
640,
|
8 |
+
1280,
|
9 |
+
1280
|
10 |
+
],
|
11 |
+
"conditioning_embedding_out_channels": [
|
12 |
+
16,
|
13 |
+
32,
|
14 |
+
96,
|
15 |
+
256
|
16 |
+
],
|
17 |
+
"controlnet_conditioning_channel_order": "rgb",
|
18 |
+
"cross_attention_dim": 768,
|
19 |
+
"down_block_types": [
|
20 |
+
"CrossAttnDownBlock2D",
|
21 |
+
"CrossAttnDownBlock2D",
|
22 |
+
"CrossAttnDownBlock2D",
|
23 |
+
"DownBlock2D"
|
24 |
+
],
|
25 |
+
"dropout": 0.0,
|
26 |
+
"flip_sin_to_cos": true,
|
27 |
+
"freq_shift": 0,
|
28 |
+
"in_channels": 4,
|
29 |
+
"layers_per_block": 2,
|
30 |
+
"only_cross_attention": false,
|
31 |
+
"sample_size": 32,
|
32 |
+
"use_linear_projection": false
|
33 |
+
}
|
diffusion_flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be564b89569a73cd43fee0b72999b1f03357c5f55d52280352c5a485dece6b7c
|
3 |
+
size 1445128798
|