From ca72eb15158f6996d93190f19a8de0f2bc54b7d9 Mon Sep 17 00:00:00 2001 From: Rayane <40967731+Rasaboun@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:09:15 +0100 Subject: [PATCH] Add 1328 native resolution for Qwen Image training (#749) * Add 1328 native resolution for Qwen Image training Qwen-Image and Qwen-Image-2512 have a native 1:1 resolution of 1328x1328 as documented in the official model card's aspect ratio table. Adding it to the resolution buckets and UI allows training at the model's native resolution for improved quality. * Revert example config change (24GB OOM at 1328) --- ui/src/app/jobs/new/SimpleJob.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/jobs/new/SimpleJob.tsx b/ui/src/app/jobs/new/SimpleJob.tsx index 901a36a4..97cb522d 100644 --- a/ui/src/app/jobs/new/SimpleJob.tsx +++ b/ui/src/app/jobs/new/SimpleJob.tsx @@ -967,8 +967,8 @@ export default function SimpleJob({
{[ - [256, 512, 768], - [1024, 1280, 1536], + [256, 512, 768, 1024], + [1280, 1328, 1536], ].map(resGroup => (
{resGroup.map(res => (