Comfy-agent curated_shuttle_jaguar_nunchaku_txt2img_with_upscaler

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/upscaling/curated_shuttle_jaguar_nunchaku_txt2img_with_upscaler" ~/.claude/skills/steliosot-comfy-agent-curated-shuttle-jaguar-nunchaku-txt2img-with-upscaler && rm -rf "$T"
manifest: skills/workflows/upscaling/curated_shuttle_jaguar_nunchaku_txt2img_with_upscaler/SKILL.md
source content

curated_shuttle_jaguar_nunchaku_txt2img_with_upscaler

Curated workflow skill generated from

Shuttle Jaguar (Nunchaku) txt2img with Upscaler.json
.

Capability Family

  • upscaling

Inputs

  • Optional runtime overrides supported by
    run(...)
    :
    • prompt
    • negative_prompt
    • width
      ,
      height
    • seed
      ,
      steps
      ,
      cfg
    • sampler_name
      ,
      scheduler
      ,
      denoise
    • server
      ,
      headers
      ,
      api_prefix

Outputs

  • Returns JSON with:
    • status
    • prompt_id
    • output_images
      (includes image/video entries reported by Comfy history)

Model Requirements

  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • vae
    :
    ae.safetensors
    ->
    models/vae

Custom Node Requirements

  • ComfyUI-TiledDiffusion
  • ComfyUI-nunchaku
  • comfyui-easy-use
  • controlaltai-nodes

Links Extracted From Workflow Notes

Source

  • Original:
    comfy-data/workflows/Shuttle Jaguar (Nunchaku) txt2img with Upscaler.json
<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    upscaling
  • Input modalities:
    text_prompt
  • Output modalities:
    image/png
  • Model families:
    flux, sd3
  • Node count:
    27
  • Complexity score:
    4
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    8

Detected Models

  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • vae
    :
    ae.safetensors
    ->
    models/vae

Detected Custom Nodes

  • ComfyUI-TiledDiffusion
  • ComfyUI-nunchaku
  • comfyui-easy-use
  • controlaltai-nodes

Runtime Warnings

  • Medium-high resolution detected; expect moderate extra runtime.
  • Multiple custom nodes required; verify node installation/version compatibility.
<!-- AUTO-METADATA-END -->