Nodes/ERPK Collection/Qwen Image Edit Plus LoRA
ComfyUI Node

Qwen Image Edit Plus LoRA

Cloud editing with your own LoRAs, up to three at once

By eRepublik-Labs·Created 11 months ago·Updated 21 days ago· 1
Qwen Image Edit Plus LoRA
  • client
  • image
modelQwen Edit Plus LoRA
prompt
images
lora_1_path
lora_1_scale1.0
lora_2_path
lora_2_scale1.0
lora_3_path
lora_3_scale1.0
width1024
height1024
seed-1
output_formatjpeg
enable_sync_modefalse
enable_base64_outputfalse

Most cloud image APIs are strictly "prompt goes in, picture comes out" - no LoRAs, no personality. Qwen Image Edit Plus LoRA is the exception: it takes up to three LoRA model files alongside your edit instruction and reference images, and applies them server-side. For $0.02 a pass, that's effectively "my trained style, on the cloud, with an instruction editor doing the work."

It's part of the ERPK Collection, the community pack wrapping the WaveSpeed AI API. The Qwen Edit family is the open instruction editor you may already run locally - this is the same lineage, hosted, with LoRA support bolted on.

How it works

You give it reference images, an edit instruction, and one to three LoRA file URLs. The catch that trips everyone up: the LoRAs have to be reachable via URL - a local file path on your machine won't work unless the API can reach it. WaveSpeed fetches the LoRA weights, applies them at the given scale, and runs the edit. The result comes back as a ComfyUI image IMAGE tensor.

The model combo offers Qwen Edit Plus LoRA or Qwen Edit 2511 LoRA - the 2511 variant adds multi-person editing and improved consistency, which is exactly the upgrade you want for group shots or character work.

The inputs that matter

  • images - reference images to edit, comma-separated URLs or paths, up to 3. Required.
  • prompt - the modification, in Chinese or English. Qwen Edit is genuinely bilingual, like the rest of the family.
  • lora_1_path - URL to the first LoRA file. Required. This is the odd one out in the pack: most image nodes don't take LoRAs at all.
  • lora_1_scale - 0.0 to 4.0, default 1.0. Treat it like the strength slider you know from local workflows; crank toward 4.0 for maximum influence, keep it near 1.0 for subtle.
  • lora_2_path / lora_3_path (plus their scales) - stack more LoRAs. Style LoRA + character LoRA is the classic combo.
  • width / height - 256 to 1536, default 1024. seed is real; output_format defaults to jpeg.

Install

cd ComfyUI/custom_nodes
git clone https://github.com/eRepublik-Labs/comfyui-nodes-erpk.git erpk
cd erpk
pip install -r requirements.txt

Or ComfyUI Manager → search erpkERPK Custom Nodes. WaveSpeed key with credits via right-click canvas > ERPK Settings (Settings > ERPK > API Keys).

Common issues

  • "LoRA file not found" / failed fetch - the path must be a URL WaveSpeed can download. Host the file somewhere public (or otherwise reachable) rather than pointing at a local drive.
  • LoRA having no visible effect - check the scale. At 1.0 on a strong edit instruction, the instruction can overwhelm a weak LoRA. Bump the scale before you blame the file.
  • Multi-person edits falling apart - switch the model to Qwen Edit 2511 LoRA; that variant is explicitly tuned for it.
  • Three images and a complex instruction that ignores one - name each reference's role in the prompt, same discipline as the Max Edit node.

This is the niche node for people who've trained LoRAs and refuse to give them up when they move cloud-side. If that's you, it's basically a superpower. If you've never trained one, the plain Qwen Edit Plus node (no LoRA inputs) is simpler and cheaper to start with.

CategoryERPK/WaveSpeedAI

Inputs (16)

NameTypeDefaultDescription
modelCOMBOQwen Edit Plus LoRAModel variant: Qwen Edit Plus LoRA or Qwen Edit 2511 LoRA (multi-person editing, improved consistency)
promptSTRINGText description of the desired image modifications (Chinese or English)
imagesSTRINGReference images to edit. Maximum of 3 images can be provided (comma-separated URLs or paths)
lora_1_pathSTRINGURL to first LoRA model file (required)
lora_1_scaleFLOAT1.00–4Scale factor for first LoRA (0.0 to 4.0)
lora_2_pathoptSTRINGURL to second LoRA model file (optional)
lora_2_scaleoptFLOAT1.00–4Scale factor for second LoRA (0.0 to 4.0)
lora_3_pathoptSTRINGURL to third LoRA model file (optional)
lora_3_scaleoptFLOAT1.00–4Scale factor for third LoRA (0.0 to 4.0)
clientoptWAVESPEED_AI_API_CLIENTWaveSpeed API client (optional if API key is configured in Settings)
widthoptINT1024256–1536Image width (256 to 1536)
heightoptINT1024256–1536Image height (256 to 1536)
seedoptINT-1-1–2147483647Random seed for reproducibility (-1 for random)
output_formatoptCOMBOjpegOutput image format
enable_sync_modeoptBOOLEANfalseWait for completion before returning response
enable_base64_outputoptBOOLEANfalseReturn BASE64-encoded output instead of URL

Outputs (1)

NameTypeDescription
imageIMAGE