This project presents a robust service for invoking Python nodes, encapsulated with the power of litegraph.js and TypeScript. It seamlessly integrates with ComfyUI, offering a TypeScript implementation that is both efficient and user-friendly.
-
Install Python Dependencies: Install the required Python packages from
requirements.txt
.pip install -r requirements.txt
-
Start the Service: Launch the service by running the
main.py
script.python main.py
This initializes the Python Node Invocation Service, integrating it with Litegraph.js and TypeScript.
- Python Node Invocation: Leverage the flexibility of Python within a node-based architecture.
- Litegraph.js Integration: Utilize the dynamic node-graph library for creating complex workflows.
- TypeScript Implementation: Benefit from the strong typing and modern features of TypeScript.
- ComfyUI Compatibility: Seamlessly integrate with ComfyUI nodes for a cohesive user experience.