---
name: "hf-space-qdpie-qdpie-qwen-image-editor"
description: "Use the Hugging Face Space Qdpie/Qdpie-Qwen-Image-Editor."
metadata:
  source: huggingface-space
  spaceId: "Qdpie/Qdpie-Qwen-Image-Editor"
  hubUrl: https://huggingface.co/spaces/Qdpie/Qdpie-Qwen-Image-Editor
  agentsMdUrl: https://huggingface.co/spaces/Qdpie/Qdpie-Qwen-Image-Editor/agents.md
  appUrl: https://qdpie-qdpie-qwen-image-editor.hf.space
---

# Hugging Face Space: Qdpie/Qdpie-Qwen-Image-Editor

Use this skill when the user wants to use the Hugging Face Space `Qdpie/Qdpie-Qwen-Image-Editor`.

- Space page: https://huggingface.co/spaces/Qdpie/Qdpie-Qwen-Image-Editor
- App URL: https://qdpie-qdpie-qwen-image-editor.hf.space
- Source instructions: https://huggingface.co/spaces/Qdpie/Qdpie-Qwen-Image-Editor/agents.md

## Space agent instructions

To use this application (Qdpie/Qdpie-Qwen-Image-Editor: Transform images using text prompts and style adapters):
API schema: GET https://qdpie-qdpie-qwen-image-editor.hf.space/gradio_api/info
Call endpoint: POST https://qdpie-qdpie-qwen-image-editor.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://qdpie-qdpie-qwen-image-editor.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://qdpie-qdpie-qwen-image-editor.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
