IlyasMoutawwakil HF staff commited on
Commit
1fca1b6
·
verified ·
1 Parent(s): e817066

Upload cuda_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark.json with huggingface_hub

Browse files
cuda_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark.json CHANGED
@@ -6,19 +6,17 @@
6
  "version": "2.2.2",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "stable-diffusion",
9
- "model": "CompVis/stable-diffusion-v1-4",
10
  "library": "diffusers",
 
 
11
  "device": "cuda",
12
  "device_ids": "0",
13
  "seed": 42,
14
  "inter_op_num_threads": null,
15
  "intra_op_num_threads": null,
16
- "hub_kwargs": {
17
- "revision": "main",
18
- "force_download": false,
19
- "local_files_only": false,
20
- "trust_remote_code": false
21
- },
22
  "no_weights": false,
23
  "device_map": null,
24
  "torch_dtype": null,
@@ -104,41 +102,41 @@
104
  "call": {
105
  "memory": {
106
  "unit": "MB",
107
- "max_ram": 1325.879296,
108
- "max_global_vram": 8150.05696,
109
  "max_process_vram": 0.0,
110
- "max_reserved": 7495.221248,
111
- "max_allocated": 6531.774464
112
  },
113
  "latency": {
114
  "unit": "s",
115
  "count": 2,
116
- "total": 1.3022843017578125,
117
- "mean": 0.6511421508789063,
118
- "stdev": 0.0015358886718750409,
119
- "p50": 0.6511421508789063,
120
- "p90": 0.6523708618164062,
121
- "p95": 0.6525244506835938,
122
- "p99": 0.6526473217773437,
123
  "values": [
124
- 0.6526780395507813,
125
- 0.6496062622070312
126
  ]
127
  },
128
  "throughput": {
129
  "unit": "images/s",
130
- "value": 1.5357629645849349
131
  },
132
  "energy": {
133
  "unit": "kWh",
134
- "cpu": 7.701848944028219e-06,
135
- "ram": 4.200704021513956e-06,
136
- "gpu": 3.968169841198077e-05,
137
- "total": 5.158425137752295e-05
138
  },
139
  "efficiency": {
140
  "unit": "images/kWh",
141
- "value": 19385.761609322002
142
  }
143
  }
144
  }
 
6
  "version": "2.2.2",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "stable-diffusion",
 
9
  "library": "diffusers",
10
+ "model": "CompVis/stable-diffusion-v1-4",
11
+ "processor": "CompVis/stable-diffusion-v1-4",
12
  "device": "cuda",
13
  "device_ids": "0",
14
  "seed": 42,
15
  "inter_op_num_threads": null,
16
  "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "hub_kwargs": {},
 
 
 
20
  "no_weights": false,
21
  "device_map": null,
22
  "torch_dtype": null,
 
102
  "call": {
103
  "memory": {
104
  "unit": "MB",
105
+ "max_ram": 1315.57376,
106
+ "max_global_vram": 8143.765504,
107
  "max_process_vram": 0.0,
108
+ "max_reserved": 7488.929792,
109
+ "max_allocated": 6529.611776
110
  },
111
  "latency": {
112
  "unit": "s",
113
  "count": 2,
114
+ "total": 1.2925891723632814,
115
+ "mean": 0.6462945861816407,
116
+ "stdev": 0.0018083190917968506,
117
+ "p50": 0.6462945861816407,
118
+ "p90": 0.6477412414550782,
119
+ "p95": 0.6479220733642578,
120
+ "p99": 0.6480667388916016,
121
  "values": [
122
+ 0.6481029052734375,
123
+ 0.6444862670898438
124
  ]
125
  },
126
  "throughput": {
127
  "unit": "images/s",
128
+ "value": 1.5472820311060915
129
  },
130
  "energy": {
131
  "unit": "kWh",
132
+ "cpu": 7.633690453237957e-06,
133
+ "ram": 4.175484979896282e-06,
134
+ "gpu": 4.125433855899953e-05,
135
+ "total": 5.306351399213377e-05
136
  },
137
  "efficiency": {
138
  "unit": "images/kWh",
139
+ "value": 18845.340701489196
140
  }
141
  }
142
  }