Commit
·
42028c0
1
Parent(s):
0cdd835
init
Browse files- model_index.json +12 -0
- scheduler/scheduler_config.json +6 -0
- unet/config.json +45 -0
- unet/diffusion_pytorch_model.safetensors +3 -0
model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "ConsistencyModelPipeline",
|
| 3 |
+
"_diffusers_version": "0.23.0.dev0",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"ConsistencyDecoderScheduler"
|
| 7 |
+
],
|
| 8 |
+
"unet": [
|
| 9 |
+
"diffusers",
|
| 10 |
+
"UNet2DModel"
|
| 11 |
+
]
|
| 12 |
+
}
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "ConsistencyDecoderScheduler",
|
| 3 |
+
"_diffusers_version": "0.23.0.dev0",
|
| 4 |
+
"num_train_timesteps": 1024,
|
| 5 |
+
"sigma_data": 0.5
|
| 6 |
+
}
|
unet/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.23.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": false,
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"attn_norm_num_groups": null,
|
| 8 |
+
"block_out_channels": [
|
| 9 |
+
320,
|
| 10 |
+
640,
|
| 11 |
+
1024,
|
| 12 |
+
1024
|
| 13 |
+
],
|
| 14 |
+
"center_input_sample": false,
|
| 15 |
+
"class_embed_type": null,
|
| 16 |
+
"down_block_types": [
|
| 17 |
+
"ResnetDownsampleBlock2D",
|
| 18 |
+
"ResnetDownsampleBlock2D",
|
| 19 |
+
"ResnetDownsampleBlock2D",
|
| 20 |
+
"ResnetDownsampleBlock2D"
|
| 21 |
+
],
|
| 22 |
+
"downsample_padding": 1,
|
| 23 |
+
"downsample_type": "conv",
|
| 24 |
+
"dropout": 0.0,
|
| 25 |
+
"flip_sin_to_cos": true,
|
| 26 |
+
"freq_shift": 0,
|
| 27 |
+
"in_channels": 7,
|
| 28 |
+
"layers_per_block": 3,
|
| 29 |
+
"mid_block_scale_factor": 1,
|
| 30 |
+
"norm_eps": 1e-05,
|
| 31 |
+
"norm_num_groups": 32,
|
| 32 |
+
"num_class_embeds": null,
|
| 33 |
+
"num_train_timesteps": 1024,
|
| 34 |
+
"out_channels": 6,
|
| 35 |
+
"resnet_time_scale_shift": "scale_shift",
|
| 36 |
+
"sample_size": null,
|
| 37 |
+
"time_embedding_type": "learned",
|
| 38 |
+
"up_block_types": [
|
| 39 |
+
"ResnetUpsampleBlock2D",
|
| 40 |
+
"ResnetUpsampleBlock2D",
|
| 41 |
+
"ResnetUpsampleBlock2D",
|
| 42 |
+
"ResnetUpsampleBlock2D"
|
| 43 |
+
],
|
| 44 |
+
"upsample_type": "conv"
|
| 45 |
+
}
|
unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08ea9dbc43a94fbf2dd45006af9e842451c8d8b51ae97f4001ba9ce3e7b3f2e8
|
| 3 |
+
size 2485155472
|