722 points by jmillikin 1 day ago | 193 comments | View on ycombinator
vunderba 1 day ago |
jfoster 1 day ago |
https://en.wikipedia.org/wiki/Qwen#List_of_models
Unfortunately, it looks like this model is using a much more restrictive license:
jjcm 1 day ago |
https://html.non.io/qwen-comparison/
The text rendering definitely is much, much better than anything else on the open weights market right now. Small text fidelity is quite good. It seems like the text encoder however gets a little bit overloaded with larger prompts - note the presence of hex codes in the design output, those were inputs from the expanded prompt.
I'll be trying a post-training run on this for web design, it has some serious potential.
[1] diffui.ai
fishfasell 1 day ago |
AbstractH24 about 22 hours ago |
None are as good yet, but what everyone said is coming true - models are not moats. And these folks need an exit (even Msuk whose shares are still locked)
hgufj 1 day ago |
d2kx 1 day ago |
mdp2021 1 day ago |
(I mean: outside direct or substantial use of Python, and running the Neural Network in the most efficient way.)
Zaraif13 about 22 hours ago |
In my experience, video models generate videos pretty well but are mid at editing. They actually regenerate the entire video along with the edit. So these models being non-deterministic tweak the rest of the video as well, the parts you hoped would be left not edited. It gets exponentially worse when there are humans in the videos, annoying face distortions and for some reason these models just don't understand fingers.
trains39472 1 day ago |
trentor 1 day ago |
EDIT: It still produces artifacts it's better but unusable for production work. In midvalues you will see a slight dot pattern.
gunalx 1 day ago |
docheinestages 1 day ago |
Hard_Space 1 day ago |
qsbuilder about 21 hours ago |
pan_lid about 19 hours ago |
samayashar 1 day ago |
Excited to see what the future holds for them!
amelius 1 day ago |
rickreynoldssf 1 day ago |
TomGarden 1 day ago |
spottedmarley 1 day ago |
thenipper 1 day ago |
sgt about 16 hours ago |
andsoitis 1 day ago |
undefined 1 day ago |
timmytokyo 1 day ago |
colesantiago 1 day ago |
I know a few friends of mine who are running models and are ignoring the licence.
Whether it is AGPL 3.0, or a completely restrictive license, it is going to get broken anyway and be used for commercial purposes.
I don't know anyone who looks at the licenses of the OSS software they are using.
In today’s world OSS is synonymous with "Free" and the AI model providers are proof of that with their training of code, datasets, etc.
So it begs the question, why should we abide by their licenses of their models?
s131ph about 19 hours ago |
ldng about 13 hours ago |
(Or does this model has those capabilities natively ?)
sinan-faizal about 16 hours ago |
hirako2000 1 day ago |
finnjohnsen2 1 day ago |
Code on github, models on huggingface, nice intro text: "We are excited to open-source Qwen-Image-2.1 [...]".
meh...
ramesh31 1 day ago |
undefined 1 day ago |
globular-toast about 19 hours ago |
bknight1983 1 day ago |
undefined about 19 hours ago |
jonplackett 1 day ago |
meherabhossain about 18 hours ago |
ouch-blurred52 1 day ago |
guideaitools 1 day ago |
habajab about 19 hours ago |
andrewdb 1 day ago |
Devin3162 about 18 hours ago |
run-good-code 1 day ago |
golutyagi9710 1 day ago |
1saadcodes 1 day ago |
adwinho168 about 11 hours ago |
BlackGlory 1 day ago |
weee322 1 day ago |
hn45e7pbij 1 day ago |
Positives
• It's a heck of a lot smaller than Qwen-Image 1 (20b parameters) at only 7b, making it one of the smaller open-weight models available (Z-Image Turbo is one of the few that is smaller at 6b) when compared to Ideogram, Krea2, Flux2, etc.
• It supports native transparency (Qwen's team, as far as I know, is the only one attempting to tackle this). Even though it's relatively trivial to set up background removal postprocessors, it's also neat to see it natively supported.
• It's fast using QwenImage2.1 convrot, a 1MP image took around ~5 seconds on an RTX4090.
Negatives
• The license (assuming you respect it) is far more restrictive. The original Qwen Image 1 was released under the standard Apache license; this one explicitly forbids commercial usage without obtaining a separate license. On the other hand, a lot of us didn't expect the Qwen team to ever release "weights-available" ever again.
Qwen-Image 1.0, released about a year ago, only scored 4/15 on my GenAI Showdown Benchmarks. Since that time, they've been upstaged by Krea 2 (6/15) and Ideogram4 (8/15). I'll post the new results once I have some more time to run them.
https://genai-showdown.specr.net