Qwen-Image-Edit / README.md
kaiiddo's picture
Update README.md
b5c890c verified
metadata
title: Qwen Image Edit
emoji: πŸ¦€
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 5.43.1
app_file: app.py
pinned: false

🎨 Qwen Image Editor

This Space demonstrates the power of Qwen-Image-Edit for image editing using text prompts.

🧠 Features

  • Semantic & Appearance Editing: Modify content while preserving semantics or change specific elements
  • Text Editing: Edit text in images with preserved fonts/styles
  • Style Transfer: Transform images into different artistic styles
  • Viewpoint Transformation: Rotate objects 90Β° or 180Β°

πŸ› οΈ How to Use

  1. Upload an image
  2. Enter a descriptive prompt (e.g., "Change the dog's color to blue")
  3. Click "Generate Edited Image"

βš™οΈ Technical Details

  • Uses the Qwen-Image-Edit model
  • Based on Diffusers library
  • Runs on CPU (free tier compatible)
  • Color theme: #615ced

πŸ“ Examples

Try these prompts:

  • "Make the cat wear a hat"
  • "Change background to sunset colors"
  • "Add a rainbow behind the object"
  • "Transform into Studio Ghibli style"

πŸ“¦ Dependencies

  • torch >= 2.0.0
  • transformers >= 4.33.0
  • diffusers >= 0.21.0
  • Pillow >= 9.0.0
  • gradio >= 3.38.0

Note: This runs on CPU. Processing may take longer than GPU versions.