Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →AI image editing prompting patterns for Qwen-Image-Edit. Use when editing photos while preserving identity, reframing cropped images, changing clothing or accessories, adjusting poses, applying style transfers, or character transformations. Provides prompt patterns, parameter tuning, and examples.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 58% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 112% | 0% |
AI-powered image editing using Qwen-Image-Edit-2511 via RunPod serverless.
Status: Evolving - learnings being captured as we experiment
Use when the user wants to:
bash# Basic edit python tools/image_edit.py --input photo.jpg --prompt "Add sunglasses" # With negative prompt (recommended) python tools/image_edit.py --input photo.jpg \ --prompt "Reframe as portrait with full head visible" \ --negative "blur, distortion, artifacts" # Style transfer python tools/image_edit.py --input photo.jpg --style cyberpunk # Background (use cautiously - often fails) python tools/image_edit.py --input photo.jpg --background office # Higher quality python tools/image_edit.py --input photo.jpg --prompt "..." --steps 16 --guidance 3.0 # Multi-image composite (identity-preserving) python tools/image_edit.py --input person.jpg background.jpg \ --prompt "The [ethnicity] [gender] with [hair description] from first image is now in [scene] from second image. Same [features], [outfit]." \ --negative "different ethnicity, different hair color, different face shape, generic stock photo" \ --steps 16 --guidance 2.0
prompting.md - Prompt patterns and structureexamples.md - Good/bad examples from experimentsparameters.md - Tuning steps, guidance, negative promptstools/image_edit.py - CLI wrapper for RunPod endpoint
docs/qwen-edit-patterns.md - Character transformation patterns.ai_dev/qwen-edit-research.md - Research notesOther measured skills in the registry, with their headline benchmark lift.