dacorvo HF Staff commited on
Commit
1f8cef9
·
verified ·
1 Parent(s): 6d756f2

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev5/stable-diffusion/jyoung105/stable-diffusion-v1-5/3ec06ccf688cc7ef9ffb.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "jyoung105/stable-diffusion-v1-5",
4
+ "_task": null,
5
+ "text_encoder": {
6
+ "architectures": [
7
+ "CLIPTextModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-model",
12
+ "hidden_act": "quick_gelu",
13
+ "hidden_size": 768,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 77,
19
+ "model_type": "clip_text_model",
20
+ "neuron": {
21
+ "auto_cast": "matmul",
22
+ "auto_cast_type": "bf16",
23
+ "compiler_type": "neuronx-cc",
24
+ "compiler_version": "2.19.8089.0+8ab9f450",
25
+ "dynamic_batch_size": false,
26
+ "float_dtype": "fp32",
27
+ "inline_weights_to_neff": false,
28
+ "int_dtype": "int64",
29
+ "optlevel": "2",
30
+ "output_attentions": false,
31
+ "output_hidden_states": false,
32
+ "static_batch_size": 1,
33
+ "static_sequence_length": 77,
34
+ "task": "feature-extraction",
35
+ "tensor_parallel_size": 1
36
+ },
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "return_dict": false,
40
+ "vocab_size": 49408
41
+ },
42
+ "unet": {
43
+ "_class_name": "UNet2DConditionModel",
44
+ "act_fn": "silu",
45
+ "addition_embed_type": null,
46
+ "addition_embed_type_num_heads": 64,
47
+ "addition_time_embed_dim": null,
48
+ "attention_head_dim": 8,
49
+ "attention_type": "default",
50
+ "block_out_channels": [
51
+ 320,
52
+ 640,
53
+ 1280,
54
+ 1280
55
+ ],
56
+ "center_input_sample": false,
57
+ "class_embed_type": null,
58
+ "class_embeddings_concat": false,
59
+ "conv_in_kernel": 3,
60
+ "conv_out_kernel": 3,
61
+ "cross_attention_dim": 768,
62
+ "cross_attention_norm": null,
63
+ "down_block_types": [
64
+ "CrossAttnDownBlock2D",
65
+ "CrossAttnDownBlock2D",
66
+ "CrossAttnDownBlock2D",
67
+ "DownBlock2D"
68
+ ],
69
+ "downsample_padding": 1,
70
+ "dropout": 0.0,
71
+ "dual_cross_attention": false,
72
+ "encoder_hid_dim": null,
73
+ "encoder_hid_dim_type": null,
74
+ "flip_sin_to_cos": true,
75
+ "freq_shift": 0,
76
+ "in_channels": 4,
77
+ "layers_per_block": 2,
78
+ "mid_block_only_cross_attention": null,
79
+ "mid_block_scale_factor": 1,
80
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
81
+ "neuron": {
82
+ "auto_cast": "matmul",
83
+ "auto_cast_type": "bf16",
84
+ "compiler_type": "neuronx-cc",
85
+ "compiler_version": "2.19.8089.0+8ab9f450",
86
+ "dynamic_batch_size": false,
87
+ "float_dtype": "fp32",
88
+ "inline_weights_to_neff": false,
89
+ "int_dtype": "int64",
90
+ "optlevel": "2",
91
+ "output_attentions": false,
92
+ "output_hidden_states": false,
93
+ "static_batch_size": 1,
94
+ "static_height": 96,
95
+ "static_num_channels": 4,
96
+ "static_sequence_length": 77,
97
+ "static_vae_scale_factor": 8,
98
+ "static_width": 96,
99
+ "task": "semantic-segmentation",
100
+ "tensor_parallel_size": 1
101
+ },
102
+ "norm_eps": 1e-05,
103
+ "norm_num_groups": 32,
104
+ "num_attention_heads": null,
105
+ "num_class_embeds": null,
106
+ "only_cross_attention": false,
107
+ "out_channels": 4,
108
+ "output_attentions": false,
109
+ "projection_class_embeddings_input_dim": null,
110
+ "resnet_out_scale_factor": 1.0,
111
+ "resnet_skip_time_act": false,
112
+ "resnet_time_scale_shift": "default",
113
+ "reverse_transformer_layers_per_block": null,
114
+ "time_cond_proj_dim": null,
115
+ "time_embedding_act_fn": null,
116
+ "time_embedding_dim": null,
117
+ "time_embedding_type": "positional",
118
+ "timestep_post_act": null,
119
+ "transformer_layers_per_block": 1,
120
+ "up_block_types": [
121
+ "UpBlock2D",
122
+ "CrossAttnUpBlock2D",
123
+ "CrossAttnUpBlock2D",
124
+ "CrossAttnUpBlock2D"
125
+ ],
126
+ "upcast_attention": false,
127
+ "use_linear_projection": false
128
+ }
129
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_3ec06ccf688cc7ef9ffb/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b76527f468aa1fa58476f18c4afe920851dbdd6a7dc54f55eddf7a73ed94426f
3
  size 496114553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da26b78a552374e5bf1c547465bf580aa3f864d766405cd62071bc8b8b38245
3
  size 496114553
neuronxcc-2.19.8089.0+8ab9f450/MODULE_3ec06ccf688cc7ef9ffb/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6686ac454ff1c913a49a2d834e2bf80a34d79a60465faa7d5456f6314ce9bbfd
3
  size 3814060749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea27f7b34f642eeb14a13be9d16b4948ed13d4c7e4dbd27972e292e81725ad12
3
  size 3814060749
neuronxcc-2.19.8089.0+8ab9f450/MODULE_3ec06ccf688cc7ef9ffb/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ba7589302c0535dcd2f7f616b8f294a521b2d06a149fb740763b0c19b52dcdb
3
  size 401103061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdae90d48a81f14a4b52f5b997586ea28c17d429426a2c2aedf9877dd7be1148
3
  size 401103061
neuronxcc-2.19.8089.0+8ab9f450/MODULE_3ec06ccf688cc7ef9ffb/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18169dde94dfa45cbb03f74cba3d57560d019fa5d84a1628b09f1593ec02982a
3
  size 245181587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a991511e3c7a8820ae1c7248dbdcc02b64afa1e2e4b1f6d6fdb9700d578b546
3
  size 245181587