From 926097aa4ce4a791bba506648fad4014e5831efe Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Thu, 1 Jan 2026 06:51:49 -0700 Subject: [PATCH] Added 3bit ARA for qwen image 2512 --- ui/src/app/jobs/new/options.ts | 6 +++--- version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/app/jobs/new/options.ts b/ui/src/app/jobs/new/options.ts index fb19d697..42d9c045 100644 --- a/ui/src/app/jobs/new/options.ts +++ b/ui/src/app/jobs/new/options.ts @@ -345,9 +345,9 @@ export const modelArchs: ModelArch[] = [ disableSections: ['network.conv'], additionalSections: ['model.low_vram', 'model.layer_offloading'], // Training an ARA now, the other one will not work - // accuracyRecoveryAdapters: { - // '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_torchao_uint3.safetensors', - // }, + accuracyRecoveryAdapters: { + '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_2512_torchao_uint3.safetensors', + }, }, { name: 'qwen_image_edit', diff --git a/version.py b/version.py index baf8d29e..f9af3954 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "0.7.15" +VERSION = "0.7.16"