We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d348901 commit a35f92aCopy full SHA for a35f92a
src/diffusers/pipelines/consisid/pipeline_consisid.py
@@ -611,7 +611,7 @@ def check_inputs(
611
f" {negative_prompt_embeds.shape}."
612
)
613
614
- # Copied from diffusers.pipelines.consisid.pipeline_consisid.ConsisIDPipeline.fuse_qkv_projections
+ # Copied from diffusers.pipelines.cogvideo.pipeline_cogvideox.CogVideoXPipeline.fuse_qkv_projections
615
def fuse_qkv_projections(self) -> None:
616
r"""Enables fused QKV projections."""
617
self.fusing_transformer = True
0 commit comments