Spaces:
Runtime error
Runtime error
ignore largefiles
Browse files- ckpts/random_states_0.pkl +0 -3
- ckpts/scaler.pt +0 -3
- ckpts/scheduler.bin +0 -3
- ckpts/unet/config.json +0 -67
- ckpts/unet/diffusion_pytorch_model.bin +0 -3
- sam_pt/sam_vit_h_4b8939.pth +0 -3
ckpts/random_states_0.pkl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0b2bff2cafd1c4c3f242e8ea15db5d00b5d7beb3774a43fba414a673ccbfa4a4
|
| 3 |
-
size 21579
|
|
|
|
|
|
|
|
|
|
|
|
ckpts/scaler.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c20e680f2df4327c94842ee1a266b2f31860a1deac1a3fcffb91468b9e106df5
|
| 3 |
-
size 559
|
|
|
|
|
|
|
|
|
|
|
|
ckpts/scheduler.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c043895a7a3520ba971f376e41cfc83f5de26523964c7166e1e4f67ffacd4c1e
|
| 3 |
-
size 623
|
|
|
|
|
|
|
|
|
|
|
|
ckpts/unet/config.json
DELETED
|
@@ -1,67 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "UNetMV2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.19.3",
|
| 4 |
-
"_name_or_path": "lambdalabs/sd-image-variations-diffusers",
|
| 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 |
-
1280
|
| 15 |
-
],
|
| 16 |
-
"center_input_sample": false,
|
| 17 |
-
"class_embed_type": "projection",
|
| 18 |
-
"class_embeddings_concat": false,
|
| 19 |
-
"conv_in_kernel": 3,
|
| 20 |
-
"conv_out_kernel": 3,
|
| 21 |
-
"cross_attention_dim": 768,
|
| 22 |
-
"cross_attention_norm": null,
|
| 23 |
-
"down_block_types": [
|
| 24 |
-
"CrossAttnDownBlockMV2D",
|
| 25 |
-
"CrossAttnDownBlockMV2D",
|
| 26 |
-
"CrossAttnDownBlockMV2D",
|
| 27 |
-
"DownBlock2D"
|
| 28 |
-
],
|
| 29 |
-
"downsample_padding": 1,
|
| 30 |
-
"dual_cross_attention": false,
|
| 31 |
-
"encoder_hid_dim": null,
|
| 32 |
-
"encoder_hid_dim_type": null,
|
| 33 |
-
"flip_sin_to_cos": true,
|
| 34 |
-
"freq_shift": 0,
|
| 35 |
-
"in_channels": 8,
|
| 36 |
-
"joint_attention": false,
|
| 37 |
-
"layers_per_block": 2,
|
| 38 |
-
"mid_block_only_cross_attention": null,
|
| 39 |
-
"mid_block_scale_factor": 1,
|
| 40 |
-
"mid_block_type": "UNetMidBlockMV2DCrossAttn",
|
| 41 |
-
"norm_eps": 1e-05,
|
| 42 |
-
"norm_num_groups": 32,
|
| 43 |
-
"num_attention_heads": null,
|
| 44 |
-
"num_class_embeds": null,
|
| 45 |
-
"num_views": 6,
|
| 46 |
-
"only_cross_attention": false,
|
| 47 |
-
"out_channels": 4,
|
| 48 |
-
"projection_class_embeddings_input_dim": 10,
|
| 49 |
-
"resnet_out_scale_factor": 1.0,
|
| 50 |
-
"resnet_skip_time_act": false,
|
| 51 |
-
"resnet_time_scale_shift": "default",
|
| 52 |
-
"sample_size": 32,
|
| 53 |
-
"time_cond_proj_dim": null,
|
| 54 |
-
"time_embedding_act_fn": null,
|
| 55 |
-
"time_embedding_dim": null,
|
| 56 |
-
"time_embedding_type": "positional",
|
| 57 |
-
"timestep_post_act": null,
|
| 58 |
-
"transformer_layers_per_block": 1,
|
| 59 |
-
"up_block_types": [
|
| 60 |
-
"UpBlock2D",
|
| 61 |
-
"CrossAttnUpBlockMV2D",
|
| 62 |
-
"CrossAttnUpBlockMV2D",
|
| 63 |
-
"CrossAttnUpBlockMV2D"
|
| 64 |
-
],
|
| 65 |
-
"upcast_attention": false,
|
| 66 |
-
"use_linear_projection": false
|
| 67 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ckpts/unet/diffusion_pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f29b1dbdda72c7187e012f2c86de212ca0f6dd60d27840559b674ef507080ecf
|
| 3 |
-
size 3445026909
|
|
|
|
|
|
|
|
|
|
|
|
sam_pt/sam_vit_h_4b8939.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e
|
| 3 |
-
size 2564550879
|
|
|
|
|
|
|
|
|
|
|
|