Skip to content

Commit 6e4cc72

Browse files
committed
up
1 parent 07ac70d commit 6e4cc72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/source/en/api/pipelines/skyreels_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pipeline.scheduler = UniPCMultistepScheduler.from_config(pipeline.scheduler.conf
171171

172172
# Some acceleration helpers
173173
# Be sure to install Flash Attention: https://github.com/Dao-AILab/flash-attention#installation-and-features
174-
# Normally 14 min., with compile_repeated_blocks(fullgraph=True) 12 min., with Flash Attention too 5.5 min.
174+
# Normally 14 min., with compile_repeated_blocks(fullgraph=True) 12 min., with Flash Attention too 5.5 min at A100.
175175
#pipeline.transformer.set_attention_backend("flash")
176176
#pipeline.transformer.compile_repeated_blocks(fullgraph=True)
177177

src/diffusers/models/transformers/transformer_skyreels_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
logger = logging.get_logger(__name__) # pylint: disable=invalid-name
4141

4242

43-
# TODO: Copied from doesn't work here?
4443
def _get_qkv_projections(
4544
attn: "SkyReelsV2Attention", hidden_states: torch.Tensor, encoder_hidden_states: torch.Tensor
4645
):

0 commit comments

Comments
 (0)