Comfyui workflow
Skill yigityildiz0/universal-ai-skill-library/skills/common/comfyui-workflow
531 searchable AI Agent Skills for Claude Code, OpenAI Codex, and OpenCode — EN/TR catalog, platform and risk notes, direct ZIPs, and curated bundles.
npx -y skills add yigityildiz0/universal-ai-skill-library --skill comfyui-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate and debug ComfyUI workflow JSON files for FLUX, SDXL, SD3, Wan2.2, img2img, txt2img, txt2vid, img2vid, LoRA, ControlNet, IPAdapter, inpaint, and upscale tasks. Use when the user wants to build, modify, compare, or troubleshoot ComfyUI workflows.
SKILL.md
2.9 KB, 667 tokens by cl100k_base, as published. Nobody here has run it
ComfyUI Workflow
Use this skill when the user wants to create, modify, compare, or troubleshoot a ComfyUI workflow.
Goals
- Generate valid ComfyUI workflow JSON files
- Start from the closest template in
templates/whenever possible - Use
references/to check node names, inputs, outputs, defaults, and constraints - Keep explanations short and practical
- Prefer working solutions over theory
What to gather first
Before generating a workflow, identify:
-
Task type
- txt2img
- img2img
- txt2vid
- img2vid
- inpaint
- upscale
- control workflow
- identity-preserving edit
-
Model family
- FLUX
- SDXL
- SD3
- Wan 2.2
- HunyuanVideo
- LTXV
- Mochi
- Cosmos
- other
-
Key settings
- resolution
- steps
- CFG
- sampler
- seed behavior
-
Optional modules
- LoRA
- ControlNet
- IPAdapter
- PuLID
- upscaler
- face/detail nodes
-
Prompt inputs
- positive prompt
- negative prompt
- trigger words if a LoRA is used
If the user is vague, suggest a sane default configuration.
Workflow generation rules
- Use the closest file in
templates/as the base whenever possible - Adapt the template instead of building everything from zero unless necessary
- Output valid ComfyUI LiteGraph UI JSON
- Include a short explanation of the pipeline
- List required custom nodes
- List required model files
- Mention likely missing dependencies if relevant
Debugging rules
When the user shares a broken workflow, console error, or screenshot, troubleshoot in this order:
- Missing model files
- Missing custom nodes
- Wrong node connections
- Wrong widget values
- Incompatible model family
- VAE / text encoder mismatch
- LoRA placement or wrong trigger usage
- ControlNet / IPAdapter / PuLID integration mistakes
- Unsupported or outdated node names
- Resolution / VRAM / precision issues
FLUX-specific checks
For FLUX workflows, always verify:
- correct model loader path
- text encoder setup
- VAE compatibility
- LoRA attachment points
- filename consistency
- sampler path
- output node presence
Output style
- Be concise
- Give the final workflow first if the request is clear
- Then list required models and custom nodes
- If debugging, first state the most likely cause
- Then give the fastest fix
- Then give the clean long-term fix
Examples
- Generate a FLUX txt2img workflow with LoRA support
- Build a Wan 2.2 img2vid workflow with camera control
- Debug this ComfyUI workflow JSON
- Add PuLID and identity-preserving editing to this FLUX workflow
- Compare two workflows and explain which one is more stable
What ships with it: 80 files
663.3 KB alongside SKILL.md
comfyui-workflow/
- references/common-workflows.md4.3 KB
- references/node-registry-additions.md17.1 KB
- references/nodes/01-loaders.md6.0 KB
- references/nodes/02-conditioning.md7.1 KB
- references/nodes/03-sampling.md923 B
- references/nodes/04-latent.md8.6 KB
- references/nodes/05-image.md8.0 KB
- references/nodes/06-controlnet.md2.9 KB
- references/nodes/07-video-wan.md12.0 KB
- references/nodes/08-video-io.md1.4 KB
- references/nodes/09-flux.md2.2 KB
- references/nodes/10-sdxl.md767 B
- references/nodes/11-sd3.md1.6 KB
- references/nodes/12-hunyuan-video.md3.6 KB
- references/nodes/13-upscale.md1.7 KB
- references/nodes/14-post-processing.md2.0 KB
- references/nodes/15-custom-samplers.md11.7 KB
- references/nodes/16-mask.md2.4 KB
- references/nodes/17-compositing.md840 B
- references/nodes/18-model-advanced.md2.8 KB
- references/nodes/19-model-merging.md3.7 KB
- references/nodes/20-model-patches.md6.5 KB
- references/nodes/21-audio.md5.1 KB
- references/nodes/22-ltxv.md3.8 KB
- references/nodes/23-stable-cascade.md1.2 KB
- references/nodes/24-stable-3d.md1.4 KB
- references/nodes/25-cosmos.md1.1 KB
- references/nodes/26-mochi.md328 B
- references/nodes/27-hidream.md335 B
- references/nodes/28-lumina2.md297 B
- references/nodes/29-pixart.md312 B
- references/nodes/30-chroma-radiance.md335 B
- references/nodes/31-hunyuan-3d.md1.7 KB
- references/nodes/32-3d.md673 B
- references/nodes/33-kandinsky.md891 B
- references/nodes/34-qwen-omnigen.md944 B
- references/nodes/35-string.md2.1 KB
- references/nodes/36-primitive.md915 B
- references/nodes/37-logic-utility.md2.8 KB
- references/nodes/38-text-generation.md519 B
40 more files not listed here. See all 80 in the repository.