• bitcoinBitcoin(BTC)$86,033.006.08%
  • ethereumEthereum(ETH)$2,758.414.96%
  • tetherTether(USDT)$1.000.02%
  • binancecoinBNB(BNB)$800.744.33%
  • rippleXRP(XRP)$1.506.91%
  • usd-coinUSDC(USDC)$1.000.02%
  • solanaSolana(SOL)$117.517.05%
  • tronTRON(TRX)$0.3438130.04%
  • zcashZcash(ZEC)$1,478.60-0.15%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.010.00%
  • HyperliquidHyperliquid(HYPE)$92.91-0.64%
  • dogecoinDogecoin(DOGE)$0.09869413.67%
  • moneroMonero(XMR)$575.343.67%
  • whitebitWhiteBIT Coin(WBT)$86.594.65%
  • RainRain(RAIN)$0.014031-0.93%
  • chainlinkChainlink(LINK)$12.923.50%
  • USDSUSDS(USDS)$1.000.01%
  • cardanoCardano(ADA)$0.2429426.84%
  • leo-tokenLEO Token(LEO)$8.89-0.41%
  • stellarStellar(XLM)$0.2090356.69%
  • uniswapUniswap(UNI)$8.760.22%
  • bitcoin-cashBitcoin Cash(BCH)$264.155.23%
  • nearNEAR Protocol(NEAR)$4.05-0.46%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • avalanche-2Avalanche(AVAX)$10.93-1.41%
  • litecoinLitecoin(LTC)$61.605.49%
  • daiDai(DAI)$1.000.01%
  • CantonCanton(CC)$0.1148146.71%
  • USD1USD1(USD1)$1.000.02%
  • suiSui(SUI)$1.0114.45%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.444.22%
  • hedera-hashgraphHedera(HBAR)$0.0908135.89%
  • shiba-inuShiba Inu(SHIB)$0.0000067.63%
  • MemeCoreMemeCore(M)$1.490.83%
  • Global DollarGlobal Dollar(USDG)$1.000.01%
  • BittensorBittensor(TAO)$287.008.98%
  • crypto-com-chainCronos(CRO)$0.0636017.63%
  • paypal-usdPayPal USD(PYUSD)$1.000.02%
  • tether-goldTether Gold(XAUT)$4,346.18-0.52%
  • BitwayBitway(BTW)$0.9629.88%
  • okbOKB(OKB)$122.504.02%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.00%
  • aaveAave(AAVE)$143.945.61%
  • OndoOndo(ONDO)$0.4392754.35%
  • EthenaEthena(ENA)$0.210825-6.89%
  • pepePepe(PEPE)$0.00000523.86%
  • mantleMantle(MNT)$0.633.81%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Alibaba Qwen Releases Qwen-Image-2.1: A 7B Open-Weight Model for Image Generation and Editing

September 21, 2026
in AI & Technology
Reading Time: 20 mins read
A A
Alibaba Qwen Releases Qwen-Image-2.1: A 7B Open-Weight Model for Image Generation and Editing
ShareShareShareShareShare

Alibaba’s Qwen team has released Qwen-Image-2.1, a unified text-to-image generation and image editing model. Its visual generation component has 7B parameters across 32 single-stream DiT layers. One checkpoint covers text-to-image, multi-reference editing, local edits, and transparent RGBA output.

Is it deployable? Yes, for research and evaluation. Day 0 support covers Diffusers, ComfyUI, vLLM-Omni, SGLang, and LightX2V. Commercial deployment needs a separate license from Qwen.

YOU MAY ALSO LIKE

Tesla Will Soon Roll Out FSD Supervised In The Czech Republic

Collaboration Must Sit At the Heart of Manufacturing’s Multi-Agentic AI Approach. Here’s How. – Unite.AI

From 20B to 7B

The original Qwen-Image shipped in August 2025 as a 20B model under Apache 2.0. Editing lived in a separate Qwen-Image-Edit checkpoint. Qwen-Image-2.1 folds both jobs into one model at about a third of the size. Qwen team calls it the most balanced and cost-effective model in the Qwen-Image series. One important thing to note here for capacity planning: the 7B figure covers the diffusion transformer only. The pipeline also loads an 8B Qwen3-VL encoder.

Architecture

