@@ -192,9 +192,9 @@ class QwenImageEditResizeDynamicStep(ModularPipelineBlocks):
192192    def  __init__ (self , input_name : str  =  "image" , output_name : str  =  "resized_image" ):
193193        """Create a configurable step for resizing images to the target area (1024 * 1024) while maintaining the aspect ratio. 
194194
195-         This block resizes an input image tensor and exposes the resized result 
196-         under configurable input and output  names. Use this when you need to wire the 
197-         resize step to different image fields (e.g., "image",  "control_image") 
195+         This block resizes an input image tensor and exposes the resized result under configurable input and output  
196+         names. Use this when you need to wire the resize step to different image fields (e.g., "image",  
197+         "control_image") 
198198
199199        Args: 
200200            input_name (str, optional): Name of the image field to read from the 
@@ -671,9 +671,8 @@ def __init__(
671671    ):
672672        """Initialize a VAE encoder step for converting images to latent representations. 
673673
674-         Both the input and output names are configurable so this block can be 
675-         configured to process to different image inputs (e.g., "processed_image" -> "image_latents", 
676-         "processed_control_image" -> "control_image_latents"). 
674+         Both the input and output names are configurable so this block can be configured to process to different image 
675+         inputs (e.g., "processed_image" -> "image_latents", "processed_control_image" -> "control_image_latents"). 
677676
678677        Args: 
679678            input_name (str, optional): Name of the input image tensor. Defaults to "processed_image". 
0 commit comments