Commit ·
23249d0
1
Parent(s): 2c3b239
First model version
Browse files- scheduler/scheduler_config.json +1 -1
- unet/config.json +2 -2
- vae/config.json +1 -1
scheduler/scheduler_config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
"lower_order_final": true,
|
| 11 |
"num_train_timesteps": 1000,
|
| 12 |
-
"prediction_type": "
|
| 13 |
"sample_max_value": 1.0,
|
| 14 |
"set_alpha_to_one": false,
|
| 15 |
"solver_order": 2,
|
|
|
|
| 9 |
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
"lower_order_final": true,
|
| 11 |
"num_train_timesteps": 1000,
|
| 12 |
+
"prediction_type": "epsilon",
|
| 13 |
"sample_max_value": 1.0,
|
| 14 |
"set_alpha_to_one": false,
|
| 15 |
"solver_order": 2,
|
unet/config.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
| 40 |
"out_channels": 4,
|
| 41 |
"projection_class_embeddings_input_dim": null,
|
| 42 |
"resnet_time_scale_shift": "default",
|
| 43 |
-
"sample_size":
|
| 44 |
"time_cond_proj_dim": null,
|
| 45 |
"time_embedding_type": "positional",
|
| 46 |
"timestep_post_act": null,
|
|
@@ -50,6 +50,6 @@
|
|
| 50 |
"CrossAttnUpBlock2D",
|
| 51 |
"CrossAttnUpBlock2D"
|
| 52 |
],
|
| 53 |
-
"upcast_attention":
|
| 54 |
"use_linear_projection": true
|
| 55 |
}
|
|
|
|
| 40 |
"out_channels": 4,
|
| 41 |
"projection_class_embeddings_input_dim": null,
|
| 42 |
"resnet_time_scale_shift": "default",
|
| 43 |
+
"sample_size": 64,
|
| 44 |
"time_cond_proj_dim": null,
|
| 45 |
"time_embedding_type": "positional",
|
| 46 |
"timestep_post_act": null,
|
|
|
|
| 50 |
"CrossAttnUpBlock2D",
|
| 51 |
"CrossAttnUpBlock2D"
|
| 52 |
],
|
| 53 |
+
"upcast_attention": false,
|
| 54 |
"use_linear_projection": true
|
| 55 |
}
|
vae/config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"layers_per_block": 2,
|
| 20 |
"norm_num_groups": 32,
|
| 21 |
"out_channels": 3,
|
| 22 |
-
"sample_size":
|
| 23 |
"scaling_factor": 0.18215,
|
| 24 |
"up_block_types": [
|
| 25 |
"UpDecoderBlock2D",
|
|
|
|
| 19 |
"layers_per_block": 2,
|
| 20 |
"norm_num_groups": 32,
|
| 21 |
"out_channels": 3,
|
| 22 |
+
"sample_size": 512,
|
| 23 |
"scaling_factor": 0.18215,
|
| 24 |
"up_block_types": [
|
| 25 |
"UpDecoderBlock2D",
|