dacorvo HF Staff commited on
Commit
b8d6f2c
·
verified ·
1 Parent(s): 72bba76

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.2/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:0142a42a5dd2317e2898d2d874ffa60c7c565a6cfa3d7e99d5716e53e2f6c5a7
3
  size 495899257
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3fe7f4948de87aa909b3c064973c0f5ad479186bcc394f119cbbd75918af2e
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:cd18cdaa60abd7fbc1d016f2b8e8740f55d1b24389753a7f7a1d4e01f98838f9
3
  size 3851518029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd035d13c2dedf8ce53513d95a40238dd336a875b0f849f19f52aa7d4ac5120
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:e047201e1cf14c84762d648ac62f44ebc1436abfa98ad4d7043261c56dcde7d6
3
  size 600343701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0387a0ef8865f81582157e7bd861629eac2b7d0552a65753e25296a22ccd58ee
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:d2daf161e4662c1b58d753647b451c43587b7d3cc65c826d9528f318f2536342
3
  size 351604243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f017dd183e49686393138db903f09aa65840387d84cc940dc2aa6ce15ea958
3
  size 351604243