Upload unet/config.json with huggingface_hub
Browse files- unet/config.json +9 -5
unet/config.json
CHANGED
@@ -2,7 +2,10 @@
|
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.24.0",
|
5 |
-
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--
|
|
|
|
|
|
|
6 |
"act_fn": "silu",
|
7 |
"addition_embed_type": null,
|
8 |
"addition_embed_type_num_heads": 64,
|
@@ -44,14 +47,15 @@
|
|
44 |
"auto_cast": "matmul",
|
45 |
"auto_cast_type": "bf16",
|
46 |
"compiler_type": "neuronx-cc",
|
47 |
-
"compiler_version": "2.11.0.
|
48 |
"disable_fallback": false,
|
49 |
"disable_fast_relayout": false,
|
50 |
"dynamic_batch_size": false,
|
51 |
"input_names": [
|
52 |
"sample",
|
53 |
"timestep",
|
54 |
-
"encoder_hidden_states"
|
|
|
55 |
],
|
56 |
"model_type": "unet",
|
57 |
"output_attentions": false,
|
@@ -77,9 +81,9 @@
|
|
77 |
"resnet_skip_time_act": false,
|
78 |
"resnet_time_scale_shift": "default",
|
79 |
"reverse_transformer_layers_per_block": null,
|
80 |
-
"sample_size":
|
81 |
"task": "semantic-segmentation",
|
82 |
-
"time_cond_proj_dim":
|
83 |
"time_embedding_act_fn": null,
|
84 |
"time_embedding_dim": null,
|
85 |
"time_embedding_type": "positional",
|
|
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.24.0",
|
5 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--SimianLuo--LCM_Dreamshaper_v7/snapshots/4721097975058205c4edcdece2cc574b7dd7bc04/unet",
|
6 |
+
"_use_default_values": [
|
7 |
+
"reverse_transformer_layers_per_block"
|
8 |
+
],
|
9 |
"act_fn": "silu",
|
10 |
"addition_embed_type": null,
|
11 |
"addition_embed_type_num_heads": 64,
|
|
|
47 |
"auto_cast": "matmul",
|
48 |
"auto_cast_type": "bf16",
|
49 |
"compiler_type": "neuronx-cc",
|
50 |
+
"compiler_version": "2.11.0.35+4f5279863",
|
51 |
"disable_fallback": false,
|
52 |
"disable_fast_relayout": false,
|
53 |
"dynamic_batch_size": false,
|
54 |
"input_names": [
|
55 |
"sample",
|
56 |
"timestep",
|
57 |
+
"encoder_hidden_states",
|
58 |
+
"timestep_cond"
|
59 |
],
|
60 |
"model_type": "unet",
|
61 |
"output_attentions": false,
|
|
|
81 |
"resnet_skip_time_act": false,
|
82 |
"resnet_time_scale_shift": "default",
|
83 |
"reverse_transformer_layers_per_block": null,
|
84 |
+
"sample_size": 96,
|
85 |
"task": "semantic-segmentation",
|
86 |
+
"time_cond_proj_dim": 256,
|
87 |
"time_embedding_act_fn": null,
|
88 |
"time_embedding_dim": null,
|
89 |
"time_embedding_type": "positional",
|