Spaces:
Runtime error
Runtime error
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](https://huggingface.co/Qwen/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](https://huggingface.co/Qwen/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. | |