dacorvo HF Staff commited on
Commit
51b1537
·
verified ·
1 Parent(s): 5e6041e

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0/stable-diffusion/jyoung105/stable-diffusion-v1-5/b74e4b6342153be8fdd2.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": 64,
89
+ "static_num_channels": 4,
90
+ "static_sequence_length": 77,
91
+ "static_vae_scale_factor": 8,
92
+ "static_width": 64,
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_b74e4b6342153be8fdd2/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c8a43220cefd73c194d59946aa7e99d890840d12b33677b96c926602f9d4822
3
  size 495899257
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8daa4fb4b98543728315a1ab6e20aed776f269374845bbe9713f73f0040cd721
3
  size 495899257
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bbb74959f11560b1afd0259960b97a50421edc695566c60f84af65d7c40f7ff
3
- size 3572846605
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf741a726a6a0442ce0064646f5252358fe071fe96b47549964abc74fd852bb
3
+ size 3572846669
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebcccd6202d2b5a358a8c5f117d6a8b4b96838f4349203544877537b71f997f6
3
  size 367178901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e582eb0fc6c4892b30c3bde85654e8817c47ea33fdc129a889c1b9c8ac7cc5
3
  size 367178901
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35087568a53feb9cfa68f7e9ce352b6c7391737eb1a24364badc5960d9e62450
3
  size 225662483
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b77fc8fe8d56bbefaa65b1886ccb18a0cdb126b64722bcd40dbf142abcf80fc
3
  size 225662483