aleixnieto commited on
Commit
4ec95f1
·
verified ·
1 Parent(s): f6af577

Epoch 49, run ID 81f2a966-79f1-4e34-b6c0-69469fc54230

Browse files
.gitattributes CHANGED
@@ -347,3 +347,4 @@ models/conditional/plankton_base_model/run_6595fa2f-19de-4606-9cdc-5e45ea7a3349/
347
  models/conditional/plankton_base_model/run_cd075c48-1027-470c-a4bb-7fb59294aeea/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
348
  models/conditional/plankton_base_model/run_cd075c48-1027-470c-a4bb-7fb59294aeea/generated_samples/0100.png filter=lfs diff=lfs merge=lfs -text
349
  models/conditional/plankton_base_model/run_cd075c48-1027-470c-a4bb-7fb59294aeea/generated_samples/0150.png filter=lfs diff=lfs merge=lfs -text
 
 
347
  models/conditional/plankton_base_model/run_cd075c48-1027-470c-a4bb-7fb59294aeea/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
348
  models/conditional/plankton_base_model/run_cd075c48-1027-470c-a4bb-7fb59294aeea/generated_samples/0100.png filter=lfs diff=lfs merge=lfs -text
349
  models/conditional/plankton_base_model/run_cd075c48-1027-470c-a4bb-7fb59294aeea/generated_samples/0150.png filter=lfs diff=lfs merge=lfs -text
350
+ models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/generated_samples/0050.png ADDED

Git LFS Details

  • SHA256: 5e70ea6d7fc9637466a67cb94998b74227493392a7a0d9bc76784c3501288a0d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.99 MB
models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/logs/train_example/events.out.tfevents.1747953206.alvis4-12.641350.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:812fb85c1ae858f97441cb384fdb49bb90a2c970c7a6b07f6dd345b7bf910a8d
3
+ size 39910
models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMConditionalPipeline",
3
+ "_diffusers_version": "0.32.2",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ]
12
+ }
models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.32.2",
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
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "steps_offset": 0,
15
+ "thresholding": false,
16
+ "timestep_spacing": "leading",
17
+ "trained_betas": null,
18
+ "variance_type": "fixed_small"
19
+ }
models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/unet/config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.32.2",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 16,
10
+ 16,
11
+ 32,
12
+ 32,
13
+ 64,
14
+ 64,
15
+ 128,
16
+ 128
17
+ ],
18
+ "center_input_sample": false,
19
+ "class_embed_type": null,
20
+ "down_block_types": [
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D",
24
+ "DownBlock2D",
25
+ "DownBlock2D",
26
+ "AttnDownBlock2D",
27
+ "DownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "downsample_type": "conv",
32
+ "dropout": 0.0,
33
+ "flip_sin_to_cos": true,
34
+ "freq_shift": 0,
35
+ "in_channels": 9,
36
+ "layers_per_block": 1,
37
+ "mid_block_scale_factor": 1,
38
+ "norm_eps": 1e-05,
39
+ "norm_num_groups": 16,
40
+ "num_class_embeds": null,
41
+ "num_train_timesteps": null,
42
+ "out_channels": 1,
43
+ "resnet_time_scale_shift": "default",
44
+ "sample_size": 128,
45
+ "time_embedding_dim": null,
46
+ "time_embedding_type": "positional",
47
+ "up_block_types": [
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "AttnUpBlock2D",
51
+ "UpBlock2D",
52
+ "UpBlock2D",
53
+ "UpBlock2D",
54
+ "AttnUpBlock2D",
55
+ "UpBlock2D"
56
+ ],
57
+ "upsample_type": "conv"
58
+ }
models/conditional/plankton_base_model/run_81f2a966-79f1-4e34-b6c0-69469fc54230/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069e9a952aa05a807796a77f1bc975964e3f206184b7c896cbe267c96303b01b
3
+ size 18609996