Simbolo commited on
Commit
04a8576
1 Parent(s): d55eacc

Delete unet

Browse files
Files changed (1) hide show
  1. unet/config.json +0 -52
unet/config.json DELETED
@@ -1,52 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.15.0.dev0",
4
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
5
- "act_fn": "silu",
6
- "attention_head_dim": 8,
7
- "block_out_channels": [
8
- 320,
9
- 640,
10
- 1280,
11
- 1280
12
- ],
13
- "center_input_sample": false,
14
- "class_embed_type": null,
15
- "class_embeddings_concat": false,
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_time_scale_shift": "default",
40
- "sample_size": 64,
41
- "time_cond_proj_dim": null,
42
- "time_embedding_type": "positional",
43
- "timestep_post_act": null,
44
- "up_block_types": [
45
- "UpBlock2D",
46
- "CrossAttnUpBlock2D",
47
- "CrossAttnUpBlock2D",
48
- "CrossAttnUpBlock2D"
49
- ],
50
- "upcast_attention": false,
51
- "use_linear_projection": false
52
- }