dacorvo HF Staff commited on
Commit
03ffacf
·
verified ·
1 Parent(s): 015d5a1

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0/stable-diffusion/jyoung105/stable-diffusion-v1-5/290d6364f00ca86a0a51.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hidden_act": "quick_gelu",
12
+ "hidden_size": 768,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 77,
18
+ "model_type": "clip_text_model",
19
+ "neuron": {
20
+ "auto_cast": "matmul",
21
+ "auto_cast_type": "bf16",
22
+ "compiler_type": "neuronx-cc",
23
+ "compiler_version": "2.17.194.0+d312836f",
24
+ "dynamic_batch_size": false,
25
+ "inline_weights_to_neff": false,
26
+ "optlevel": "2",
27
+ "output_attentions": false,
28
+ "output_hidden_states": false,
29
+ "static_batch_size": 1,
30
+ "static_sequence_length": 77,
31
+ "task": "feature-extraction",
32
+ "tensor_parallel_size": 1
33
+ },
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "vocab_size": 49408
37
+ },
38
+ "unet": {
39
+ "_class_name": "UNet2DConditionModel",
40
+ "act_fn": "silu",
41
+ "addition_embed_type": null,
42
+ "addition_embed_type_num_heads": 64,
43
+ "addition_time_embed_dim": null,
44
+ "attention_head_dim": 8,
45
+ "attention_type": "default",
46
+ "block_out_channels": [
47
+ 320,
48
+ 640,
49
+ 1280,
50
+ 1280
51
+ ],
52
+ "center_input_sample": false,
53
+ "class_embed_type": null,
54
+ "class_embeddings_concat": false,
55
+ "conv_in_kernel": 3,
56
+ "conv_out_kernel": 3,
57
+ "cross_attention_dim": 768,
58
+ "cross_attention_norm": null,
59
+ "down_block_types": [
60
+ "CrossAttnDownBlock2D",
61
+ "CrossAttnDownBlock2D",
62
+ "CrossAttnDownBlock2D",
63
+ "DownBlock2D"
64
+ ],
65
+ "downsample_padding": 1,
66
+ "dropout": 0.0,
67
+ "dual_cross_attention": false,
68
+ "encoder_hid_dim": null,
69
+ "encoder_hid_dim_type": null,
70
+ "flip_sin_to_cos": true,
71
+ "freq_shift": 0,
72
+ "in_channels": 4,
73
+ "layers_per_block": 2,
74
+ "mid_block_only_cross_attention": null,
75
+ "mid_block_scale_factor": 1,
76
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
77
+ "neuron": {
78
+ "auto_cast": "matmul",
79
+ "auto_cast_type": "bf16",
80
+ "compiler_type": "neuronx-cc",
81
+ "compiler_version": "2.17.194.0+d312836f",
82
+ "dynamic_batch_size": false,
83
+ "inline_weights_to_neff": false,
84
+ "optlevel": "2",
85
+ "output_attentions": false,
86
+ "output_hidden_states": false,
87
+ "static_batch_size": 1,
88
+ "static_height": 96,
89
+ "static_num_channels": 4,
90
+ "static_sequence_length": 77,
91
+ "static_vae_scale_factor": 8,
92
+ "static_width": 96,
93
+ "task": "semantic-segmentation",
94
+ "tensor_parallel_size": 1
95
+ },
96
+ "norm_eps": 1e-05,
97
+ "norm_num_groups": 32,
98
+ "num_attention_heads": null,
99
+ "num_class_embeds": null,
100
+ "only_cross_attention": false,
101
+ "out_channels": 4,
102
+ "projection_class_embeddings_input_dim": null,
103
+ "resnet_out_scale_factor": 1.0,
104
+ "resnet_skip_time_act": false,
105
+ "resnet_time_scale_shift": "default",
106
+ "reverse_transformer_layers_per_block": null,
107
+ "time_cond_proj_dim": null,
108
+ "time_embedding_act_fn": null,
109
+ "time_embedding_dim": null,
110
+ "time_embedding_type": "positional",
111
+ "timestep_post_act": null,
112
+ "transformer_layers_per_block": 1,
113
+ "up_block_types": [
114
+ "UpBlock2D",
115
+ "CrossAttnUpBlock2D",
116
+ "CrossAttnUpBlock2D",
117
+ "CrossAttnUpBlock2D"
118
+ ],
119
+ "upcast_attention": false,
120
+ "use_linear_projection": false
121
+ }
122
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42539eabfe2d01b8281ac5dffe3f942ea4a8ffce783568491c5799b9e8183fd0
3
  size 495899257
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6829c4f84b29faeefccb3fe144494ddbf19443e707fa97aff60b2935058137
3
  size 495899257
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac4c23adfa86c53facf369b8d292a3cf09d8d9b99bb5c8365e903bfb7152c199
3
- size 3851517965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2474e50bcf04520f55b66b62b9903c0f05aa471774b29443e90900f1da2011ef
3
+ size 3851518029
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89863786b4991f68b15a55c3d4d96c509875d070cdb241cb31320a02e3aa878c
3
  size 600343701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7669a7cb097c5ef9d30fc5e0c76ec7d970fb6d1016b220a23ba1c722d4a96dda
3
  size 600343701
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e0da9e0f3801367a12c30eaee23786856d50593f3dbad9eee9b3064143ffed4
3
  size 351604243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee6477f4c6075c1b06ba2c7f86a9d88ee26afe107a4b156f1f0ab0f7ad8cd62
3
  size 351604243