paper-with-me

Papers

ComfyMind: Toward General-Purpose Generation via Tree-Based Planning and Reactive Feedback

2025-05-23 · Litao Guo, Xinli Xu, Luozhou Wang, Jiantao Lin, Jinsong Zhou, Zixin Zhang, Bolan Su, Ying-Cong Chen

With the rapid advancement of generative models, general-purpose generation has gained increasing attention as a promising approach to unify diverse tasks across modalities within a single system. Despite this progress, existing open-source frameworks often remain fragile and struggle to support complex real-world applications due to the lack of structured workflow planning and execution-level feedback. To address these limitations, we present ComfyMind, a collaborative AI system designed to enable robust and scalable general-purpose generation, built on the ComfyUI platform. ComfyMind introduces two core innovations: Semantic Workflow Interface (SWI) that abstracts low-level node graphs into callable functional modules described in natural language, enabling high-level composition and reducing structural errors; Search Tree Planning mechanism with localized feedback execution, which models generation as a hierarchical decision process and allows adaptive correction at each stage. Together, these components improve the stability and flexibility of complex generative workflows. We evaluate ComfyMind on three public benchmarks: ComfyBench, GenEval, and Reason-Edit, which span generation, editing, and reasoning tasks. Results show that ComfyMind consistently outperforms existing open-source baselines and achieves performance comparable to GPT-Image-1. ComfyMind paves a promising path for the development of open-source general-purpose generative AI systems. Project page: https://github.com/LitaoGuo/ComfyMind

📄 PDF Abstract BibTeX arXiv:2505.17908

Code (2)

EnVision-Research/ComfyMind 공식 구현
litaoguo/comfymind 공식 구현

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

POrTAL: Plan-Orchestrated Tree Assembly for Lookahead

2025-12-02 · Evan Conway, David Porfirio, David Chan, Mark Roberts 외 arxiv

When tasking robots in partially observable environments, these robots must efficiently and robustly plan to achieve task goals under uncertainty. Although many probabilistic planning algorithms exist for this purpose, t…

FLIP: Flow-Centric Generative Planning as General-Purpose Manipulation World Model

2024-12-11 · Chongkai Gao, Haozhuo Zhang, Zhixuan Xu, Zhehao Cai 외

We aim to develop a model-based planning framework for world models that can be scaled with increasing model and data budgets for general-purpose manipulation tasks with only language and vision inputs. To this end, we p…

Representation LearningVideo Generation

A Novel Architecture for Symbolic Reasoning with Decision Trees and LLM Agents

2025-08-07 · Andrew Kiruluta arxiv

We propose a hybrid architecture that integrates decision tree-based symbolic reasoning with the generative capabilities of large language models (LLMs) within a coordinated multi-agent framework. Unlike prior approaches…

Top-Down Tree Structured Text Generation

2018-08-14 · Qipeng Guo, Xipeng Qiu, xiangyang xue, Zheng Zhang

Text generation is a fundamental building block in natural language processing tasks. Existing sequential models performs autoregression directly over the text sequence and have difficulty generating long sentences of co…

SentenceText Generation

Toward Bayesian Synchronous Tree Substitution Grammars for Sentence Planning

2018-11-01 · WS 2018 11 · David M. Howcroft, Dietrich Klakow, Vera Demberg

Developing conventional natural language generation systems requires extensive attention from human experts in order to craft complex sets of sentence planning rules. We propose a Bayesian nonparametric approach to learn…

SentenceText Generation