Skip to content

Commit

Permalink
Update model_path for stable_diffusion (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev authored Jan 15, 2025
1 parent 48654bd commit f7fc2e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,17 +216,21 @@ benchmark_setting {
accelerator_name: "npu"
accelerator_desc: "NPU"
model_file: {
model_path: "local:///mlperf_models/sd_decoder_dynamic.tflite"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/sd_decoder_dynamic.tflite"
model_checksum: "68acdb62f99e1dc2c7f5db8cdd0e007c"
}
model_file: {
model_path: "local:///mlperf_models/sd_diffusion_model_dynamic.tflite"
model_checksum: "7cbdadf5282b71561ce5eda75e868c19"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/sd_diffusion_model_dynamic.tflite"
model_checksum: "309e95f76ac8de01130942037a28aa8f"
}
model_file: {
model_path: "local:///mlperf_models/sd_text_encoder_dynamic.tflite"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/sd_text_encoder_dynamic.tflite"
model_checksum: "b64effb0360f9ea49a117cdaf8a2fbdc"
}
model_file: {
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/timestep_embeddings_data.bin.ts"
model_checksum: "798b772155a69de5df44b304327bb3cc"
}
}
delegate_selected: "NNAPI"
custom_setting {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,19 +215,19 @@ benchmark_setting {
accelerator_name: "npu"
accelerator_desc: "NPU"
model_file: {
model_path: "https://github.com/RSMNYS/SD/releases/download/SD/sd_decoder_dynamic.tflite"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/sd_decoder_dynamic.tflite"
model_checksum: "68acdb62f99e1dc2c7f5db8cdd0e007c"
}
model_file: {
model_path: "https://github.com/RSMNYS/SD/releases/download/SD/sd_diffusion_model_dynamic.tflite"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/sd_diffusion_model_dynamic.tflite"
model_checksum: "309e95f76ac8de01130942037a28aa8f"
}
model_file: {
model_path: "https://github.com/RSMNYS/SD/releases/download/SD/sd_text_encoder_dynamic.tflite"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/sd_text_encoder_dynamic.tflite"
model_checksum: "b64effb0360f9ea49a117cdaf8a2fbdc"
}
model_file: {
model_path: "https://github.com/RSMNYS/SD/releases/download/SD/timestep_embeddings_data.bin.ts"
model_path: "https://github.com/mlcommons/mobile_models/releases/download/v4.1-tflite/timestep_embeddings_data.bin.ts"
model_checksum: "798b772155a69de5df44b304327bb3cc"
}
}
Expand Down

0 comments on commit f7fc2e8

Please sign in to comment.