nroggendorff commited on
Commit
ad33605
1 Parent(s): 1d3d971

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -19
config.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "model_path": "ddpm-cats/model_epoch_9.safetensors",
3
- "image_size": 128,
4
- "model": {
5
- "sample_size": 128,
6
- "in_channels": 3,
7
- "out_channels": 3,
8
- "layers_per_block": 2,
9
- "block_out_channels": [128, 128, 256, 256, 512, 512],
10
- "down_block_types": ["DownBlock2D", "DownBlock2D", "DownBlock2D", "DownBlock2D", "AttnDownBlock2D", "DownBlock2D"],
11
- "up_block_types": ["UpBlock2D", "AttnUpBlock2D", "UpBlock2D", "UpBlock2D", "UpBlock2D", "UpBlock2D"]
12
- },
13
- "scheduler": {
14
- "num_train_timesteps": 1000,
15
- "beta_start": 0.0001,
16
- "beta_end": 0.02,
17
- "beta_schedule": "linear"
18
- }
19
- }