Epoch 0
Browse files- model_index.json +12 -0
- scheduler/scheduler_config.json +10 -0
- unet/config.json +55 -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,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
256,
|
14 |
+
256,
|
15 |
+
256
|
16 |
+
],
|
17 |
+
"center_input_sample": true,
|
18 |
+
"class_embed_type": null,
|
19 |
+
"down_block_types": [
|
20 |
+
"SkipDownBlock2D",
|
21 |
+
"SkipDownBlock2D",
|
22 |
+
"SkipDownBlock2D",
|
23 |
+
"SkipDownBlock2D",
|
24 |
+
"AttnSkipDownBlock2D",
|
25 |
+
"SkipDownBlock2D",
|
26 |
+
"SkipDownBlock2D"
|
27 |
+
],
|
28 |
+
"downsample_padding": 1,
|
29 |
+
"downsample_type": "conv",
|
30 |
+
"dropout": 0.0,
|
31 |
+
"flip_sin_to_cos": true,
|
32 |
+
"freq_shift": 0,
|
33 |
+
"in_channels": 3,
|
34 |
+
"layers_per_block": 2,
|
35 |
+
"mid_block_scale_factor": 1.41421356237,
|
36 |
+
"norm_eps": 1e-06,
|
37 |
+
"norm_num_groups": null,
|
38 |
+
"num_class_embeds": 6,
|
39 |
+
"num_train_timesteps": null,
|
40 |
+
"out_channels": 3,
|
41 |
+
"resnet_time_scale_shift": "default",
|
42 |
+
"sample_size": 64,
|
43 |
+
"set_W_to_weight": false,
|
44 |
+
"time_embedding_type": "fourier",
|
45 |
+
"up_block_types": [
|
46 |
+
"SkipUpBlock2D",
|
47 |
+
"SkipUpBlock2D",
|
48 |
+
"AttnSkipUpBlock2D",
|
49 |
+
"SkipUpBlock2D",
|
50 |
+
"SkipUpBlock2D",
|
51 |
+
"SkipUpBlock2D",
|
52 |
+
"SkipUpBlock2D"
|
53 |
+
],
|
54 |
+
"upsample_type": "conv"
|
55 |
+
}
|
unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a69379b19878c365c60dcde934eb49b3b589eacba70f54d16172206554364ad1
|
3 |
+
size 262379380
|