AI background remover: a real transparent PNG, not a white fill

This tool removes the background from a photo you upload and gives back a transparent PNG or WebP with a genuine alpha channel — the kind of file you can drop onto any colored layer, product page or video overlay without a white or checkerboard edge showing through. It runs on Alibaba's Qwen Image 2.1, reached through VdoBloom's Image Edit tab at /dashboard/images/edit/?model=qwen2-1/image-to-image, using the model's built-in background=transparent setting rather than a separate "cutout" algorithm bolted on afterward.

That distinction matters because most tools that claim to "remove a background" are doing something narrower: they replace the background pixels with white, a solid color, or a blur, and hand back an ordinary opaque JPEG or PNG. That can look identical at a glance but fails the moment you place the image over anything else — a seam, a halo, or a hard edge shows up. Qwen Image 2.1's transparent mode instead renders the subject with alpha data baked in, so the "removed" area is actually empty, not colored-in. On VdoBloom, this is the only model with an explicit, code-level transparent-output parameter; other image-edit models will follow a plain-text instruction like "remove the background," but none of them expose a validated alpha-channel path the way Qwen Image 2.1 does, so this page is specifically about that model and that setting.

The mechanics are simple: upload one photo, turn on the transparent-background toggle, pick PNG or WebP as the output format (JPEG is rejected outright when transparency is on, since JPEG has no alpha channel to store it), and write a prompt that describes only the subject — a jacket, a bottle, a face, a logo — not the scene around it. Pricing is resolution-based and modest: 3 credits for a 1K result, 5 credits for 2K, the same whether the background toggle is on or off. New accounts start with 10 free credits, which covers three 1K background removals before you've spent anything.

What this tool does

  • Qwen Image 2.1's background=transparent setting outputs a real alpha-channel PNG or WebP, not a background colored white or filled with a checkerboard pattern.
  • Transparent background cannot be combined with JPEG output — VdoBloom rejects that combination with a 400 error before the request reaches the AI provider, since JPEG has no alpha channel.
  • A background-removal edit costs 3 credits at 1K resolution and 5 credits at 2K — the same price whether the transparency toggle is on or off.
  • The prompt should describe only the subject; naming a background or scene in the prompt can cause the model to paint one back in even with transparency switched on.
  • Transparent background and Qwen 2.1's mask/local-edit inpainting mode are mutually exclusive within the same request — you cannot use both at once.
  • Uploaded photos are capped at 10 MB each; prompts can run up to 5,000 characters, in any language.
  • enhance_prompt is on by default and rewrites a short prompt into a fuller scene description before generating — worth switching off for background removal so it doesn't reintroduce scene language on its own.
  • Output format defaults to PNG, with WebP as the other transparency-safe alternative.
  • This feature runs on Qwen Image 2.1's image-to-image model (model id qwen2-1/image-to-image) through KIE's jobs API — there is no separate, dedicated "background remover" endpoint behind it.
  • If the generation fails, the credits spent on the attempt are refunded automatically rather than lost.

What it does, and what it does not do

What it does: takes one uploaded photo, reads a text prompt describing the subject, and returns that subject on a transparent alpha background as a PNG or WebP. It is an image-to-image edit, not a generate-from-scratch job — the output keeps the subject from your photo rather than reimagining it, since the underlying request is Qwen Image 2.1's image-to-image mode with your uploaded file as the single reference image.

What it does not do: it is not a dedicated, single-click "cutout" tool with its own specialized segmentation model — there is no separate background-removal AI in VdoBloom's codebase. It is one setting (background=transparent) on a general-purpose image editor, which means the quality of the cutout depends on the same prompt-following behavior as any other edit on that model, not on a purpose-built matting algorithm. It also cannot be combined with Qwen 2.1's mask-based local-edit mode in the same request — if you need to both mask out an object and make the background transparent, that has to be two separate passes, not one.

