SKILL_MD
80

Authoring ComfyUI v2 frontend extensions with @comfyorg/extension-api — defineNode/defineExtension/defineWidget, shell UI (sidebar tabs, commands, hotkeys), typed events, and handles. Use when writing or editing ComfyUI web-UI extension code (custom node JS, sidebar panels, widgets).

Coding / 软件开发Safe-ishScanned
SKILL_MD
ltxv2-video
by artokun
80

Build Lightricks LTX-2 / LTX-2.3 video workflows — text-to-video, image-to-video, GGUF and bundled checkpoints, distilled model, camera control LoRAs, synchronized audio, two-stage upscaling, and swapping alternate/GGUF base models

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
comfyui-core
by artokun
80

Core ComfyUI knowledge — workflow format, node types, pipeline patterns, and MCP tool usage

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
wan-flf-video
by artokun
80

Build WAN 2.2 First-Last-Frame video workflows — native dual hi-lo (required), and WanVideoWrapper VACE approaches

Safe-ishScanned
SKILL_MD
civitai
by artokun
76

Discover Civitai models with the BUILT-IN search_civitai_models tool and install/generate them locally — find a checkpoint/LoRA/embedding on Civitai, download it into ComfyUI, and use its trigger words. Optionally pair the official Civitai MCP for community features (images browsing, posting, colle…

MLOps / AI 工程Safe-ishScanned
SKILL_MD
video-upscale
by artokun
76

Upscale and restore video in ComfyUI — both the quick local path (per-frame ESRGAN like 4x_foolhardy_Remacri via ImageUpscaleWithModel + 4x→2x supersample, with its temporal-flicker tradeoff) and temporal-aware super-resolution (SeedVR2, the newer FlashVSR) with the downscale-first restore pipeline…

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
installer-packs
by artokun
76

Use when installing a model family from an installer pack, or when building/deriving a new pack from an upstream installer or a workflow JSON. Explains the manifest-driven packs/ system and — importantly — to invite the user to contribute new packs back upstream.

Safe-ishScanned
SKILL_MD
qwen-image-edit
by artokun
76

Build Qwen Image Edit workflows — model loading, conditioning, LoRAs, prompt patterns, and XY plot testing

Safe-ishScanned
SKILL_MD
76

Train custom LoRAs with ostris AI-Toolkit — covers WAN 2.2/2.1 (people, styles, video motion) and Z-Image (Turbo & Base, low-VRAM image LoRAs). Use when the user wants to train a WAN or Z-Image LoRA; covers local + RunPod setup, dataset prep, key params, and using the result in a ComfyUI workflow.

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
director
by artokun
76

Full production pipeline — story to scenes, Z-Image start frames, Qwen Edit end frames, WAN FLF video clips, ffmpeg concatenation

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
76

Authoring & publishing ComfyUI custom nodes to the Comfy Registry — node structure, pyproject.toml spec, comfy-cli publishing, and CI

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
troubleshooting
by artokun
76

Common ComfyUI errors and fixes — OOM, missing nodes, dtype mismatches, black images, and debugging strategies

Coding / 软件开发Safe-ishScanned
SKILL_MD
local-llm-free
by artokun
76

Run the ComfyUI agent locally for FREE — no subscription, no API key, fully offline — using our gemma4 models fine-tuned on the comfyui-mcp tool suite via Ollama. Use when the user asks about running locally, running for free, offline use, avoiding API costs, Ollama setup, or which local model to p…

Creative / 创意娱乐ShellScanned
SKILL_MD
76

ComfyUI prompt engineering knowledge — CLIP text encoding syntax, weight modifiers, model-specific prompting strategies, and best practices

MLOps / AI 工程Safe-ishScanned
SKILL_MD
76

Pick the right ComfyUI startup flags for VRAM, attention, caching, and speed — the full decision matrix for OOM (--novram / --cache-none / --disable-smart-memory), shared-VRAM creep on Windows (--reserve-vram N), model-switching with big text encoders (--cache-none), high-VRAM throughput (--gpu-onl…

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
report-bug
by artokun
71

Goal: when something is broken, don't just stop — diagnose it, try to fix it so the user keeps working, and get the fix/report to whoever can fix it upstream. Do this autonomously: act, then inform the user with a short summary — don't pepper them with permission prompts. (Exceptions where you DO p…

Safe-ishScanned
SKILL_MD
71

Train a custom anime LoRA on the ANIMA base model — Citron's local Gradio trainer (kohya sd-scripts), <6GB VRAM, character/style LoRAs; covers setup, dataset prep, training params, and using the result in the anima-base workflow

Data / 数据分析Safe-ishScanned
SKILL_MD
qwen-txt2img
by artokun
71

Build Qwen Image 2512 text-to-image workflows — QwenImageIntegratedKSampler, separate component loading, lightning LoRAs, and fine-tuned model variants

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
z-image-txt2img
by artokun
71

Build Z-Image txt2img workflows — RedCraft checkpoint, Z-Image Turbo/Base LoRAs, ControlNet, and sampler presets

Safe-ishScanned
SKILL_MD
debug-render
by artokun
71

Debug a WRONG or imperfect render (not a hard error) by inspecting inputs and intermediate steps with run-to-node — render one branch up to an output, preview-tap latents/masks/preprocessor maps, localize the first bad stage, then fix. Use when a final image/video comes out wrong — artifacts, wrong…

Coding / 软件开发Safe-ishScanned
SKILL_MD
71

Diagnose and fix video/image color OBJECTIVELY with the analyze_color tool (scopes/stats — black/white points, contrast, saturation, clipping, cast) instead of eyeballing a contact sheet. Covers the "washed out" signature, why reference color-match (mkl/ColorMatch/ColorMatchAdobe) CAN'T add contras…

Safe-ishScanned
SKILL_MD
anima-base
by artokun
71

Anime/illustration text-to-image (ANIMA 1.0, ~2B Cosmos DiT) — use for anime, manga, illustrated characters; accepts Danbooru tags + natural language; runs/trains on <6GB VRAM; includes anime inpainting via Anima-LLLite ControlNet

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
flux-txt2img
by artokun
71

Build Flux txt2img workflows — Flux.1 Dev (SRPO), Flux 2 Klein 9B, Turbo LoRAs, FluxGuidance, and DualCLIPLoader patterns

Safe-ishScanned
SKILL_MD
workflow-layout
by artokun
71

Lay out and organize a ComfyUI workflow cleanly on the live panel canvas — dependency-layered node placement with no overlaps, subgraphs, colored group boxes, and subgraph rail alignment. Use when asked to tidy / clean up / organize / arrange a workflow, add groups or subgraphs, fix overlapping nod…

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
71

Model family compatibility matrix — loaders, resolutions, samplers, CFG, VAE, ControlNet, and LoRA compatibility for SD 1.5, SDXL, Flux, SD3, and video models

Safe-ishScanned
SKILL_MD
ideogram-ultra
by artokun
71

Build Ideogram 4 (Ideogram Ultra) txt2img and img2img workflows — local open-weights model, dual conditional/unconditional models with DualModelGuider, Qwen3-VL text encoder, and structured JSON ("compositional deconstruction") prompts for strong text rendering and layout control

Design / 设计Safe-ishScanned
SKILL_MD
ernie-image
by artokun
71

Build Baidu ERNIE-Image / ERNIE-Image-Turbo workflows — primarily TEXT-TO-IMAGE. Pick ERNIE when you need precise multilingual text rendering, posters/signage, manga/anime multi-panel layouts, or strong instruction following for complex multi-object scenes. Also supports denoise-based image-to-imag…

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
video-extend
by artokun
71

Extend / continue a video temporally with Pusa 2.2 in ComfyUI — temporal flowmatching (the flowmatch_pusa scheduler + WanVideoAddPusaNoise) on the WanVideoWrapper stack with WAN 2.2 T2V A14B (HIGH/LOW) models and the Pusa V1 LoRAs, conditioning on the loaded clip via WanVideoEncode so the existing …

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
71

Two optional accelerators that many modern video graphs (especially kijai's ComfyUI-WanVideoWrapper) reference by default:

Creative / 创意娱乐ShellScanned
SKILL_MD
wan-t2v-video
by artokun
67

Build WAN 2.2 Text-to-Video workflows — dual hi-lo models, lightning LoRAs, VACE modules, and KSamplerAdvanced two-pass

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
krea2-txt2img
by artokun
67

Build Krea 2 Turbo txt2img workflows — native krea2 CLIPLoader, Qwen3-VL encoder, Qwen image VAE, 8-step turbo settings, and Ideogram-style JSON prompting

Safe-ishScanned
SKILL_MD
model-registry
by artokun
67

Curated download URLs and target directories for every model the comfyui-mcp skills reference — checkpoints, VAEs, text encoders, LoRAs — organized by family (Flux, WAN, LTX, Qwen, Z-Image, SD15/SDXL). Use when downloading models with download_model / download_civitai_model, when a workflow fails w…

Creative / 创意娱乐Safe-ishScanned
SKILL_MD
wan-multitalk
by artokun
67

Build WAN MultiTalk audio-driven talking-avatar / lip-sync video workflows — MeiGen-AI MultiTalk on WAN 2.1 14B I2V via kijai WanVideoWrapper (portrait + audio → lip-synced video)

Creative / 创意娱乐Safe-ishScanned