Views
No views yet
QwenImageLayeredTextEncoderStep)
QwenImageLayeredVaeEncoderStep)
QwenImageLayeredCoreDenoiseStep)
QwenImageLayeredDecoderStep)
VaeImageProcessor)Qwen2_5_VLForConditionalGeneration)Qwen2VLProcessor)Qwen2Tokenizer): The tokenizer to useClassifierFreeGuidance)VaeImageProcessor)AutoencoderKLQwenImage)QwenImageLayeredPachifier)FlowMatchEulerDiscreteScheduler)QwenImageTransformer2DModel)image (Image | list): Reference image(s) for denoising. Can be a single image or list of images.resolution (int, optional, defaults to 640): The target area to resize the image to, can be 1024 or 640prompt (str, optional): The prompt or prompts to guide image generation.use_en_prompt (bool, optional, defaults to False): Whether to use English prompt templatenegative_prompt (str, optional): The prompt or prompts not to guide the image generation.max_sequence_length (int, optional, defaults to 1024): Maximum sequence length for prompt encoding.generator (Generator, optional): Torch generator for deterministic generation.num_images_per_prompt (int, optional, defaults to 1): The number of images to generate per prompt.latents (Tensor, optional): Pre-generated noisy latents for image generation.layers (int, optional, defaults to 4): Number of layers to extract from the imagenum_inference_steps (int, optional, defaults to 50): The number of denoising steps.sigmas (list, optional): Custom sigmas for the denoising process.attention_kwargs (dict, optional): Additional kwargs for attention processors.**denoiser_input_fields (None, optional): conditional model inputs for the denoiser: e.g. prompt_embeds, negative_prompt_embeds, etc.output_type (str, optional, defaults to pil): Output format: 'pil', 'np', 'pt'.images (list): Generated images.