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 0f447a4 commit d348901Copy full SHA for d348901
src/diffusers/pipelines/consisid/pipeline_consisid.py
@@ -617,7 +617,7 @@ def fuse_qkv_projections(self) -> None:
617
self.fusing_transformer = True
618
self.transformer.fuse_qkv_projections()
619
620
- # Copied from diffusers.pipelines.consisid.pipeline_consisid.ConsisIDPipeline.unfuse_qkv_projections
+ # Copied from diffusers.pipelines.cogvideo.pipeline_cogvideox.CogVideoXPipeline.unfuse_qkv_projections
621
def unfuse_qkv_projections(self) -> None:
622
r"""Disable QKV projection fusion if enabled."""
623
if not self.fusing_transformer:
0 commit comments