mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Add initial support for Qwen Image Edit 2511
This commit is contained in:
@@ -382,6 +382,39 @@ export const modelArchs: ModelArch[] = [
|
|||||||
'3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_edit_2509_torchao_uint3.safetensors',
|
'3 bit with ARA': 'uint3|ostris/accuracy_recovery_adapters/qwen_image_edit_2509_torchao_uint3.safetensors',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'qwen_image_edit_plus:2511',
|
||||||
|
label: 'Qwen-Image-Edit-2511',
|
||||||
|
group: 'instruction',
|
||||||
|
defaults: {
|
||||||
|
// default updates when [selected, unselected] in the UI
|
||||||
|
'config.process[0].model.name_or_path': ['Qwen/Qwen-Image-Edit-2511', defaultNameOrPath],
|
||||||
|
'config.process[0].model.quantize': [true, false],
|
||||||
|
'config.process[0].model.quantize_te': [true, false],
|
||||||
|
'config.process[0].model.low_vram': [true, false],
|
||||||
|
'config.process[0].train.unload_text_encoder': [false, false],
|
||||||
|
'config.process[0].sample.sampler': ['flowmatch', 'flowmatch'],
|
||||||
|
'config.process[0].train.noise_scheduler': ['flowmatch', 'flowmatch'],
|
||||||
|
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
|
||||||
|
'config.process[0].model.qtype': ['qfloat8', 'qfloat8'],
|
||||||
|
'config.process[0].model.model_kwargs': [
|
||||||
|
{
|
||||||
|
match_target_res: false,
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
disableSections: ['network.conv', 'train.unload_text_encoder'],
|
||||||
|
additionalSections: [
|
||||||
|
'datasets.multi_control_paths',
|
||||||
|
'sample.multi_ctrl_imgs',
|
||||||
|
'model.low_vram',
|
||||||
|
'model.layer_offloading',
|
||||||
|
'model.qie.match_target_res',
|
||||||
|
],
|
||||||
|
// accuracyRecoveryAdapters: {
|
||||||
|
// },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'hidream',
|
name: 'hidream',
|
||||||
label: 'HiDream',
|
label: 'HiDream',
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "0.7.11"
|
VERSION = "0.7.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user