A related but different capability exists elsewhere on the platform: most other image-edit models (the default Nano Banana Edit included) will follow a plain instruction like "remove the background" and return something plausible-looking. That is real, but unverified for true transparency in this codebase — those models don't expose a background/transparent parameter the way Qwen Image 2.1 does, so there's no code-level guarantee they're producing an actual alpha channel rather than a flattened, opaque fill. If a genuinely transparent file is the goal — for compositing, for a product listing platform that requires alpha PNGs, for a sticker or logo asset — Qwen Image 2.1's transparent toggle is the verified path on VdoBloom; treat a generic "remove background" prompt on another model as a look-alike, not a substitute.

How it works: Qwen Image 2.1 and the transparent-output setting

Qwen Image 2.1 is Alibaba's Qwen 2.1-generation image model, exposed on VdoBloom through KIE's jobs API as two model ids — a text-to-image tool and this image-to-image editor. The editor reads your uploaded photo as a reference, your prompt as an instruction, and a set of parameters: resolution (1K or 2K), output format (PNG, WebP or JPEG), and the background switch (opaque or transparent). When background is set to transparent, the server enforces one hard rule before anything is sent to the model — output format must be PNG or WebP, because a transparent result in JPEG is a contradiction (JPEG has no alpha channel at all), so a JPEG selection combined with the transparent toggle is refused up front rather than silently producing an opaque file and calling it done.

The prompt still matters even though the job is "just" removing a background. Because this is a general image-to-image edit and not a specialized matting model, whatever you describe is what the model tries to render — describing the subject precisely (what it is, its pose, its material) gives the model something concrete to preserve, while describing a background or scene gives it something to paint, which works against the transparency you asked for. The enhance_prompt setting, on by default, rewrites your prompt into a fuller scene description before generating; for this specific job it's usually worth turning off, since an automatic rewrite could add scene detail you didn't intend and never see before it's applied.

Every parameter here — resolution, aspect ratio, output format, transparency — is billed the same way regardless of the combination you choose: by resolution tier alone. That's different from some other models on the platform where extra features (higher reference counts, larger canvases) raise the price. A transparent 1K cutout and an opaque 1K edit both cost 3 credits; the transparency toggle is free to flip.

Practical use cases

Product cutouts for marketplace listings and D2C storefronts, where a plain alpha PNG can be dropped onto a template background without a visible seam — useful when you already have a photo of the product and just need the surrounding clutter gone rather than a fully staged new shot.

Sticker-style and logo assets, where the whole point of the file is that the edges are transparent rather than boxed in by a colored background — a chat sticker, a watermark-free logo layer, or an icon meant to sit over other artwork.

Portrait and headshot compositing, where a person needs to be lifted cleanly off their original background so they can be placed over a different one in a separate design tool, video editor, or presentation slide.

Any asset headed into further editing where the removed area needs to stay genuinely empty — video overlays, motion graphics layers, or any pipeline where a flattened white or gray background would show up as a visible rectangle once composited.

Limits and pricing

The numbers below come directly from the model's validation code and VdoBloom's credit system — nothing here is an estimate.

SettingValue
Resolution tiers1K or 2K (no other options)
Credit cost3 credits at 1K, 5 credits at 2K — same with or without transparency
Output formats allowed with transparencyPNG or WebP only — JPEG is rejected
Max file size per uploaded photo10 MB
Max prompt length5,000 characters, any language
Aspect ratio (image-to-image)"auto" (follows the uploaded photo) or 9 fixed ratios
Combinable with mask/local-edit modeNo — transparent background and mask mode are mutually exclusive
New account starting credits10 free credits — covers three 1K removals

Tips for a clean result

Write the prompt as a description of the subject alone — "a red leather handbag, front-on" rather than "a red leather handbag on a marble table" — since anything you name as a surrounding element gives the model a reason to render it, working against the transparent result you want.

Turn off enhance_prompt for this job specifically. It's a useful feature for scene generation, where an automatic rewrite fleshes out a short idea, but for a background-removal edit it's an unnecessary variable — you want exactly what you typed, not an expanded version of it.

