Comfy-agent curated_qwen_img2img_with_ligthing_lora_and_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_qwen_img2img_with_ligthing_lora_and_upscaler" ~/.claude/skills/steliosot-comfy-agent-curated-qwen-img2img-with-ligthing-lora-and-upscaler && rm -rf "$T"
manifest: skills/workflows/upscaling/curated_qwen_img2img_with_ligthing_lora_and_upscaler/SKILL.md
source content

curated_qwen_img2img_with_ligthing_lora_and_upscaler

Curated workflow skill generated from

Qwen img2img with Ligthing Lora and 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

  • vae
    :
    qwen_image_vae.safetensors
    ->
    models/vae
  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • clip
    :
    qwen_2.5_vl_7b_fp8_scaled.safetensors
    ->
    models/clip
  • diffusion_model
    :
    qwen-image-Q8_0.gguf
    ->
    models/diffusion_models

Custom Node Requirements

  • ComfyUI-GGUF
  • comfyui-easy-use
  • rgthree-comfy

Links Extracted From Workflow Notes

Source

  • Original:
    comfy-data/workflows/Qwen img2img with Ligthing Lora and Upscaler.json
<!-- AUTO-METADATA-START -->

Routing Metadata

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

Detected Models

  • vae
    :
    qwen_image_vae.safetensors
    ->
    models/vae
  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • clip
    :
    qwen_2.5_vl_7b_fp8_scaled.safetensors
    ->
    models/clip
  • diffusion_model
    :
    qwen-image-Q8_0.gguf
    ->
    models/diffusion_models

Detected Custom Nodes

  • ComfyUI-GGUF
  • comfyui-easy-use
  • rgthree-comfy

Runtime Warnings

  • Large model(s) detected; ensure enough VRAM and disk space.
  • Uses custom nodes; missing nodes can cause validation/runtime failures.
<!-- AUTO-METADATA-END -->