From a9dd4361176b8a4a88c8f98e0047ede01bf3ee76 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 Feb 2023 17:45:02 +0900 Subject: [PATCH] Update readme.md Huggingface -> Hugging Face --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 38d49ea4..d63079f5 100644 --- a/readme.md +++ b/readme.md @@ -75,8 +75,8 @@ First of all, we need to convert our existing diffusers model to the tensorrt en ## Building the TensorRT engine 1. Click on the "engine" tab ![](./docs/images/readme-usage-screenshot-01.png) -2. Enter Huggingface's Diffusers model ID in `Model ID` (ex: `CompVis/stable-diffusion-v1-4`) -3. Enter your Huggingface access token in `HuggingFace Access Token` (required for some repositories). +2. Enter Hugging Face's Diffusers model ID in `Model ID` (ex: `CompVis/stable-diffusion-v1-4`) +3. Enter your Hugging Face access token in `HuggingFace Access Token` (required for some repositories). Access tokens can be obtained or created from [this page](https://huggingface.co/settings/tokens). 4. Click the `Build` button to start building the engine. - There may be some warnings during the engine build, but you can safely ignore them unless the build fails. @@ -93,4 +93,4 @@ Access tokens can be obtained or created from [this page](https://huggingface.co
-Special thanks to the technical members of the [AI絵作り研究会](https://discord.gg/ai-art), a Japanese AI image generation community. \ No newline at end of file +Special thanks to the technical members of the [AI絵作り研究会](https://discord.gg/ai-art), a Japanese AI image generation community.