From 6870ab490fd992a8540e358cf03fccb679a87a65 Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Thu, 1 Jan 2026 20:16:56 -0700 Subject: [PATCH] Add 4 bit ARA for qwen image 2512 --- ui/src/app/jobs/new/options.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/app/jobs/new/options.ts b/ui/src/app/jobs/new/options.ts index 42d9c04..34025df 100644 --- a/ui/src/app/jobs/new/options.ts +++ b/ui/src/app/jobs/new/options.ts @@ -347,6 +347,7 @@ export const modelArchs: ModelArch[] = [ // Training an ARA now, the other one will not work accuracyRecoveryAdapters: { '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_2512_torchao_uint3.safetensors', + '4 bit with ARA': 'uint4|ostris/accuracy_recovery_adapters/qwen_image_2512_torchao_uint4.safetensors', }, }, {