CoolFace
Apppublic

PantaRheiBot/qwen-image-2-1-studio

sourceHugging Faceupdated 2d agoView on Hugging Face
0likes
App README

Qwen Image 2.1 Studio

A free static Space for image generation and editing, connected directly to the official Qwen-Image-2.1 public demo through its Gradio API.

Features

  • —Text-to-image generation, with optional prompt enhancement.
  • —Up to 10 PNG, JPEG, or WebP reference images for editing.
  • —1K/2K resolution presets and five aspect ratios.
  • —Prompt-based transparent backgrounds and original image downloads.
  • —Seed controls, queue feedback, cancellation of local waiting, and generation details.

This Space hosts the interface; the upstream Qwen demo performs inference. It does not host model weights or require your own API key. Availability, queue limits, processing time, output format, and model behavior depend on the official demo. Transparency is requested through Qwen's recommended prompt and is not guaranteed. Seeds are passed through to the service; identical inputs may not be perfectly deterministic across upstream updates.

Data handling

Prompts and uploaded images are sent directly from your browser to the official Qwen demo and its inference service. The upstream demo's published code logs prompts, reference images, and generated images. Do not treat submissions as private or temporary. This static frontend has no separate server, analytics, credential collection, or application database. No Hugging Face access token is shipped with it.

The browser keeps the current result in memory so you can download it. Cancel stops this page waiting and requests cancellation, but a generation that has started may continue upstream.

The interface allows up to 15 minutes for shared-queue generation. The initial API test returned a valid 1024 × 1024 RGBA PNG matching the requested scene, after exceeding a five-minute test deadline.

Development

Plain HTML, CSS and JavaScript; no build step. The browser client is vendored from @gradio/client@2.7.0 and distributed under Apache-2.0; its license is included in vendor/LICENSE.gradio.

Deploy these files as a static Space with index.html as the app file. The API integration targets /generate_with_enhance, whose schema was inspected on September 23, 2026. The returned first intermediate image is a placeholder; only the completed output is displayed.

Model

Read the model card and Qwen Research License for model information and applicable terms. This community interface is not an official Qwen product.