From cfb9e55ffce36b1e1cee9add87d5072207c82599 Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:14:57 +0700 Subject: [PATCH] FIX: typo --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 7bfbdab..e5f6be5 100644 --- a/API.md +++ b/API.md @@ -56,7 +56,7 @@ curl -X POST \ * Set `"upscaler"` to `"None"` and `"scale"` to `1` if you don't need to upscale; * Set `"save_to_file"` to `1` if you need to save result to a file; -* `"result_file_path"` is set to the `"outputs/api"` folder by default (please, create the folder beforehand to avoid any errors) with a timestamped filename ;(output_YYYY-MM-DD_hh-mm-ss), you can set any specific path, e.g. `"C:/stable-diffusion-webui/outputs/api/output.png"`. +* `"result_file_path"` is set to the `"outputs/api"` folder by default (please, create the folder beforehand to avoid any errors) with a timestamped filename; (output_YYYY-MM-DD_hh-mm-ss), you can set any specific path, e.g. `"C:/stable-diffusion-webui/outputs/api/output.png"`. You can find full usage examples with all the available parameters in the "example" folder: [cURL](./example/api_external.curl), [JSON](./example/api_external.json).