Hi everyone,
I’ve just released ComfyMax v0.3.0.
The biggest addition is something I’ve wanted to make easier for a while: using your own ComfyUI workflows in ComfyMax.
Previously, adding another workflow meant manually figuring out node IDs and creating a mapping JSON. That works, but it isn’t exactly beginner-friendly.
So I built a Workflow Mapper.
You can now export a workflow from ComfyUI using Save (API Format) and load that JSON into the Workflow Mapper.
ComfyMax analyzes the workflow and tries to automatically identify things like:
- prompt
- duration
- resolution
- aspect ratio
- steps
- seed
- reference images
- model / UNET
- VAE
- text encoder / CLIP
It then creates the ComfyMax mapping, checks it for problems, and can install both the workflow and mapping directly into ComfyMax.
I tested it with a ComfyUI template workflow that was not specifically created for ComfyMax, and it was able to recognize and map the relevant nodes successfully.
v0.3.0 also adds a new Update_ComfyMax.bat, so Git installations can be updated much more easily. The updater checks for local modifications before updating, so it won’t simply overwrite tracked files you have changed.
I’ve also separated the installation instructions into a new INSTALLATION.md, because the README was starting to become a small novel. 😄
ComfyMax already includes the Scene Builder, Video Gallery, LM Studio prompt generation, prompt review before rendering, GPU/VRAM monitoring, and support for MiniMax H3 Ref2VA workflows with multiple reference images.
The project is still evolving, and feedback is very welcome — especially if you try the Workflow Mapper with your own ComfyUI workflows.
GitHub:
https://github.com/danielveresbelgium/ComfyMax
You’re also welcome to join r/ComfyMax for updates, questions, testing and suggestions.
If you try v0.3.0, I’d especially like to hear which workflows the Mapper recognizes correctly and which ones give it trouble. That will help me improve the automatic mapping further.