diff --git a/ui/src/app/jobs/new/options.ts b/ui/src/app/jobs/new/options.ts index e61c3086..14da3b98 100644 --- a/ui/src/app/jobs/new/options.ts +++ b/ui/src/app/jobs/new/options.ts @@ -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', diff --git a/version.py b/version.py index 04a7a530..c45d27f4 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "0.7.11" +VERSION = "0.7.12"