Diffusers
Safetensors
giulio98 commited on
Commit
1eb8bb7
·
verified ·
1 Parent(s): 95aff0a

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +16 -16
unet/config.json CHANGED
@@ -18,13 +18,13 @@
18
  "class_embed_type": null,
19
  "decay": 0.9999,
20
  "down_block_types": [
21
- "DownBlock2D",
22
- "DownBlock2D",
23
- "DownBlock2D",
24
- "DownBlock2D",
25
- "AttnDownBlock2D",
26
- "DownBlock2D",
27
- "DownBlock2D"
28
  ],
29
  "downsample_padding": 1,
30
  "downsample_type": "conv",
@@ -45,7 +45,7 @@
45
  "num_class_embeds_shape": 5,
46
  "num_class_embeds_wall_hue": 11,
47
  "num_train_timesteps": null,
48
- "optimization_step": 90000,
49
  "out_channels": 3,
50
  "power": 0.75,
51
  "resnet_time_scale_shift": "default",
@@ -53,15 +53,15 @@
53
  "set_W_to_weight": false,
54
  "time_embedding_type": "fourier",
55
  "up_block_types": [
56
- "UpBlock2D",
57
- "UpBlock2D",
58
- "AttnUpBlock2D",
59
- "UpBlock2D",
60
- "UpBlock2D",
61
- "UpBlock2D",
62
- "UpBlock2D"
63
  ],
64
  "update_after_step": 0,
65
  "upsample_type": "conv",
66
  "use_ema_warmup": true
67
- }
 
18
  "class_embed_type": null,
19
  "decay": 0.9999,
20
  "down_block_types": [
21
+ "SkipDownBlock2D",
22
+ "SkipDownBlock2D",
23
+ "SkipDownBlock2D",
24
+ "SkipDownBlock2D",
25
+ "AttnSkipDownBlock2D",
26
+ "SkipDownBlock2D",
27
+ "SkipDownBlock2D"
28
  ],
29
  "downsample_padding": 1,
30
  "downsample_type": "conv",
 
45
  "num_class_embeds_shape": 5,
46
  "num_class_embeds_wall_hue": 11,
47
  "num_train_timesteps": null,
48
+ "optimization_step": 170000,
49
  "out_channels": 3,
50
  "power": 0.75,
51
  "resnet_time_scale_shift": "default",
 
53
  "set_W_to_weight": false,
54
  "time_embedding_type": "fourier",
55
  "up_block_types": [
56
+ "SkipUpBlock2D",
57
+ "SkipUpBlock2D",
58
+ "AttnSkipUpBlock2D",
59
+ "SkipUpBlock2D",
60
+ "SkipUpBlock2D",
61
+ "SkipUpBlock2D",
62
+ "SkipUpBlock2D"
63
  ],
64
  "update_after_step": 0,
65
  "upsample_type": "conv",
66
  "use_ema_warmup": true
67
+ }