Added 3 bit accuracy recovery adapter for qwen image edit 2511

This commit is contained in:
Jaret Burkett
2025-12-24 05:33:47 -07:00
parent ed36edd85b
commit 8edf1e44c5
2 changed files with 4 additions and 3 deletions

View File

@@ -412,8 +412,9 @@ export const modelArchs: ModelArch[] = [
'model.layer_offloading', 'model.layer_offloading',
'model.qie.match_target_res', 'model.qie.match_target_res',
], ],
// accuracyRecoveryAdapters: { accuracyRecoveryAdapters: {
// }, '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_edit_2511_torchao_uint3.safetensors',
},
}, },
{ {
name: 'hidream', name: 'hidream',

View File

@@ -1 +1 @@
VERSION = "0.7.12" VERSION = "0.7.13"