qwen-edit

Edit images with identity preservation using Qwen-Image-Edit on RunPod serverless.

1.9k|321|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill qwen-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwen-edit
Source: https://github.com/digitalsamba/claude-code-video-toolkit/tree/main/.claude/skills/qwen-edit
Command: npx skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill qwen-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables AI-powered image editing that preserves the subject's identity while making targeted changes such as reframing crops, clothing or accessory changes, pose adjustments, or style transfers. It provides structured prompt patterns and parameter guidance to improve consistency across edits.

Core Features & Use Cases

  • Identity-preserving edits: reframing, clothing adjustments, pose changes, and accessory edits while keeping recognizable features.
  • Style transfer and creative transformations: apply cyberpunk, oil painting, anime, or other aesthetics.
  • Multi-image composites: integrate edits from multiple images using explicit identity anchors and controlled prompts.
  • Prompt templates and parameter tuning: structured prompts, negative prompts, and steps/guidance controls for predictable results.

Quick Start

Run a basic edit example:

  • python tools/image_edit.py --input photo.jpg --prompt "Reframe this photo as a portrait with the full head visible" --steps 16 --guidance 2.0 If artifacts appear, add a negative prompt:
  • python tools/image_edit.py --input photo.jpg --prompt "Reframe this photo as a portrait with the full head visible" --negative "blur, blurry, ghostly, distortion, abstract, haze, fog, out of focus" --steps 16 --guidance 2.0

Frequently Asked Questions about qwen-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit a photo with AI while preserving the subject's identity?

Identity-preserving AI image editing applies structured prompts with parameter tuning to modify clothing, poses, or styles while keeping recognizable features intact. It uses Python tooling with configurable steps and guidance controls to maintain subject fidelity.

Can I apply style transfers to images using text prompts?

Style transfers apply aesthetics like cyberpunk or oil painting to images through explicit text prompts. By combining negative prompts and guidance parameter tuning, you control output quality and prevent unwanted artifacts during the creative transformation.

How do I reframe an image crop without distorting the subject's face?

Reframing an image without distortion requires identity-preserving parameters like guidance and steps to control output quality. Adding negative prompts targeting blur, distortion, and out of focus artifacts prevents degradation and keeps facial features recognizable.

Does this identity-preserving image editing support multi-image composites?

Multi-image composites integrate edits from multiple source images using explicit identity anchors and controlled prompts. This allows you to combine subjects and apply consistent style transfers across different source images within a single Python-driven workflow.

What is the best way to fix blurry artifacts during AI pose editing?

Fixing blurry artifacts during pose editing involves adding a negative prompt to exclude unwanted visual noise. Specifying terms like blur, ghostly, and haze alongside tuned steps and guidance parameters ensures high identity fidelity and clean results.