Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xXAdonesXx/NodeGPT
ComfyUI Extension Nodes for Automated Text Generation.
https://github.com/xXAdonesXx/NodeGPT
Last synced: 8 days ago
JSON representation
ComfyUI Extension Nodes for Automated Text Generation.
- Host: GitHub
- URL: https://github.com/xXAdonesXx/NodeGPT
- Owner: xXAdonesXx
- License: agpl-3.0
- Created: 2023-04-08T16:44:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T11:41:30.000Z (5 months ago)
- Last Synced: 2024-08-02T03:07:12.906Z (3 months ago)
- Language: Python
- Size: 1.34 MB
- Stars: 329
- Watchers: 18
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - NodeGPT
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
- New: llama-cpp (slow), llava# To Do
- Functions
- MemGPT (NotWorkingFolder)
# 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
Upon starting, ComfyUI should install the requirements.
# Troubleshooting
Try running the Update.bat inside ComfyUI\custom_nodes\NodeGPT# Usage
Start the LM Studio ServerStart ComfUI and place nodes.
For llava:
https://huggingface.co/mys/ggml_llava-v1.5-7b
# Contributing
Pull requests, suggestions, and issue reports are welcome.# Credits
LM StudioComfyUI: 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