Epoch 0
Browse files- model_index.json +12 -0
- scheduler/scheduler_config.json +10 -0
- unet/config.json +43 -0
- unet/diffusion_pytorch_model.safetensors +3 -0
model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "ScoreSdeVePipelineConditioned",
|
| 3 |
+
"_diffusers_version": "0.27.2",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"__main__",
|
| 6 |
+
"ScoreSdeVeScheduler"
|
| 7 |
+
],
|
| 8 |
+
"unet": [
|
| 9 |
+
"__main__",
|
| 10 |
+
"UNet2DModel"
|
| 11 |
+
]
|
| 12 |
+
}
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "ScoreSdeVeScheduler",
|
| 3 |
+
"_diffusers_version": "0.27.2",
|
| 4 |
+
"correct_steps": 1,
|
| 5 |
+
"num_train_timesteps": 1000,
|
| 6 |
+
"sampling_eps": 1e-05,
|
| 7 |
+
"sigma_max": 90.0,
|
| 8 |
+
"sigma_min": 0.01,
|
| 9 |
+
"snr": 0.075
|
| 10 |
+
}
|
unet/config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.27.2",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": true,
|
| 6 |
+
"attention_head_dim": null,
|
| 7 |
+
"attn_norm_num_groups": null,
|
| 8 |
+
"block_out_channels": [
|
| 9 |
+
32,
|
| 10 |
+
64,
|
| 11 |
+
64
|
| 12 |
+
],
|
| 13 |
+
"center_input_sample": true,
|
| 14 |
+
"class_embed_type": null,
|
| 15 |
+
"down_block_types": [
|
| 16 |
+
"DownBlock2D",
|
| 17 |
+
"AttnDownBlock2D",
|
| 18 |
+
"AttnDownBlock2D"
|
| 19 |
+
],
|
| 20 |
+
"downsample_padding": 1,
|
| 21 |
+
"downsample_type": "conv",
|
| 22 |
+
"dropout": 0.0,
|
| 23 |
+
"flip_sin_to_cos": true,
|
| 24 |
+
"freq_shift": 0,
|
| 25 |
+
"in_channels": 1,
|
| 26 |
+
"layers_per_block": 2,
|
| 27 |
+
"mid_block_scale_factor": 1.41421356237,
|
| 28 |
+
"norm_eps": 1e-06,
|
| 29 |
+
"norm_num_groups": 32,
|
| 30 |
+
"num_class_embeds": 11,
|
| 31 |
+
"num_train_timesteps": null,
|
| 32 |
+
"out_channels": 1,
|
| 33 |
+
"resnet_time_scale_shift": "default",
|
| 34 |
+
"sample_size": 32,
|
| 35 |
+
"set_W_to_weight": false,
|
| 36 |
+
"time_embedding_type": "fourier",
|
| 37 |
+
"up_block_types": [
|
| 38 |
+
"AttnUpBlock2D",
|
| 39 |
+
"AttnUpBlock2D",
|
| 40 |
+
"UpBlock2D"
|
| 41 |
+
],
|
| 42 |
+
"upsample_type": "conv"
|
| 43 |
+
}
|
unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bdd11251e3ce906bf9f604e857bff275c808be5080ae2ac650980ba29a4ddd6
|
| 3 |
+
size 6882884
|