-
Notifications
You must be signed in to change notification settings - Fork 9.6k
ComfyAPI Core v0.0.2 #8962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ComfyAPI Core v0.0.2 #8962
Conversation
From my brief review, looks good - I am in the process of refactoring v3-definition so that it can live on the Core API as well. I haven't tested any of the async_to_sync code. Does it seem to 'just work' so far? |
Additional feedback from @Kosinkadink in a call: |
The input types, input impls, and utility types are now all available in the versioned API. See the change in `comfy_extras/nodes_video.py` for an example of their usage.
* ComfyAPI Core v0.0.2 * Respond to PR feedback * Fix Python 3.9 errors * Fix missing backward compatibility proxy * Reorganize types a bit The input types, input impls, and utility types are now all available in the versioned API. See the change in `comfy_extras/nodes_video.py` for an example of their usage. * Remove the need for `--generate-api-stubs` * Fix generated stubs differing by Python version * Fix ruff formatting issues
Adds the framework for the initial version of the backward-compatible Core API in ComfyUI