Thanks to visit codestin.com
Credit goes to github.com

Skip to content

comfygpt/comfygpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyGPT: A Self-Optimizing Multi-Agent System for Comprehensive ComfyUI Workflow Generation

Project Website arXiv Model

Oucheng Huang1*Yuhang Ma2*†Zeng Zhao2✉Mingrui Wu1
Jiayi Ji1Rongsheng Zhang2Zhipeng Hu2Xiaoshuai Sun1✉Rongrong Ji1

1 Key Laboratory of Multimedia Trusted Perception and Efficient Computing, Ministry of Education of China, Xiamen University
2 Fuxi AI Lab, NetEase Inc.

*Equal Contribution Project Lead Equal Advising

Teaser

🚀 Quick Start

Environment Setup

Follow the steps below to set up the environment:

  1. Create a new conda environment and activate it:

    conda create -n comfygpt python==3.10
    conda activate comfygpt
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Download Model and Resources from this link and place it in the ./comfygpt/ directory.

  4. Inference

    python infer.py --instruction "This workflow can generate image, using sd3 model."

🏋️ Training

To train our RefineAgent, we utilize LLaMA-Factory, a powerful framework for fine-tuning large language models.

The training configuration files, including the JSON and YAML files, can be found in the train/sft directory.

📚 Citation

If you find Comfygpt useful in your research, please cite our work:

@misc{huang2025comfygptselfoptimizingmultiagentcomprehensive,
      title={ComfyGPT: A Self-Optimizing Multi-Agent System for Comprehensive ComfyUI Workflow Generation}, 
      author={Oucheng Huang and Yuhang Ma and Zeng Zhao and Mingrui Wu and Jiayi Ji and Rongsheng Zhang and Zhipeng Hu and Xiaoshuai Sun and Rongrong Ji},
      year={2025},
      eprint={2503.17671},
      archivePrefix={arXiv},
      primaryClass={cs.MA},
      url={https://arxiv.org/abs/2503.17671}, 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages