Commit
·
ec75c27
1
Parent(s):
ae8bb46
correct
Browse files
model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "DDPMPipeline",
|
3 |
-
"_diffusers_version": "0.0.
|
4 |
"scheduler": [
|
5 |
"diffusers",
|
6 |
"DDPMScheduler"
|
|
|
1 |
{
|
2 |
"_class_name": "DDPMPipeline",
|
3 |
+
"_diffusers_version": "0.15.0.dev0",
|
4 |
"scheduler": [
|
5 |
"diffusers",
|
6 |
"DDPMScheduler"
|
scheduler_config.json → scheduler/scheduler_config.json
RENAMED
@@ -1,11 +1,16 @@
|
|
1 |
{
|
2 |
"_class_name": "DDPMScheduler",
|
3 |
-
"_diffusers_version": "0.0.
|
4 |
"beta_end": 0.02,
|
5 |
"beta_schedule": "linear",
|
6 |
"beta_start": 0.0001,
|
7 |
"clip_sample": true,
|
|
|
|
|
8 |
"num_train_timesteps": 1000,
|
|
|
|
|
|
|
9 |
"timestep_values": null,
|
10 |
"trained_betas": null,
|
11 |
"variance_type": "fixed_small"
|
|
|
1 |
{
|
2 |
"_class_name": "DDPMScheduler",
|
3 |
+
"_diffusers_version": "0.15.0.dev0",
|
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 |
+
"thresholding": false,
|
14 |
"timestep_values": null,
|
15 |
"trained_betas": null,
|
16 |
"variance_type": "fixed_small"
|
config.json → unet/config.json
RENAMED
@@ -1,13 +1,16 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
-
"_diffusers_version": "0.0.
|
|
|
4 |
"act_fn": "silu",
|
|
|
5 |
"attention_head_dim": 64,
|
6 |
"block_out_channels": [
|
7 |
32,
|
8 |
64
|
9 |
],
|
10 |
"center_input_sample": false,
|
|
|
11 |
"down_block_types": [
|
12 |
"DownBlock2D",
|
13 |
"AttnDownBlock2D"
|
@@ -20,7 +23,9 @@
|
|
20 |
"mid_block_scale_factor": 1,
|
21 |
"norm_eps": 1e-06,
|
22 |
"norm_num_groups": 32,
|
|
|
23 |
"out_channels": 3,
|
|
|
24 |
"sample_size": 32,
|
25 |
"time_embedding_type": "positional",
|
26 |
"up_block_types": [
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.15.0.dev0",
|
4 |
+
"_name_or_path": "./",
|
5 |
"act_fn": "silu",
|
6 |
+
"add_attention": true,
|
7 |
"attention_head_dim": 64,
|
8 |
"block_out_channels": [
|
9 |
32,
|
10 |
64
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
+
"class_embed_type": null,
|
14 |
"down_block_types": [
|
15 |
"DownBlock2D",
|
16 |
"AttnDownBlock2D"
|
|
|
23 |
"mid_block_scale_factor": 1,
|
24 |
"norm_eps": 1e-06,
|
25 |
"norm_num_groups": 32,
|
26 |
+
"num_class_embeds": null,
|
27 |
"out_channels": 3,
|
28 |
+
"resnet_time_scale_shift": "default",
|
29 |
"sample_size": 32,
|
30 |
"time_embedding_type": "positional",
|
31 |
"up_block_types": [
|
diffusion_pytorch_model.bin → unet/diffusion_pytorch_model.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:703ce6937352965f5f65d195ca1a6244418df8282d2b4346db3e961a25287962
|
3 |
+
size 4087937
|