Comfy-agent workflow_qwen_image_edit_clothes_one_image

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/editing_restyle/workflow_qwen_image_edit_clothes_one_image" ~/.claude/skills/steliosot-comfy-agent-workflow-qwen-image-edit-clothes-one-image && rm -rf "$T"
manifest: skills/workflows/editing_restyle/workflow_qwen_image_edit_clothes_one_image/SKILL.md
source content

workflow_qwen_image_edit_clothes_one_image

Imported workflow skill generated from

Qwen Image Edit - Clothes One Image.json
.

Family

  • editing_restyle

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

Model Requirements

  • vae
    :
    qwen_image_vae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    Qwen_Image_Edit-Q8_0.gguf
    ->
    models/diffusion_models
  • clip
    :
    qwen_2.5_vl_7b_fp8_scaled.safetensors
    ->
    models/clip
  • lora
    :
    Qwen-Image-Edit-Lightning-8steps-V1.0.safetensors
    ->
    models/loras

Custom Node Requirements

  • ComfyUI-GGUF
  • controlaltai-nodes

Links

<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    editing_restyle
  • Input modalities:
    image
  • Output modalities:
    image/png
  • Model families:
    flux, qwen, sd3
  • Node count:
    17
  • Complexity score:
    5
  • 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

  • vae
    :
    qwen_image_vae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    Qwen_Image_Edit-Q8_0.gguf
    ->
    models/diffusion_models
  • clip
    :
    qwen_2.5_vl_7b_fp8_scaled.safetensors
    ->
    models/clip
  • lora
    :
    Qwen-Image-Edit-Lightning-8steps-V1.0.safetensors
    ->
    models/loras

Detected Custom Nodes

  • ComfyUI-GGUF
  • controlaltai-nodes

Runtime Warnings

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