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"