Skip to content

Commit fe3af91

Browse files
committed
docs: update example formatting and add notes on LoRA support in skyreels_v2.md
1 parent e82d7b6 commit fe3af91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Asynchronous Processing Timeline:
7575
For Long Videos (`num_frames` > `base_num_frames`):
7676
`base_num_frames` acts as the "sliding window size" for processing long videos.
7777

78-
Example: 257-frame video with `base_num_frames=97`, `overlap_history=17`
78+
Example: `257`-frame video with `base_num_frames=97`, `overlap_history=17`
7979
```text
8080
┌──── Iteration 1 (frames 1-97) ────┐
8181
│ Processing window: 97 frames │ → 5 blocks,
@@ -313,6 +313,10 @@ export_to_video(output, "video.mp4", fps=24, quality=8)
313313
</hfoption>
314314
</hfoptions>
315315

316+
## Notes
317+
318+
- SkyReels-V2 supports LoRAs with [`~loaders.SkyReelsV2LoraLoaderMixin.load_lora_weights`].
319+
316320
`SkyReelsV2Pipeline` and `SkyReelsV2ImageToVideoPipeline` are also available without Diffusion Forcing framework applied.
317321

318322

0 commit comments

Comments
 (0)