comfyui

Generate images, video, and audio via diffusion workflows.

  • comfyui
  • image-generation
  • stable-diffusion
  • flux
  • sd3
  • wan-video
  • hunyuan-video
  • creative
  • generative-ai
  • video-generation

Declared platforms: macos · linux · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/creative/comfyui'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗
View on GitHub
← Back to SKILL.md
{  "_comment": "SDXL text-to-image at 1024x1024. Required model: sd_xl_base_1.0.safetensors (or any SDXL checkpoint).",  "3": {    "class_type": "KSampler",    "_meta": {"title": "KSampler"},    "inputs": {      "seed": 42,      "steps": 30,      "cfg": 7.5,      "sampler_name": "dpmpp_2m",      "scheduler": "karras",      "denoise": 1.0,      "model": ["4", 0],      "positive": ["6", 0],      "negative": ["7", 0],      "latent_image": ["5", 0]    }  },  "4": {    "class_type": "CheckpointLoaderSimple",    "_meta": {"title": "Load SDXL Base"},    "inputs": {"ckpt_name": "sd_xl_base_1.0.safetensors"}  },  "5": {    "class_type": "EmptyLatentImage",    "_meta": {"title": "Empty Latent"},    "inputs": {"width": 1024, "height": 1024, "batch_size": 1}  },  "6": {    "class_type": "CLIPTextEncode",    "_meta": {"title": "Positive Prompt"},    "inputs": {"text": "cinematic photograph, dramatic lighting, intricate detail", "clip": ["4", 1]}  },  "7": {    "class_type": "CLIPTextEncode",    "_meta": {"title": "Negative Prompt"},    "inputs": {"text": "ugly, blurry, low quality, deformed, watermark", "clip": ["4", 1]}  },  "8": {    "class_type": "VAEDecode",    "_meta": {"title": "VAE Decode"},    "inputs": {"samples": ["3", 0], "vae": ["4", 2]}  },  "9": {    "class_type": "SaveImage",    "_meta": {"title": "Save Image"},    "inputs": {"filename_prefix": "sdxl", "images": ["8", 0]}  }}