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:
@@ -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",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user