Add initial support for Qwen Image Edit 2511

This commit is contained in:
Jaret Burkett
2025-12-23 10:53:48 -07:00
parent 9883055684
commit 57a2ab1299
2 changed files with 34 additions and 1 deletions

View File

@@ -382,6 +382,39 @@ export const modelArchs: ModelArch[] = [
'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',
label: 'HiDream',

View File

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