The GitHub Repo lists 4 components:

  • Transformer: 32 layers, 7B parameters, single-stream design with block-causal attention.
  • Text encoder: Qwen3-VL 8B, which encodes text instructions and condition images into one representation.
  • VAE: 64-channel RGBA autoencoder with 16x spatial compression and native transparency.
  • Scheduler: Flow Matching with Euler discrete scheduling and dynamic shifting.

The attention mask is where the speed comes from. Text tokens use a token-level causal mask. Image tokens use a chunk-level bidirectional mask within each image. Qwen calls this mixed-granularity attention. The condition prefix sits before the noisy latent, so it never attends to it. Its keys and values therefore stay fixed across denoising steps. The model computes text and input images once, at the first step. It reuses that prefix KV cache for every remaining step. Savings grow with the number of reference images, which explains the multi-image speed claim.

What It Can Do

  • Native transparency: Generates RGBA images from text, edits transparent layers, and extracts subjects from photos. Qwen recommends a fixed prompt template for transparent output.
  • Multi-reference editing: Accepts up to 10 reference images. README examples include a group photo from 6 portraits and an outfit from 5 references.
  • Local control: Edits can target regions using circles, painted annotations, or separate masks. Identity is preserved for people and products.
  • Native 2K: Defaults to 2048 x 2048, with 7 supported aspect ratios up to 2752 x 1536.
  • Aesthetics: Improved typography, portrait lighting, and fine detail. Qwen highlights panoramas, infographics, storyboards, and virtual try-ons.

Benchmark: Qwen’s Own Chart

The research team compares models on Qwen-Image-Bench, Qwen’s in-house benchmark. On that chart, Qwen-Image-2.1 scores 60.28 overall. That places it above Nano Banana 2.0 at 59.82 and every listed open-weight model. FLUX 2 Max, a 32B open model, sits at 55.33. 6 closed models score higher, led by GPT Image 2.5 Sunburst at 67.01.

Interactive Explainer

