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": "Standalone 4x upscale of an input image using ESRGAN. Required model: 4x-UltraSharp.pth (or any upscaler in models/upscale_models/). Upload with --input-image image=./photo.png.",  "1": {    "class_type": "LoadImage",    "_meta": {"title": "Load Image"},    "inputs": {"image": "REPLACE_WITH_UPLOADED_FILENAME.png"}  },  "2": {    "class_type": "UpscaleModelLoader",    "_meta": {"title": "Load Upscale Model"},    "inputs": {"model_name": "4x-UltraSharp.pth"}  },  "3": {    "class_type": "ImageUpscaleWithModel",    "_meta": {"title": "Upscale Image (with Model)"},    "inputs": {      "upscale_method": "lanczos",      "upscale_model": ["2", 0],      "image": ["1", 0]    }  },  "4": {    "class_type": "SaveImage",    "_meta": {"title": "Save"},    "inputs": {"filename_prefix": "upscaled_4x", "images": ["3", 0]}  }}