Upload folder using huggingface_hub
Browse files- checkpoint-18000/controlnet/config.json +54 -0
- checkpoint-18000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-18000/optimizer.bin +3 -0
- checkpoint-18000/random_states_0.pkl +3 -0
- checkpoint-18000/scaler.pt +3 -0
- checkpoint-18000/scheduler.bin +3 -0
- config.json +1 -1
- diffusion_pytorch_model.safetensors +1 -1
checkpoint-18000/controlnet/config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"_name_or_path": "dscnfttil-test/checkpoint-16000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": 8,
|
10 |
+
"block_out_channels": [
|
11 |
+
320,
|
12 |
+
640,
|
13 |
+
1280
|
14 |
+
],
|
15 |
+
"class_embed_type": null,
|
16 |
+
"conditioning_channels": 3,
|
17 |
+
"conditioning_embedding_out_channels": [
|
18 |
+
16,
|
19 |
+
32,
|
20 |
+
96,
|
21 |
+
256
|
22 |
+
],
|
23 |
+
"controlnet_conditioning_channel_order": "rgb",
|
24 |
+
"cross_attention_dim": 768,
|
25 |
+
"down_block_types": [
|
26 |
+
"DownBlock2D",
|
27 |
+
"CrossAttnDownBlock2D",
|
28 |
+
"CrossAttnDownBlock2D"
|
29 |
+
],
|
30 |
+
"downsample_padding": 1,
|
31 |
+
"encoder_hid_dim": null,
|
32 |
+
"encoder_hid_dim_type": null,
|
33 |
+
"flip_sin_to_cos": true,
|
34 |
+
"freq_shift": 0,
|
35 |
+
"global_pool_conditions": false,
|
36 |
+
"in_channels": 4,
|
37 |
+
"layers_per_block": 1,
|
38 |
+
"mid_block_scale_factor": 1,
|
39 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_attention_heads": null,
|
43 |
+
"num_class_embeds": null,
|
44 |
+
"only_cross_attention": [
|
45 |
+
true,
|
46 |
+
false,
|
47 |
+
false
|
48 |
+
],
|
49 |
+
"projection_class_embeddings_input_dim": null,
|
50 |
+
"resnet_time_scale_shift": "default",
|
51 |
+
"transformer_layers_per_block": 1,
|
52 |
+
"upcast_attention": false,
|
53 |
+
"use_linear_projection": false
|
54 |
+
}
|
checkpoint-18000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cecb22d5fbe5dd40f2db4d44197d90b974dc92fdc9d2ca1fbe647c3d86ae965c
|
3 |
+
size 746225824
|
checkpoint-18000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52bf5fa8e1d72196503dc7dca5b882fb05f35574ee927f53e465ae816fa33aef
|
3 |
+
size 379791162
|
checkpoint-18000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b968770ab231064ba2abefa65b9fe3dbb23a479d702718e015f0829eff0cea4e
|
3 |
+
size 14344
|
checkpoint-18000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0984c99dbb9ca05cb4f6b98e732346e699ebebed0113292dd234b2ff5a7ae120
|
3 |
+
size 988
|
checkpoint-18000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98d072190cc8c5028ee03775ee174a6ab95263f1098e89856fc9218599cd81b2
|
3 |
+
size 1000
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "ControlNetModel",
|
3 |
"_diffusers_version": "0.32.0.dev0",
|
4 |
-
"_name_or_path": "dscnfttil-test/checkpoint-
|
5 |
"act_fn": "silu",
|
6 |
"addition_embed_type": null,
|
7 |
"addition_embed_type_num_heads": 64,
|
|
|
1 |
{
|
2 |
"_class_name": "ControlNetModel",
|
3 |
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"_name_or_path": "dscnfttil-test/checkpoint-16000",
|
5 |
"act_fn": "silu",
|
6 |
"addition_embed_type": null,
|
7 |
"addition_embed_type_num_heads": 64,
|
diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 746225824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cecb22d5fbe5dd40f2db4d44197d90b974dc92fdc9d2ca1fbe647c3d86ae965c
|
3 |
size 746225824
|