Z-Image's modular TE block only produces negative_prompt_embeds when the pipeline's guider is enabled (CFG active).
Even if i give a negative prompt, the block does not produce a negative_prompt_embeds.
The modular approach is too much dependent on the pipeline, making it no more modular to my point of view. That is the case also with this init_pipeline() method and the dependency on the pipeline to find for the execution device. Should be more modular to my point of view.
@yiyixuxu
Z-Image's modular TE block only produces negative_prompt_embeds when the pipeline's guider is enabled (CFG active).
Even if i give a negative prompt, the block does not produce a negative_prompt_embeds.
The modular approach is too much dependent on the pipeline, making it no more modular to my point of view. That is the case also with this init_pipeline() method and the dependency on the pipeline to find for the execution device. Should be more modular to my point of view.
@yiyixuxu