From 18d9bf7b9e15588486e91a9fb5dfaa18ec71c445 Mon Sep 17 00:00:00 2001 From: pinks Date: Sun, 24 Sep 2023 17:28:02 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 640f1c5..c0e4e31 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ You can put these in `.env` file or pass them as environment variables. ## Codegen -The Stable Diffusion API in `common/sdApi.ts` is auto-generated. To regenerate it, first start your -SD WebUI with `--nowebui --api`, and then run: +The Stable Diffusion API in `sd/sdApi.ts` is auto-generated. To regenerate it, first start your SD +WebUI with `--nowebui --api`, and then run: ```sh -deno run npm:openapi-typescript http://localhost:7861/openapi.json -o common/sdApi.ts +deno run npm:openapi-typescript http://localhost:7861/openapi.json -o sd/sdApi.ts ```