Adding `diffusers` weights of this model

#2
by digiplay - opened
Files changed (2) hide show
  1. unet/config.json +1 -1
  2. vae/config.json +1 -1
unet/config.json CHANGED
@@ -44,7 +44,7 @@
44
  "resnet_out_scale_factor": 1.0,
45
  "resnet_skip_time_act": false,
46
  "resnet_time_scale_shift": "default",
47
- "sample_size": 96,
48
  "time_cond_proj_dim": null,
49
  "time_embedding_act_fn": null,
50
  "time_embedding_dim": null,
 
44
  "resnet_out_scale_factor": 1.0,
45
  "resnet_skip_time_act": false,
46
  "resnet_time_scale_shift": "default",
47
+ "sample_size": 64,
48
  "time_cond_proj_dim": null,
49
  "time_embedding_act_fn": null,
50
  "time_embedding_dim": null,
vae/config.json CHANGED
@@ -19,7 +19,7 @@
19
  "layers_per_block": 2,
20
  "norm_num_groups": 32,
21
  "out_channels": 3,
22
- "sample_size": 768,
23
  "scaling_factor": 0.18215,
24
  "up_block_types": [
25
  "UpDecoderBlock2D",
 
19
  "layers_per_block": 2,
20
  "norm_num_groups": 32,
21
  "out_channels": 3,
22
+ "sample_size": 512,
23
  "scaling_factor": 0.18215,
24
  "up_block_types": [
25
  "UpDecoderBlock2D",