Upload folder using huggingface_hub
Browse files- config.json +22 -0
- diffusion_pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"patch_size": 1,
|
3 |
+
"in_channels": 16,
|
4 |
+
"num_layers": 4,
|
5 |
+
"num_single_layers": 4,
|
6 |
+
"attention_head_dim": 96,
|
7 |
+
"num_attention_heads": 24,
|
8 |
+
"joint_attention_dim": 4096,
|
9 |
+
"pooled_projection_dim": null,
|
10 |
+
"guidance_embeds": false,
|
11 |
+
"axes_dims_rope": [
|
12 |
+
0,
|
13 |
+
48,
|
14 |
+
48
|
15 |
+
],
|
16 |
+
"rope_theta": 10000,
|
17 |
+
"time_theta": 10000,
|
18 |
+
"_class_name": "BriaTransformer2DModel",
|
19 |
+
"_diffusers_version": "0.32.2",
|
20 |
+
"_name_or_path": "briaai/BRIA-3.1",
|
21 |
+
"num_mode": 6
|
22 |
+
}
|
diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4a49fabc1ebe0016b4a2b8f0f080209876a3898a54e3311bac782d5844f1b4
|
3 |
+
size 4564966057
|