Comfy-agent curated_nunchaku_qwen_lightning_outpainting_a_folder_of_images

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/img2img_inpaint_outpaint/curated_nunchaku_qwen_lightning_outpainting_a_folder_of_images" ~/.claude/skills/steliosot-comfy-agent-curated-nunchaku-qwen-lightning-outpainting-a-folder-of-im && rm -rf "$T"
manifest: skills/workflows/img2img_inpaint_outpaint/curated_nunchaku_qwen_lightning_outpainting_a_folder_of_images/SKILL.md
source content

curated_nunchaku_qwen_lightning_outpainting_a_folder_of_images

Curated workflow skill generated from

Nunchaku Qwen Lightning - Outpainting a Folder of Images.json
.

Capability Family

  • img2img_inpaint_outpaint

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

  • clip
    :
    qwen_2.5_vl_7b_fp8_scaled.safetensors
    ->
    models/clip
  • vae
    :
    qwen_image_vae.safetensors
    ->
    models/vae
  • controlnet
    :
    Qwen-Image-InstantX-ControlNet-Inpainting.safetensors
    ->
    models/controlnet

Custom Node Requirements

  • comfyui-easy-use
  • comfyui-itools
  • comfyui-nunchaku
  • rgthree-comfy

Links Extracted From Workflow Notes

Source

  • Original:
    comfy-data/workflows/Nunchaku Qwen Lightning - Outpainting a Folder of Images.json
<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    img2img_inpaint_outpaint
  • Input modalities:
    image, text_prompt
  • Output modalities:
    image/png
  • Model families:
    qwen
  • Node count:
    21
  • Complexity score:
    2
  • Resource profile:
    low
  • Estimated runtime:
    fast (usually under 30s on modern GPU)
  • Max latent resolution hint:
    None
    x
    None
  • Max sampler steps hint:
    8

Detected Models

  • clip
    :
    qwen_2.5_vl_7b_fp8_scaled.safetensors
    ->
    models/clip
  • vae
    :
    qwen_image_vae.safetensors
    ->
    models/vae
  • controlnet
    :
    Qwen-Image-InstantX-ControlNet-Inpainting.safetensors
    ->
    models/controlnet

Detected Custom Nodes

  • comfyui-easy-use
  • comfyui-itools
  • comfyui-nunchaku
  • rgthree-comfy

Runtime Warnings

  • Multiple custom nodes required; verify node installation/version compatibility.
<!-- AUTO-METADATA-END -->