From 7f719cefe6276ee4cceac16ce066120aee44bf18 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Thu, 21 Aug 2025 14:25:17 +0800 Subject: [PATCH] refine code --- diffsynth/pipelines/qwen_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffsynth/pipelines/qwen_image.py b/diffsynth/pipelines/qwen_image.py index 57cc7c7..c91c5bb 100644 --- a/diffsynth/pipelines/qwen_image.py +++ b/diffsynth/pipelines/qwen_image.py @@ -285,7 +285,7 @@ class QwenImagePipeline(BasePipeline): edit_image: Image.Image = None, edit_image_auto_resize: bool = True, edit_rope_interpolation: bool = False, - # Qwen-Image-Context-Control + # In-context control context_image: Image.Image = None, # FP8 enable_fp8_attention: bool = False,