Added 3 bit accuracy recovery adapter for qwen image edit 2511
This commit is contained in:
parent
ed36edd85b
commit
8edf1e44c5
|
|
@ -412,8 +412,9 @@ export const modelArchs: ModelArch[] = [
|
|||
'model.layer_offloading',
|
||||
'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',
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "0.7.12"
|
||||
VERSION = "0.7.13"
|
||||
|
|
|
|||
Loading…
Reference in New Issue