wanghaofan
commited on
Commit
•
e637937
1
Parent(s):
9f87f0b
Upload 11 files
Browse files- .gitattributes +3 -0
- assets/cond1.png +0 -0
- assets/cond2.png +0 -0
- assets/cond3.png +0 -0
- assets/result1.png +0 -0
- assets/result2.png +0 -0
- assets/result3.png +0 -0
- assets/teaser1.png +3 -0
- assets/teaser2.png +3 -0
- assets/teaser3.png +3 -0
- config.json +19 -0
- diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
assets/teaser1.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
assets/teaser2.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
assets/teaser3.png filter=lfs diff=lfs merge=lfs -text
|
assets/cond1.png
ADDED
assets/cond2.png
ADDED
assets/cond3.png
ADDED
assets/result1.png
ADDED
assets/result2.png
ADDED
assets/result3.png
ADDED
assets/teaser1.png
ADDED
Git LFS Details
|
assets/teaser2.png
ADDED
Git LFS Details
|
assets/teaser3.png
ADDED
Git LFS Details
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FluxControlNetModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"_name_or_path": "/pfs/mt-BzjfJP/wanghaofan/workspace/flux/controlnet/flux-controlnet-depth-v1/checkpoint-50000/controlnet",
|
5 |
+
"attention_head_dim": 128,
|
6 |
+
"axes_dims_rope": [
|
7 |
+
16,
|
8 |
+
56,
|
9 |
+
56
|
10 |
+
],
|
11 |
+
"guidance_embeds": true,
|
12 |
+
"in_channels": 64,
|
13 |
+
"joint_attention_dim": 4096,
|
14 |
+
"num_attention_heads": 24,
|
15 |
+
"num_layers": 4,
|
16 |
+
"num_single_layers": 1,
|
17 |
+
"patch_size": 1,
|
18 |
+
"pooled_projection_dim": 768
|
19 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:952d6199f5677f9fabfc11372de42e0b79d5d2ac01f2d40aa0989f3fe58487d1
|
3 |
+
size 3186751144
|