Added 3bit ARA for qwen image 2512

This commit is contained in:
Jaret Burkett
2026-01-01 06:51:49 -07:00
parent 4d5a649a7d
commit 926097aa4c
2 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -1 +1 @@
VERSION = "0.7.15"
VERSION = "0.7.16"