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

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/db907c4f25d2a5f578f1.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": 64,
95
+ "static_num_channels": 4,
96
+ "static_sequence_length": 77,
97
+ "static_vae_scale_factor": 8,
98
+ "static_width": 64,
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_db907c4f25d2a5f578f1/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:279965ff681e6daa57a8b6ad16b45565d4353b0288f0fe7083d88f2094092a3f
3
  size 496114553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc519f0d3b308980ef635d0787d9469b773f5935f477cabceef8ef7164ccdf21
3
  size 496114553
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db907c4f25d2a5f578f1/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f69d12b2d1527c33333590d6507ae766c117ccec2e9abbc2bee45f349f5042d3
3
  size 3567235533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a776f91be3f27723f74a60d77d3744b16e2defbc42c9efb346863902b11e14
3
  size 3567235533
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db907c4f25d2a5f578f1/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d5c4edb8f6aedcab3c05a76bd95cac94065a5180b8cf0f26b62df1c07591ff8
3
  size 258982101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80aaf63721a7c0ac1111597175336bd14217e1eaf13dc56753cde44c35e9d410
3
  size 258982101
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db907c4f25d2a5f578f1/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47926ba558dbaa23ec158a0568adc71e92490087930dc422180887e3e0bd4504
3
  size 169118803
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c3e02b5ee96c843ac93cc599f03c43ab3be94afa02ca9b2e246a53e30391e6a
3
  size 169118803