Mou11209203 commited on
Commit
c1d079a
·
verified ·
1 Parent(s): c9794fb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +86 -0
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Mou11209203/ddpm-celebahq-256",
3
+ "_class_name": "UNet2DModel",
4
+ "_diffusers_version": "0.0.4",
5
+ "model_type": "unet_2d",
6
+ "in_channels": 3,
7
+ "out_channels": 3,
8
+ "sample_size": 256,
9
+ "center_input_sample": false,
10
+ "time_embedding_type": "positional",
11
+ "freq_shift": 1,
12
+ "flip_sin_to_cos": false,
13
+ "down_block_types": [
14
+ "DownBlock2D",
15
+ "DownBlock2D",
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "AttnDownBlock2D",
19
+ "DownBlock2D"
20
+ ],
21
+ "up_block_types": [
22
+ "UpBlock2D",
23
+ "AttnUpBlock2D",
24
+ "UpBlock2D",
25
+ "UpBlock2D",
26
+ "UpBlock2D",
27
+ "UpBlock2D"
28
+ ],
29
+ "block_out_channels": [128, 128, 256, 256, 512, 512],
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "downsample_padding": 0,
33
+ "downsample_type": "conv",
34
+ "upsample_type": "conv",
35
+ "dropout": 0.0,
36
+ "act_fn": "silu",
37
+ "attention_head_dim": null,
38
+ "norm_num_groups": 32,
39
+ "attn_norm_num_groups": null,
40
+ "norm_eps": 1e-06,
41
+ "resnet_time_scale_shift": "default",
42
+ "add_attention": true,
43
+ "class_embed_type": null,
44
+ "num_class_embeds": null,
45
+ "num_train_timesteps": null,
46
+ "_use_default_values": [
47
+ "class_embed_type",
48
+ "dropout",
49
+ "upsample_type",
50
+ "attn_norm_num_groups",
51
+ "resnet_time_scale_shift",
52
+ "add_attention",
53
+ "downsample_type",
54
+ "num_train_timesteps",
55
+ "num_class_embeds"
56
+ ],
57
+ "scheduler_config": {
58
+ "num_train_timesteps": 1000,
59
+ "beta_start": 0.0001,
60
+ "beta_end": 0.02,
61
+ "beta_schedule": "linear",
62
+ "trained_betas": null,
63
+ "variance_type": "fixed_small",
64
+ "clip_sample": true,
65
+ "prediction_type": "epsilon",
66
+ "thresholding": false,
67
+ "dynamic_thresholding_ratio": 0.995,
68
+ "clip_sample_range": 1.0,
69
+ "sample_max_value": 1.0,
70
+ "timestep_spacing": "leading",
71
+ "steps_offset": 0,
72
+ "rescale_betas_zero_snr": false,
73
+ "_use_default_values": [
74
+ "clip_sample_range",
75
+ "timestep_spacing",
76
+ "sample_max_value",
77
+ "dynamic_thresholding_ratio",
78
+ "prediction_type",
79
+ "steps_offset",
80
+ "rescale_betas_zero_snr",
81
+ "thresholding"
82
+ ],
83
+ "_class_name": "DDPMScheduler",
84
+ "_diffusers_version": "0.1.1"
85
+ }
86
+ }