mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Added 3bit ARA for qwen image 2512
This commit is contained in:
@@ -345,9 +345,9 @@ export const modelArchs: ModelArch[] = [
|
|||||||
disableSections: ['network.conv'],
|
disableSections: ['network.conv'],
|
||||||
additionalSections: ['model.low_vram', 'model.layer_offloading'],
|
additionalSections: ['model.low_vram', 'model.layer_offloading'],
|
||||||
// Training an ARA now, the other one will not work
|
// Training an ARA now, the other one will not work
|
||||||
// accuracyRecoveryAdapters: {
|
accuracyRecoveryAdapters: {
|
||||||
// '3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_torchao_uint3.safetensors',
|
'3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_2512_torchao_uint3.safetensors',
|
||||||
// },
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'qwen_image_edit',
|
name: 'qwen_image_edit',
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "0.7.15"
|
VERSION = "0.7.16"
|
||||||
|
|||||||
Reference in New Issue
Block a user