Spaces:
Runtime error
Runtime error
Commit
·
9a7ec67
1
Parent(s):
6eba6d9
Delete unet
Browse files- unet/config.json +0 -53
- unet/model_state.pdparams +0 -3
unet/config.json
DELETED
@@ -1,53 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.14.0",
|
4 |
-
"_name_or_path": "Linaqruf/anything-v3.0",
|
5 |
-
"_ppdiffusers_version": "0.14.0",
|
6 |
-
"act_fn": "silu",
|
7 |
-
"attention_head_dim": 8,
|
8 |
-
"block_out_channels": [
|
9 |
-
320,
|
10 |
-
640,
|
11 |
-
1280,
|
12 |
-
1280
|
13 |
-
],
|
14 |
-
"center_input_sample": false,
|
15 |
-
"class_embed_type": null,
|
16 |
-
"conv_in_kernel": 3,
|
17 |
-
"conv_out_kernel": 3,
|
18 |
-
"cross_attention_dim": 768,
|
19 |
-
"down_block_types": [
|
20 |
-
"CrossAttnDownBlock2D",
|
21 |
-
"CrossAttnDownBlock2D",
|
22 |
-
"CrossAttnDownBlock2D",
|
23 |
-
"DownBlock2D"
|
24 |
-
],
|
25 |
-
"downsample_padding": 1,
|
26 |
-
"dual_cross_attention": false,
|
27 |
-
"flip_sin_to_cos": true,
|
28 |
-
"freq_shift": 0,
|
29 |
-
"in_channels": 4,
|
30 |
-
"layers_per_block": 2,
|
31 |
-
"mid_block_scale_factor": 1,
|
32 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
33 |
-
"norm_eps": 1e-05,
|
34 |
-
"norm_num_groups": 32,
|
35 |
-
"num_class_embeds": null,
|
36 |
-
"only_cross_attention": false,
|
37 |
-
"out_channels": 4,
|
38 |
-
"projection_class_embeddings_input_dim": null,
|
39 |
-
"resnet_pre_temb_non_linearity": false,
|
40 |
-
"resnet_time_scale_shift": "default",
|
41 |
-
"sample_size": 64,
|
42 |
-
"time_cond_proj_dim": null,
|
43 |
-
"time_embedding_type": "positional",
|
44 |
-
"timestep_post_act": null,
|
45 |
-
"up_block_types": [
|
46 |
-
"UpBlock2D",
|
47 |
-
"CrossAttnUpBlock2D",
|
48 |
-
"CrossAttnUpBlock2D",
|
49 |
-
"CrossAttnUpBlock2D"
|
50 |
-
],
|
51 |
-
"upcast_attention": false,
|
52 |
-
"use_linear_projection": false
|
53 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unet/model_state.pdparams
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:76d379255d7d934cfdaab8d48cbbf840013adf6b726021b46d77953a243f2f92
|
3 |
-
size 3438161944
|
|
|
|
|
|
|
|