Choose PNG when the subject has hard edges or flat colors (logos, text, product packaging) and WebP when file size matters more and the subject has soft gradients or photographic detail — both carry the alpha channel correctly, the choice is about file size and compression style, not about whether transparency works.

Use 2K when the output is headed somewhere that will scale or crop it further (a print asset, a large hero banner); 1K is enough for most web and social placements and costs less.

If the result keeps a faint background instead of a clean cutout, the most common cause is a prompt that named or implied a setting — rewrite it to name only the subject and try again before assuming the model can't do the job.

How it works

  1. 1.Open Image Edit with Qwen Image 2.1 selected

    Go to /dashboard/images/edit/?model=qwen2-1/image-to-image, or open Image Edit and pick "Qwen Image 2.1 Edit" from the model list.

  2. 2.Upload your photo

    One image, up to 10 MB, JPEG/PNG/WebP. This is the reference the transparent cutout is built from.

  3. 3.Turn on transparent background and pick PNG or WebP

    Switch the background setting to transparent and set output format to PNG or WebP — JPEG is not allowed with transparency on.

  4. 4.Describe only the subject

    Write what the subject is, not what surrounds it. Consider turning off enhance_prompt so nothing gets added to your wording before generating.

  5. 5.Pick resolution and generate

    1K costs 3 credits, 2K costs 5. The cost is shown before you confirm, and refunded automatically if the generation fails.

Frequently asked questions

Does this actually make the background transparent, or does it just turn it white?

It produces a real alpha-channel PNG or WebP — the removed area is genuinely empty, not filled with a color. That's the specific setting (background=transparent) this page is about, and it's enforced server-side: selecting JPEG together with transparency is refused, because JPEG has no alpha channel to hold that transparency in.

Which VdoBloom model does this, exactly?

Qwen Image 2.1, model id qwen2-1/image-to-image, via KIE's jobs API. There is no separate background-removal endpoint — it's one setting on Qwen Image 2.1's general image-editing request.

How much does it cost?

3 credits for a 1K result, 5 credits for 2K. The price is the same whether transparency is on or off — it's driven entirely by resolution, not by which features you enable.

What file formats and sizes are supported?

Upload JPEG, PNG or WebP up to 10 MB. For output, PNG is the default, WebP is the other transparency-safe option, and JPEG is available only when transparency is off (JPEG can't carry alpha data).

Can I remove the background AND edit part of the photo in the same request?

No — transparent background and Qwen 2.1's mask-based local-edit mode cannot be combined in one request. If you need both a background removed and a specific area repainted, that's two separate edits.

Why did my result keep some of the background?

The most common cause is a prompt that named or implied a scene — a floor, a wall, a sky. Because this is a general-purpose image editor rather than a dedicated matting tool, whatever the prompt describes is what the model tries to render, so a subject-only prompt gives it less reason to paint a background back in.

Do I need to turn off enhance_prompt?

It's recommended for this job. enhance_prompt is on by default and rewrites your prompt into a fuller scene description before generating, which is useful for scene generation but can work against a subject-only prompt aimed at a clean transparent result.

What resolutions and aspect ratios are available?

1K or 2K resolution. Aspect ratio defaults to "auto," which follows the shape of your uploaded photo, or you can pick one of nine fixed ratios.

Is there a free way to try it?

New accounts start with 10 free credits, enough for three 1K background removals (3 credits each) before any purchase is needed.

What can't this tool do?

It's not a specialized, one-click matting algorithm — it's a general image editor with a transparent-output setting, so results depend on prompt wording the way any edit on this model does, and it won't reliably clean up very fine detail (loose hair strands, semi-transparent fabric, motion blur) the way a purpose-built matting model might. It also can't be combined with mask-based local editing in the same pass, and it can't output a transparent JPEG, because that format doesn't support alpha at all. If your job is instead about erasing an unwanted object from a photo rather than isolating the whole subject, that's a different tool — see AI Object Remover.

Related tools

Ready to try it?

Remove a Background