From b1954fabd2ec6c699c7b669423d23f8bc805cfff Mon Sep 17 00:00:00 2001 From: Tianlei Wu Date: Tue, 14 Nov 2023 17:20:24 -0800 Subject: [PATCH] naming Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com> --- .../python/tools/transformers/models/stable_diffusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md b/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md index bfe147d50f856..1ec1ca3ba0c83 100644 --- a/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md +++ b/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md @@ -83,7 +83,7 @@ For example: If you do not provide prompt, the script will generate different image sizes for a list of prompts for demonstration. -## Optimize Stable Diffusion ONNX models for Huggingface Diffusers or Optimum +## Optimize Stable Diffusion ONNX models for Hugging Face Diffusers or Optimum If you are able to run the above demo with docker, you can use the docker and skip the following setup and fast forward to [Export ONNX pipeline](#export-onnx-pipeline).