Data analysis custom modules for ComfyUI - Use Pandas & Matplotlib from within ComfyUI
v1.1.0 was released which contains backward incompatible changes for worklows created using the prior version of ComfyUI Data Analysis custom nodes. Please read the Release Note.
If you love ComfyUI, it's likely because of its incredible flexibility—allowing you to customize workflows to achieve exactly the results you want, primarily in image generation.
ComfyUI was designed to make Stable Diffusion accessible to non-engineers while offering extensive customization. However, it doesn’t natively support structured data like baseball statistics. That’s why I created this ComfyUI extension—to bridge that gap.
This project is still in the conceptual stage, with limited Pandas and Matplotlib functionality, but it works. At the end of this page, you’ll find a tutorial on how to use this package to answer the MLB hits question.
I hope you enjoy using it and have a great time exploring data.
— Hide Inada
<hr>ComfyUI-Data-Analysis is a custom module for analyzing data using Pandas and Matplotlib within ComfyUI.
Here are some of the included nodes:
You can connect these nodes to conduct complex analysis in an intuitive graphical way.
You can also use other Comfy custom nodes to fit your needs (e.g., combining images).
These custom nodes aim to make data exploration and analysis more efficient and enjoyable.
Note: GPU is not required to run this custom module.
Navigate to the custom_nodes
directory within your ComfyUI installation.
Run the following command:
git clone https://github.com/HowToSD/ComfyUI-Data-Analysis.git
This will create a new subdirectory ComfyUI-Data-Analysis.
Rename the folder name from ComfyUI-Data-Analysis to data-analysis. If you skip this, example workflows will not work as those flows use this folder name.
Check if your ComfyUI environment already has pandas and matplotlib. If not, install them using pip.
pip install -r requirements.txt
Refer to requirements.txt for the right versions.
Start ComfyUI.
This custom node module requires pandas and matplotlib, which are not included in the default ComfyUI installation. If you install this module using ComfyUI Manager, these packages should be installed automatically. However, if installation fails, refer to the pandas and matplotlib documentation for manual installation.
Refer to User's Guide or check out Node Reference
For a practical example, see the tutorial on baseball data: How to Find Out Who Had the Most Hits.
🚫 This project does not accept pull requests.
Unsolicited PRs will be closed without review.
If you have a feature request or improvement suggestion, please create an Issue instead.
All submitted issues will be reviewed and prioritized accordingly.
The cover baseball image was generated using FLUX.1-dev. Commercial use of this image is not permitted.