“;toks.forEach(function(t){h+=’

‘+t[0]+’

‘});
toks.forEach(function(tq,q){h+=’

‘+tq[0]+’

‘;
toks.forEach(function(tk,k){var a=ok(q,k);h+=”})});
$(“#grid”).innerHTML=h;
$$(“.rowl”).forEach(function(r){var f=function(){selq=+r.dataset.q;drawMask()};r.addEventListener(“click”,f);r.addEventListener(“keydown”,function(e){if(e.key===”Enter”||e.key===” “){e.preventDefault();f()}})});
var t=toks[selq],seen=toks.filter(function(_,k){return ok(selq,k)}).map(function(x){return x[0]}),seesX=seen.some(function(s){return s[0]===”X”});
var msg;
if(mode===”full”){msg=”

Everything sees everything

“+t[0]+” attends to all 9 tokens, including the noisy latent X. Because X changes at every step, the prefix keys and values change too, so nothing can be cached.

“}
else if(t[2]===”x”){msg=”

“+t[0]+” is the image being denoised

It attends to “+seen.join(“, “)+”. The latent reads the full prefix and every patch of its own block, so it gets complete context from text and references.

“}
else{msg=”

“+t[0]+” is part of the prefix

It attends to “+seen.join(“, “)+”. It “+(seesX?”sees”:”never sees”)+” the noisy latent X, so its keys and values stay identical across all denoising steps. That is what makes the prefix KV cache valid.

“}
$(“#mexp”).innerHTML=msg;size()}
$$(“#seg button”).forEach(function(b){b.addEventListener(“click”,function(){$$(“#seg button”).forEach(function(x){x.classList.remove(“on”)});b.classList.add(“on”);mode=b.dataset.m;drawMask()})});
drawMask();

/* ———- panel 4: resolution + rgba ———- */
var ars=[[“1:1”,2048,2048],[“4:3”,2400,1792],[“3:4”,1792,2400],[“3:2”,2528,1696],[“2:3”,1696,2528],[“16:9”,2752,1536],[“9:16”,1536,2752]];
$(“#ar”).innerHTML=ars.map(function(a,i){return ‘‘}).join(“”);
function setAr(i){var a=ars[i],w=a[1],h=a[2],m=210,s=m/Math.max(w,h);var f=$(“#frame”);f.style.width=Math.round(w*s)+”px”;f.style.height=Math.round(h*s)+”px”;
$(“#px”).textContent=w+” x “+h;$(“#mp”).textContent=(w*h/1e6).toFixed(2)+” MP”;$(“#lat”).textContent=(w/16)+” x “+(h/16)}
$$(“#ar .chip”).forEach(function(c){c.addEventListener(“click”,function(){$$(“#ar .chip”).forEach(function(x){x.classList.remove(“on”)});c.classList.add(“on”);setAr(+c.dataset.i)})});
setAr(0);
var star=$(“#frame svg path”),dot=$(“#frame svg circle”);
$$(“#bg button”).forEach(function(b){b.addEventListener(“click”,function(){$$(“#bg button”).forEach(function(x){x.classList.remove(“on”)});b.classList.add(“on”);var f=$(“#frame”),v=b.dataset.b;
f.classList.toggle(“checker”,v===”checker”);f.style.background=(v===”checker”)?””:(v===”alpha”?”#000″:v);
if(v===”alpha”){star.setAttribute(“fill”,”#fff”);star.setAttribute(“stroke”,”#fff”);dot.setAttribute(“fill”,”#fff”)}else{star.setAttribute(“fill”,”url(#g)”);star.setAttribute(“stroke”,”#2B2A7A”);dot.setAttribute(“fill”,”#fff”)}})});
$(“#copy”).addEventListener(“click”,function(){var t=”This is an RGBA image with transparency. . The image has alpha channel and the background is transparent.”;
var done=function(){$(“#copy”).textContent=”Copied”;setTimeout(function(){$(“#copy”).textContent=”Copy”},1400)};
if(navigator.clipboard&&navigator.clipboard.writeText){navigator.clipboard.writeText(t).then(done,done)}else{done()}});

/* ———- panel 5: ship ———- */
var V=[
[“ok”,”Allowed”,”The license grants a royalty-free, worldwide right to use, copy, modify, and distribute the model for non-commercial purposes, which it defines as research or evaluation.”],
[“stop”,”Needs a separate commercial license”,”Commercial use is not covered. Qwen asks teams to request a license at [email protected] before shipping.”],
[“warn”,”Allowed for non-commercial use, with conditions”,”If you use the model or its outputs to build and release another AI model, show \u201cBuilt with Qwen\u201d or \u201cImproved using Qwen\u201d in its docs. You cannot use \u201cQwen\u201d as the primary product name.”],
[“warn”,”Allowed, with notices”,”Give recipients a copy of the license, mark files you changed, and keep the Qwen attribution notice in a Notice file. The non-commercial limit still applies.”]];
function verdict(i){var v=V[i];$(“#verdict”).innerHTML=”;size()}
$$(“.use”).forEach(function(u){u.addEventListener(“click”,function(){$$(“.use”).forEach(function(x){x.classList.remove(“on”)});u.classList.add(“on”);verdict(+u.dataset.u)})});
verdict(0);
size();
})();

Credit: Source link

ShareTweetSendSharePin

Related Posts

Tesla Will Soon Roll Out FSD Supervised In The Czech Republic
AI & Technology

Tesla Will Soon Roll Out FSD Supervised In The Czech Republic

September 21, 2026
Collaboration Must Sit At the Heart of Manufacturing’s Multi-Agentic AI Approach. Here’s How. – Unite.AI
AI & Technology

Collaboration Must Sit At the Heart of Manufacturing’s Multi-Agentic AI Approach. Here’s How. – Unite.AI

September 21, 2026
How To Choose The Right USB To USB-C Adapter
AI & Technology

How To Choose The Right USB To USB-C Adapter

September 21, 2026
A Laptop That Works Better With Your Android Phone
AI & Technology

A Laptop That Works Better With Your Android Phone

September 21, 2026
Next Post
Taking Stock After Six Months of Iran War; How Sports Betting Is Influencing the Midterms | Aug. 28

Taking Stock After Six Months of Iran War; How Sports Betting Is Influencing the Midterms | Aug. 28

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Kushner and Witkoff meet with Zelenskyy in Kyiv

Kushner and Witkoff meet with Zelenskyy in Kyiv

September 16, 2026
Survivors return to flood-stricken communities in Nepal

Survivors return to flood-stricken communities in Nepal

September 19, 2026
Meta CEO Weighs In on AI Safety Debate

Meta CEO Weighs In on AI Safety Debate

September 20, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!