jmemon commited on
Commit
edc5612
1 Parent(s): e339897

Delete model

Browse files
model/config.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "_class_name": "UNet2DModel",
3
- "_diffusers_version": "0.0.4",
4
- "act_fn": "silu",
5
- "attention_head_dim": null,
6
- "block_out_channels": [
7
- 128,
8
- 128,
9
- 256,
10
- 256,
11
- 512,
12
- 512
13
- ],
14
- "center_input_sample": false,
15
- "down_block_types": [
16
- "DownBlock2D",
17
- "DownBlock2D",
18
- "DownBlock2D",
19
- "DownBlock2D",
20
- "AttnDownBlock2D",
21
- "DownBlock2D"
22
- ],
23
- "downsample_padding": 0,
24
- "flip_sin_to_cos": false,
25
- "freq_shift": 1,
26
- "in_channels": 3,
27
- "layers_per_block": 2,
28
- "mid_block_scale_factor": 1,
29
- "norm_eps": 1e-06,
30
- "norm_num_groups": 32,
31
- "out_channels": 3,
32
- "sample_size": 256,
33
- "time_embedding_type": "positional",
34
- "up_block_types": [
35
- "UpBlock2D",
36
- "AttnUpBlock2D",
37
- "UpBlock2D",
38
- "UpBlock2D",
39
- "UpBlock2D",
40
- "UpBlock2D"
41
- ]
42
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
model/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3d8671f9f0b0f8a1501a2584cbcc9386908b51245b0eabeae39faa31ce520bb
3
- size 455281714
 
 
 
 
model/scheduler/scheduler_config.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "_class_name": "DDPMScheduler",
3
- "_diffusers_version": "0.24.0",
4
- "beta_end": 0.02,
5
- "beta_schedule": "linear",
6
- "beta_start": 0.0001,
7
- "clip_sample": true,
8
- "clip_sample_range": 1.0,
9
- "dynamic_thresholding_ratio": 0.995,
10
- "num_train_timesteps": 1000,
11
- "prediction_type": "epsilon",
12
- "sample_max_value": 1.0,
13
- "steps_offset": 0,
14
- "thresholding": false,
15
- "timestep_spacing": "leading",
16
- "trained_betas": null,
17
- "variance_type": "fixed_small"
18
- }