# NodeGPT **Repository Path**: wu-yulin-1/NodeGPT ## Basic Information - **Project Name**: NodeGPT - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeGPT Implementation of AutoGen inside ComfyUI. This repository is under development, and not everything is functioning correctly yet. Dont share your workflow with any API keys inside!!! # Example of Agents ![Screenshot 2023-10-16 171331](https://github.com/xXAdonesXx/NodeGPT/assets/66518617/3f7aaef7-3525-4331-8445-82f5be719b60) ![Screenshot 2023-10-16 165601](https://github.com/xXAdonesXx/NodeGPT/assets/66518617/226498be-fd20-4db8-821f-40e3b22b09ec) The example above should work mostly after installation. The output is displayed in the terminal, and the workflow can be found in the repository (Task_Solving_with_Code_Generation.json). ![Screenshot 2023-10-16 165434](https://github.com/xXAdonesXx/NodeGPT/assets/66518617/9b694d65-f890-415d-9075-9d1bcbd92b12) # Features - autogen: Automated Multi Agent Chat - Automated Task Solving with Code Generation, Execution & Debugging - Automated Complex Task Solving by Group Chat # To Do - Itteritive prompt enhancement using llava and Stable Diffusion https://github.com/JayZeeDesign/vision-agent-with-llava/blob/main/app.py - Functions # Installing please let me now if you have any issus installing. Install: https://github.com/comfyanonymous/ComfyUI I would recomend using LM Studio: https://lmstudio.ai/ Git clone the repository: git clone https://github.com/xXAdonesXx/NodeGPT into the "custom nodes" folder inside ComfyUI cd NodeGPT install.bat pip install -r requirements.txt # Usage Start the LM Studio Server Start ComfUI and place nodes. # Contributing Pull requests, suggestions, and issue reports are welcome. # Credits LM Studio ComfyUI: https://github.com/comfyanonymous/ComfyUI oobabooga: https://github.com/oobabooga/text-generation-webui chatGPT: https://chat.openai.com/chat autogen: https://github.com/microsoft/autogen