From cd7fac3fd5a94efbd15a3e2fd904f84599dfc545 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 19 Jun 2024 12:07:13 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94f24799a..8e2ad2298 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,6 @@ core extensions will be loaded. ## Deploy Copy everything under `dist/` to `ComfyUI/web/` in your ComfyUI checkout. + +## Breaking changes +- api.api_url now adds a prefix `api/` to every url going through the method. If the custom node registers a new api endpoint but does not offer the `api/` prefixed alt endpoint, it will have issue. Luckily there aren't many extensions that do that. We can perform an audit before launching to resolve this issue.