Update README.md

This commit is contained in:
Chenlei Hu
2024-06-19 12:07:13 -04:00
committed by GitHub
parent d2e0fb7439
commit cd7fac3fd5

View File

@@ -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.