mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Added 4bit ARAs for Wan 2.2 14b models
This commit is contained in:
@@ -214,9 +214,10 @@ export const modelArchs: ModelArch[] = [
|
||||
},
|
||||
disableSections: ['network.conv'],
|
||||
additionalSections: ['datasets.num_frames', 'model.low_vram', 'model.multistage'],
|
||||
// accuracyRecoveryAdapters: {
|
||||
// '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/wan22_14b_t2i_torchao_uint3.safetensors',
|
||||
// },
|
||||
accuracyRecoveryAdapters: {
|
||||
// '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/wan22_14b_t2i_torchao_uint3.safetensors',
|
||||
'4 bit with ARA': 'uint4|ostris/accuracy_recovery_adapters/wan22_14b_t2i_torchao_uint4.safetensors',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'wan22_14b_i2v',
|
||||
@@ -244,6 +245,9 @@ export const modelArchs: ModelArch[] = [
|
||||
},
|
||||
disableSections: ['network.conv'],
|
||||
additionalSections: ['sample.ctrl_img', 'datasets.num_frames', 'model.low_vram', 'model.multistage'],
|
||||
accuracyRecoveryAdapters: {
|
||||
'4 bit with ARA': 'uint4|ostris/accuracy_recovery_adapters/wan22_14b_i2v_torchao_uint4.safetensors',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'wan22_5b',
|
||||
|
||||
@@ -1 +1 @@
|
||||
VERSION = "0.5.2"
|
||||
VERSION = "0.5.3"
|
||||
Reference in New Issue
Block a user