Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.08 KB

Introduction

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.

Installation and Startup

  1. Install Python Dependencies: Install the required Python packages from requirements.txt.

    pip install -r requirements.txt
  2. 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.

Features

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