From a37c70d668190f8aa196b1e3aa6583d6632bca5d Mon Sep 17 00:00:00 2001 From: vladmandic Date: Thu, 1 Jan 2026 10:45:48 +0100 Subject: [PATCH] update changelog Signed-off-by: vladmandic --- CHANGELOG.md | 3 +++ pipelines/model_qwen.py | 2 +- wiki | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958d91136..f112127a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Update for 2025-01-01 +- **Models** + - [Qwen-Image-2512](https://huggingface.co/Qwen/Qwen-Image-2512) + Qwen-Image successor, significantly reduces the AI-generated look and adds finer natural detailils and improved text rendering - **Feaures** - **SDNQ** now has *19 int* based and *69 float* based quantization types *note*: not all are exposed via ui purely for simplicity, but all are available via api and scripts diff --git a/pipelines/model_qwen.py b/pipelines/model_qwen.py index 31eb76f93..3bea5c121 100644 --- a/pipelines/model_qwen.py +++ b/pipelines/model_qwen.py @@ -30,7 +30,7 @@ def load_qwen(checkpoint_info, diffusers_load_config=None): diffusers.pipelines.auto_pipeline.AUTO_TEXT2IMAGE_PIPELINES_MAPPING["qwen-layered"] = diffusers.QwenImageLayeredPipeline diffusers.pipelines.auto_pipeline.AUTO_IMAGE2IMAGE_PIPELINES_MAPPING["qwen-layered"] = diffusers.QwenImageLayeredPipeline diffusers.pipelines.auto_pipeline.AUTO_INPAINT_PIPELINES_MAPPING["qwen-layered"] = diffusers.QwenImageLayeredPipeline - else: + else: # qwen-image, qwen-image-2512 cls_name = diffusers.QwenImagePipeline diffusers.pipelines.auto_pipeline.AUTO_TEXT2IMAGE_PIPELINES_MAPPING["qwen-image"] = diffusers.QwenImagePipeline diffusers.pipelines.auto_pipeline.AUTO_IMAGE2IMAGE_PIPELINES_MAPPING["qwen-image"] = diffusers.QwenImageImg2ImgPipeline diff --git a/wiki b/wiki index b823ea47f..93c375c3a 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit b823ea47f93d1a22e5f5f8c72b65974748617721 +Subproject commit 93c375c3a0c1ee8b3653dc62b975ce9b757ada0f