Analysis updated 2026-06-24
Load all ComfyUI image generation skills in Hermes with one slash command
Set up a video and animation prompting session for Wan, LTX, and Seedance at once
Group Flux 2, SDXL, and LTX prompt skills under a single namespace
| 0xzgbot/hermes-comfyui-skills | 0xhassaan/nn-from-scratch | a-little-hoof/dsr | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | — | Python | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | 1/5 | 4/5 | 5/5 |
| Audience | designer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Bundles only wrap other skills, so the underlying ComfyUI and model skills must already be installed in Hermes.
This repository is a small collection of preconfigured skill bundles for the Hermes Agent, aimed specifically at people using ComfyUI to generate images and video. ComfyUI is a node based interface for running open source image and video models like Flux, SDXL, LTX, Seedance, Wan, and AnimateDiff. Hermes is the agent framework these bundles plug into. A skill bundle, as the README explains it, is a Hermes YAML file that groups several individual skills together under one slash command. Without a bundle, you would have to type something like /comfyui /flux2 /ltx23 /quality_tokens one after another to load everything you need for a session. With a bundle installed, a single slash command pulls in the whole set. There are three bundles in the repo. /comfyui-prompting is the all in one set, loading nine skills covering Flux.2, two versions of LTX, Seedance 2, SDXL, Wan, plus general prompt engineering, quality token vocabularies, and iterative refinement advice. /comfyui-image is the narrower image only set, with four skills covering still image generation, img2img, ControlNet, inpainting, and upscaling. /comfyui-video focuses on video and animation with ten skills, adding camera motion vocabulary, character consistency tips, and beat based scripting on top of the underlying model skills. Installation is two commands at the Hermes command line. You tap the repository as a skill source and then either list and pick bundles or install one by name. The bundles only act as wrappers, so they assume the underlying skills are already installed on your system, things like the builtin comfyui skill, local workflow skills for Flux 2 and LTX, and various mlops helpers. If some of those underlying skills are missing, the bundle will still load the ones it can find and note the gaps. The project is MIT licensed.
Three Hermes Agent skill bundles that load multiple ComfyUI image and video model skills with a single slash command instead of typing each one.
MIT: do almost anything with the code as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Verify against the repo before relying on details.