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 a35f92a commit 33f3acbCopy full SHA for 33f3acb
src/diffusers/pipelines/consisid/pipeline_consisid.py
@@ -626,7 +626,6 @@ def unfuse_qkv_projections(self) -> None:
626
self.transformer.unfuse_qkv_projections()
627
self.fusing_transformer = False
628
629
- # Copied from diffusers.pipelines.consisid.pipeline_consisid.ConsisIDPipeline._prepare_rotary_positional_embeddings
630
def _prepare_rotary_positional_embeddings(
631
self,
632
height: int,
0 commit comments