Nodes/civitai-comfy-nodes/wan / v2.7 / fal / editImage
ComfyUI Node

wan / v2.7 / fal / editImage

Wan 2.7 edit — where the closed flagship actually earns its keep

By civitai·Created 2 months ago·Updated about a month ago· 42
wan / v2.7 / fal / editImage
  • images
  • loras
  • api_config
  • images
  • errors
  • workflow_id
  • raw_json
prompt
output_format
image_metadata
negative_prompt
guidance_scale3.50
seed0
quantity1
image_sizesquare_hd
enable_prompt_expansionfalse
enable_safety_checkerfalse
use_profalse

Editing is where the Wan line's still-image reputation was built, and this is the newest iteration of it. Wan 2.7 edit takes one to four reference images plus a prompt and produces an edited result - think "change this character's outfit while keeping the pose," "put this prop into that scene." The multi-image input is the interesting part: with up to four references you're doing composition-style edits, not just img2img relighting, which is closer to what people actually mean by "editing" in 2026.

No open weights, no local run - like its text-to-image sibling, this node is the only door into Wan 2.7 editing from a Comfy graph, running on the fal engine behind Civitai's Orchestration API for Buzz.

Inputs and outputs

  • prompt (required) - the edit instruction.

  • images (required, and the tooltip is unusually blunt): "Reference images for editing (1-4 images required)." Note that unlike the 2.5 i2i node, here it's in the required block - the node refuses to run without it. Feed it via a Load Image output or by chaining other image nodes.

  • use_pro - default false; the pro-tier toggle, same as the createImage sibling. On for the keeper, off for drafts.

  • guidance_scale - 3.5. Lower = trust the prompt's edit more; higher = keep closer to the references.

  • image_size, enable_prompt_expansion, enable_safety_checker, loras, negative_prompt, seed, quantity, output_format, image_metadata.

Outputs: images (IMAGE), errors, workflow_id, raw_json.

Install

cd ComfyUI/custom_nodes
git clone https://github.com/civitai/civitai-comfy-nodes.git
pip install -r civitai-comfy-nodes/requirements.txt

Or ComfyUI Manager → "Civitai Comfy Nodes" → Install → restart. Authenticate (CIVITAI_API_TOKEN or sidebar).

Gotchas

Three things to keep in mind. First, the 1–4 image requirement means the node fails fast if you forget to wire images - that's the pack's early-preview rigor showing up as a local error instead of a confusing cloud 400, which is genuinely good behavior. Second, every reference image leaves your machine and gets processed on Civitai's servers under their moderation - for multi-image edit work that's a real privacy decision, and there's no local 2.7 to fall back on.

Third, and this is the one that decides whether the node is worth it: the community read on 2.7's editing strengths is "cleanest small-detail textures on close-ups" with pose continuity problems on heavy motion - but a static multi-image edit is exactly where that profile is strong. If your edit job is "rework this character/prop set in place," 2.7 edit is plausibly the best use of your Buzz in the whole Wan family. If it's "dramatically move/relight people," expect the same pose wobble the reviewers flagged. Pick your jobs accordingly and you'll be glad the node exists.

CategoryCivitai/Image/wan

Inputs (14)

NameTypeDefaultDescription
promptSTRING
imagesIMAGEReference images for editing (1-4 images required)
output_formatoptCOMBO4 options: , jpeg, png, webP
image_metadataoptSTRINGExternal metadata that will be stored with the image
negative_promptoptSTRING
guidance_scaleoptFLOAT3.501–10
seedoptINT00–4294967295
quantityoptINT11–10
image_sizeoptSTRINGsquare_hd
enable_prompt_expansionoptBOOLEANfalse
enable_safety_checkeroptBOOLEANfalse
lorasoptCIVITAI_LORAS
use_prooptBOOLEANfalse
api_configoptCIVITAI_CONFIGOptional Civitai Auth connection; defaults to CIVITAI_API_TOKEN or stored OAuth login.

Outputs (4)

NameTypeDescription
imagesIMAGE
errorsSTRING
workflow_idSTRING
raw_jsonSTRING