1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update src/diffusers/modular_pipelines/flux2/encoders.py

This commit is contained in:
YiYi Xu
2026-01-20 09:25:29 -10:00
committed by GitHub
parent 3c7494a651
commit d2953678ad

View File

@@ -284,6 +284,7 @@ class Flux2KleinTextEncoderStep(ModularPipelineBlocks):
),
OutputParam(
"negative_prompt_embeds",
kwargs_type="denoiser_input_fields",
type_hint=torch.Tensor,
description="Negative text embeddings from qwen3 used to guide the image generation",
),