CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Overview
A personal collection of ComfyUI workflows for AI video generation, video editing, upscaling, and image generation. Workflows are distributed as .json files that can be drag-and-dropped into ComfyUI. Each workflow lives in its own directory alongside a README.md and a media/ folder with preview assets.
Directory Structure
<model-family>/<version>/<workflow-name>/
<workflow-name>.json # The ComfyUI workflow
README.md # Description, requirements, notes, changelog
media/ # Preview images/videos (thumbnails, mp4s)
posts/<date-slug>/
README.md # Long-form making-of post
media/ # Supporting media
drafts/ # Work-in-progress workflows (not published)
Workflow Families
- ltx/ — LTX Video 2.x workflows (image-to-video, two-pass, audio support)
- wan/ — WAN 2.2 workflows (T2V, VACE, face detailing, upscaling, Lightning GGUF)
- hunyuanvideo/ — HunyuanVideo workflows (RF-inversion video editing)
- z-image/ — Image generation workflows (two-stage T2I with refinement)
README Convention for Workflows
Each workflow README must follow this structure (keep sections in order, no extras):
# Title— model name, type (Image-to-Video / Video-to-Video / etc.)- One-paragraph description of what the workflow does
## Preview— YouTube embed or local media link## Requirements— ComfyUI version, models with HuggingFace download links, custom nodes with GitHub links## Notes— key parameters, sampler settings, VRAM tips, optional nodes## Changelog— dated entries, newest first, format:- \YYYY-MM-DD` — note`
No emojis anywhere in README files. Use plain text markers if needed.
Adding a New Workflow
- Create the directory:
<model-family>/<version>/<workflow-slug>/ - Export and place the
.jsonfrom ComfyUI - Create
README.mdfollowing the convention above - Create
media/and add at minimum one preview thumbnail - Add a row to the top-level
README.mdtable under the correct model section (keep| Workflow | Description | Type | Updated |column order)
Updating the Main README
The root README.md is the index. It contains one table per model family. Column order is fixed: Workflow | Description | Type | Updated. The Type column uses these values: Video gen, Video edit, Upscaling, Image gen. New rows are always inserted at the top of the table (newest first).
[!] Links in the root README must use absolute HuggingFace URLs — relative links do not work on HuggingFace. Links must point directly to the workflow's README.md file:
https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/{path}/README.md
Posts
Long-form making-of articles go under posts/<YYYY-MM-DD-slug>/README.md. They are linked from the ## Posts table in the root README. Posts reference workflows via relative paths (e.g. ../../ltx/2.3/i2v-two-pass/).