-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add SkyReels V2: Infinite-Length Film Generative Model #11518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tolgacangoz
wants to merge
341
commits into
huggingface:main
Choose a base branch
from
tolgacangoz:skyreels-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8,510
−3
Open
Changes from all commits
Commits
Show all changes
341 commits
Select commit
Hold shift + click to select a range
602cff7
fix: multi-dimentional indexing
tolgacangoz 237e468
Comment out tensor unsqueezing in `SkyReelsV2DiffusionForcingPipeline…
tolgacangoz 40c456d
Update dtype handling in `SkyReelsV2DiffusionForcingPipeline` to use …
tolgacangoz 9ed88da
fix dype
tolgacangoz 6a3c7bf
fix
tolgacangoz 5652aa0
Refactor sample scheduler initialization in `SkyReelsV2DiffusionForci…
tolgacangoz e529fea
Adds shift parameter to scheduler timestep setting
tolgacangoz b3ffeca
Fix slicing of latents in `SkyReelsV2DiffusionForcingPipeline` to ens…
tolgacangoz 4479afc
Fix tensor slicing in `SkyReelsV2DiffusionForcingPipeline` to ensure …
tolgacangoz e4f6743
Update progress bar total in `SkyReelsV2DiffusionForcingPipeline` to …
tolgacangoz 7420446
Refactor error handling and tensor processing in `SkyReelsV2Diffusion…
tolgacangoz 2d59ebd
Refactor tensor processing and noise application in `SkyReelsV2Diffus…
tolgacangoz 8af4a9f
Refactor variable naming and tensor handling in `SkyReelsV2DiffusionF…
tolgacangoz 57a2bf9
style
tolgacangoz ae6adbe
fix number of frames for long video generation
tolgacangoz 9afb214
up
tolgacangoz f1483ad
fix: `latents` initialization for long video generation in processing…
tolgacangoz a16c31b
update templates
tolgacangoz 3b7b63b
Enhance `convert_skyreelsv2_to_diffusers.py` by adding support for lo…
tolgacangoz 5e1126d
Update model configuration in `convert_skyreelsv2_to_diffusers.py` to…
tolgacangoz 820d415
Refactor `set_ar_attention` method in `SkyReelsV2Transformer3DModel` …
tolgacangoz 528e0d7
up
tolgacangoz 6c4301c
up
tolgacangoz 7d5328f
upp
tolgacangoz 00849fd
fix file name
tolgacangoz 8e34d89
Update `SkyReelsV2Transformer3DModel` to conditionally apply `causal_…
tolgacangoz 493a08c
Merge branch 'main' into skyreels-v2
tolgacangoz a6f0d11
style
tolgacangoz cc0660c
Fix class name casing for SkyReelsV2 components in multiple files to …
tolgacangoz 14d8d7a
cleaning
tolgacangoz 85a1f90
cleansing
tolgacangoz 5264ac9
Refactor `get_timestep_embedding` to move modifications into `SkyReel…
tolgacangoz 81acfae
Remove unnecessary line break in `get_timestep_embedding` function fo…
tolgacangoz 11baa00
Remove `skyreels_v2` entry from `_import_structure` and update its in…
tolgacangoz 2906c37
cleansing
tolgacangoz a38eaab
Refactor attention processing in `SkyReelsV2AttnProcessor2_0` to alwa…
tolgacangoz 150ea56
Enhance example usage in `pipeline_skyreels_v2_diffusion_forcing.py` …
tolgacangoz ad7d4c4
Refactor import structure in `__init__.py` for SkyReelsV2 components …
tolgacangoz ed7843a
Merge branch 'main' into skyreels-v2
tolgacangoz f1ee024
Update `guidance_scale` parameter in `SkyReelsV2DiffusionForcingPipel…
tolgacangoz 421e0dc
Update `guidance_scale` parameter in example documentation and class …
tolgacangoz 4b688c4
Update `causal_block_size` parameter in `SkyReelsV2DiffusionForcingPi…
tolgacangoz c6b5391
up
tolgacangoz 3bf1e4a
Fix dtype conversion for `timestep_proj` in `SkyReelsV2Transformer3DM…
tolgacangoz f48363c
Optimize causal mask generation by replacing repeated tensor with `re…
tolgacangoz 920d956
style
tolgacangoz cedee34
Merge branch 'main' into skyreels-v2
tolgacangoz db9cda9
Enhance example documentation in `SkyReelsV2DiffusionForcingPipeline`…
tolgacangoz ff6eeea
Refactor sample scheduler creation in `SkyReelsV2DiffusionForcingPipe…
tolgacangoz 82db3ab
Merge branch 'main' into skyreels-v2
tolgacangoz c0abccc
Enhance error handling and documentation in `SkyReelsV2DiffusionForci…
tolgacangoz 35061d0
Update documentation and progress bar handling in `SkyReelsV2Diffusio…
tolgacangoz cede08c
Refine progress bar calculation in `SkyReelsV2DiffusionForcingPipelin…
tolgacangoz 5bc9a1b
Update import statements in `SkyReelsV2DiffusionForcingPipeline` docu…
tolgacangoz 0cdfb99
Merge branch 'main' into skyreels-v2
tolgacangoz 5c658c9
Refactor progress bar handling in `SkyReelsV2DiffusionForcingPipeline…
tolgacangoz b30a426
update templates for i2v, v2v
tolgacangoz 238d07d
Add `retrieve_latents` function to streamline latent retrieval in `Sk…
tolgacangoz d3bd638
Add `retrieve_latents` function to both i2v and v2v pipelines for con…
tolgacangoz 2aab1de
Remove redundant ValueError for `overlap_history` in `SkyReelsV2Diffu…
tolgacangoz 8ab5bb1
Update default video dimensions and flow matching scheduler parameter…
tolgacangoz 323ec66
Refactor `SkyReelsV2DiffusionForcingPipeline` to support Image-to-Vid…
tolgacangoz ce804ad
Improve organization for image-last_image condition.
tolgacangoz ff97206
Refactor `SkyReelsV2DiffusionForcingImageToVideoPipeline` to improve …
tolgacangoz 5d702cf
style
tolgacangoz b6536ed
Merge branch 'main' into skyreels-v2
tolgacangoz 9d35809
style
tolgacangoz 0f915f6
Add example usage of PIL for image input in `SkyReelsV2DiffusionForci…
tolgacangoz 9a6746b
Refactor `SkyReelsV2DiffusionForcingPipeline` to `SkyReelsV2Diffusion…
tolgacangoz b879963
Refactor `SkyReelsV2DiffusionForcingImageToVideoPipeline` by removing…
tolgacangoz 7f35894
Refactor `SkyReelsV2DiffusionForcingImageToVideoPipeline` to enhance …
tolgacangoz a97d4d8
Enhance `SkyReelsV2DiffusionForcingPipeline` by refining latent prepa…
tolgacangoz e2bfbfa
refactor
tolgacangoz 594082e
fix num_frames
tolgacangoz c4c9c0a
fix prefix_video_latents
tolgacangoz 79960de
up
tolgacangoz f6cd857
refactor
tolgacangoz 3ce9b05
Fix typo in scheduler method call within `SkyReelsV2DiffusionForcingV…
tolgacangoz f1b8508
up
tolgacangoz aad0feb
Enhance `SkyReelsV2DiffusionForcingImageToVideoPipeline` by adding su…
tolgacangoz 0958647
add statistics
tolgacangoz fcfc7f4
Refine latent frame handling in `SkyReelsV2DiffusionForcingImageToVid…
tolgacangoz b197ffb
up
tolgacangoz 54f1aa5
refactor
tolgacangoz 0a45793
up
tolgacangoz 37649b2
Refactor `SkyReelsV2DiffusionForcingVideoToVideoPipeline` to improve …
tolgacangoz 46c6e72
style
tolgacangoz 0edb263
4d724df
fix vae output indexing
tolgacangoz 79dbd0e
upup
tolgacangoz 22c761e
fbf5cc1
92c4e8c
up
tolgacangoz bb9ca6f
Fix tensor concatenation and repetition logic in `SkyReelsV2Diffusion…
tolgacangoz 18e525f
Refactor latent retrieval logic in `SkyReelsV2DiffusionForcingVideoTo…
tolgacangoz 528a811
Enhance logging in `SkyReelsV2DiffusionForcing` pipelines by adding i…
tolgacangoz 7814f7d
Update latent handling in `SkyReelsV2DiffusionForcingImageToVideoPipe…
tolgacangoz 6d1d1e9
Refactor `SkyReelsV2TimeTextImageEmbedding` to utilize `get_1d_sincos…
tolgacangoz 82d86e4
Enhance `get_1d_sincos_pos_embed_from_grid` function to include an op…
tolgacangoz 2dce751
Update timestep projection in `SkyReelsV2TimeTextImageEmbedding` to i…
tolgacangoz a4aa0ba
Refactor tensor type handling in `SkyReelsV2AttnProcessor2_0` and `Sk…
tolgacangoz 63814a0
Update tensor type in `SkyReelsV2RotaryPosEmbed` to use `torch.float3…
tolgacangoz a74248f
Refactor `SkyReelsV2TimeTextImageEmbedding` to utilize automatic mixe…
tolgacangoz efccb9e
down
tolgacangoz b836618
down
tolgacangoz 11cd6fb
style
tolgacangoz 786f145
Add debug tensor tracking to `SkyReelsV2Transformer3DModel` for enhan…
tolgacangoz b597f9e
up
tolgacangoz 6caffc9
Refactor indentation in `SkyReelsV2AttnProcessor2_0` to improve code …
tolgacangoz 848acfc
Convert query, key, and value tensors to bfloat16 in `SkyReelsV2AttnP…
tolgacangoz a8e01ba
Add debug print statements in `SkyReelsV2TransformerBlock` to track t…
tolgacangoz aef60a1
debug
tolgacangoz f70627a
7a98f19
debug
tolgacangoz 17e931a
Remove commented-out debug tensor tracking from `SkyReelsV2Transforme…
tolgacangoz 19dae16
Add functionality to save processed video latents as a Safetensors fi…
tolgacangoz 2947e52
up
tolgacangoz 324e7fe
Add functionality to save output latents as a Safetensors file in `Sk…
tolgacangoz abf59a5
up
tolgacangoz e227b38
Remove additional commented-out debug tensor tracking from `SkyReelsV…
tolgacangoz c6ef3cf
style
tolgacangoz f359c77
cleansing
tolgacangoz 8e3b63f
Merge branch 'main' into skyreels-v2
tolgacangoz 2fa1b38
Update example documentation and parameters in `SkyReelsV2Pipeline`. …
tolgacangoz 4b0a775
Update shift parameter in example documentation and default values ac…
tolgacangoz ee56e4b
Update example documentation in SkyReels V2 pipelines to include avai…
tolgacangoz 1dadfc2
Add test templates
tolgacangoz 0f86f01
Merge branch 'main' into skyreels-v2
tolgacangoz 619a571
style
tolgacangoz 974fa00
Add docs template
tolgacangoz 3b0ee61
Merge branch 'main' into skyreels-v2
tolgacangoz 6e84a82
Add SkyReels V2 Diffusion Forcing Video-to-Video Pipeline to imports
tolgacangoz 8758da7
style
tolgacangoz 568c59e
fix-copies
tolgacangoz 7759617
convert i2v 1.3b
tolgacangoz 943cd3e
Update transformer configuration to include `image_dim` for SkyReels …
tolgacangoz 993d19d
Refactor transformer import in SkyReels V2 pipeline to use `SkyReelsV…
tolgacangoz 7387e52
Update transformer configuration in SkyReels V2 to increase `in_chann…
tolgacangoz 96af7eb
Update transformer configuration in SkyReels V2 to set `added_kv_proj…
tolgacangoz a6a7337
up
tolgacangoz 72ad13c
up
tolgacangoz d069905
up
tolgacangoz 8142720
Add SkyReelsV2Pipeline support for T2V model type in conversion script
tolgacangoz 326b6ed
upp
tolgacangoz a462222
Refactor model type checks in conversion script to use substring matc…
tolgacangoz a8c057f
upp
tolgacangoz 6bdfbcf
Fix shard path formatting in conversion script to accommodate varying…
tolgacangoz db74f87
Update sharded safetensors loading logic in conversion script to use …
tolgacangoz cc698b6
Update scheduler parameters in SkyReels V2 test files for consistency…
tolgacangoz 9a269a2
Refactor conversion script to initialize text encoder, tokenizer, and…
tolgacangoz 9fd9dba
style
tolgacangoz bc9eb42
Update documentation for SkyReels-V2, introducing the Infinite-length…
tolgacangoz de446ad
Add SkyReelsV2Transformer3DModel and FlowMatchUniPCMultistepScheduler…
tolgacangoz f2f6613
style
tolgacangoz b707a6c
Update documentation for SkyReelsV2DiffusionForcingPipeline to correc…
tolgacangoz dc73267
Add documentation for causal_block_size parameter in SkyReelsV2DF pip…
tolgacangoz c2aab89
Simplify min_ar_step calculation in SkyReelsV2DiffusionForcingPipelin…
tolgacangoz 7ce7a96
style and fix-copies
tolgacangoz 32a6520
style
tolgacangoz ca1a5f4
Merge branch 'main' into skyreels-v2
tolgacangoz 87e7d08
Merge branch 'main' into skyreels-v2
yiyixuxu 59c4057
Add documentation for SkyReelsV2Transformer3DModel
tolgacangoz 0a7647b
Merge branch 'main' into skyreels-v2
tolgacangoz 9b026e4
Update test configurations for SkyReelsV2 pipelines
tolgacangoz 4c89187
Refines SkyReelsV2DF test parameters
tolgacangoz 6aec002
Update src/diffusers/models/modeling_outputs.py
tolgacangoz 8fcc7f0
Refactor `grid_sizes` processing by using already-calculated post-pat…
tolgacangoz b5df175
Update docs/source/en/api/pipelines/skyreels_v2.md
tolgacangoz c446fe5
Refactor parameter naming for diffusion forcing in SkyReelsV2 pipelines
tolgacangoz 7f13e1d
Revert _toctree.yml to adjust section expansion states
tolgacangoz 6931366
style
tolgacangoz c42f98f
Update docs/source/en/api/models/skyreels_v2_transformer_3d.md
tolgacangoz 9a5b93d
Add copying label to SkyReelsV2ImageEmbedding from WanImageEmbedding.
tolgacangoz fdabf03
Refactor transformer block processing in SkyReelsV2Transformer3DModel
tolgacangoz 46b32ad
Update SkyReels V2 documentation to remove VRAM requirement and strea…
tolgacangoz 194a9cc
Add SkyReelsV2LoraLoaderMixin for loading and managing LoRA layers in…
tolgacangoz 0e9acff
Update SkyReelsV2 documentation and loader mixin references
tolgacangoz 4dbe834
Enhance SkyReelsV2 integration by adding SkyReelsV2LoraLoaderMixin re…
tolgacangoz b6675c0
Update SkyReelsV2 model references in documentation
tolgacangoz 7cb257c
style
tolgacangoz 605b97d
Merge branch 'main' into skyreels-v2
tolgacangoz 023336f
fix-copies
tolgacangoz 4fd94bf
Refactor `fps_projection` in `SkyReelsV2Transformer3DModel`
tolgacangoz 74c2209
Update docs
tolgacangoz ebc7714
Refactor video processing in SkyReelsV2DiffusionForcingPipeline
tolgacangoz fa715d6
Update activation function in `fps_projection` of `SkyReelsV2Transfor…
tolgacangoz 56ea438
Add fps_projection layer renaming in convert_skyreelsv2_to_diffusers.py
tolgacangoz 829d632
Fix fps_projection assignment in SkyReelsV2Transformer3DModel
tolgacangoz 0b7d7ea
Update _keep_in_fp32_modules in SkyReelsV2Transformer3DModel
tolgacangoz 6a1f857
Remove integration test classes from SkyReelsV2 test files
tolgacangoz 2d35933
style
tolgacangoz a648bc6
Merge branch 'main' into skyreels-v2
tolgacangoz de77dbe
Refactor: Remove hardcoded `torch.bfloat16` cast in attention
tolgacangoz e80bb8c
Refactor: Simplify data type handling in transformer model
tolgacangoz d68aad8
Refactor: Remove `fps_projection` from `_keep_in_fp32_modules` in `Sk…
tolgacangoz b0f972a
Update src/diffusers/models/transformers/transformer_skyreels_v2.py
tolgacangoz a721375
Refactor: Remove unused flags and simplify attention mask handling in…
tolgacangoz d3fc876
Refactor: Clarify variable names for latent frames
tolgacangoz 0effc88
Enhance documentation: Add detailed docstring for timestep matrix gen…
tolgacangoz 49f1280
Docs: Clarify long video chunking in pipeline docstring
tolgacangoz cdc0300
Docs: Move visual demonstration and processing details for SkyReelsV2…
tolgacangoz 7e29db5
Docs: Update asynchronous processing timeline and examples for long v…
tolgacangoz e7a1480
Enhance timestep matrix generation documentation and logic for synchr…
tolgacangoz f181035
Update timestep matrix documentation and enhance analysis for clarity…
tolgacangoz 4549929
Docs: Update visual demonstration section and add detailed step matri…
tolgacangoz 5694476
style
tolgacangoz a4750d9
fix-copies
tolgacangoz 4c19c77
Refactor parameter names for clarity in SkyReelsV2DiffusionForcingIma…
tolgacangoz 47e0452
Refactor: Avoid VAE roundtrip in long video generation
tolgacangoz 53db5cd
Refactor: Rename prefix_video_latents_length to prefix_video_latents_…
tolgacangoz c46bf10
Refactor: Rename num_latent_frames to current_num_latent_frames for c…
tolgacangoz e06ad04
Refactor: Enhance long video generation logic and improve latent hand…
tolgacangoz c2fa67c
style
tolgacangoz f390252
Refactor: Remove overlap_history parameter and streamline long video …
tolgacangoz 5018c59
style
tolgacangoz d43d5ab
Refactor latent handling in i2v diffusion forcing pipeline
tolgacangoz e6edd13
Refactor: Remove overlap_history parameter from SkyReelsV2DiffusionFo…
tolgacangoz 3b51bbd
Refactor: Adjust video_latents parameter handling in prepare_latents …
tolgacangoz b96bd3e
style
tolgacangoz 46a7f51
Refactor: Update long video iteration print statements for clarity
tolgacangoz 9bcdeb6
Fix: Update transformer config with dynamic causal block size
tolgacangoz 13991ae
style
tolgacangoz b358fa9
Refactor: Adjust video input size and expected output shape in infere…
tolgacangoz 89e7bba
Refactor: Rename video variables for clarity in SkyReelsV2DiffusionFo…
tolgacangoz 637ae1e
Docs: Clarify time embedding logic in SkyReelsV2
tolgacangoz f343023
Docs: Update SkyReels V2 pipeline examples
tolgacangoz accd3ad
Refactor: Remove `shift` parameter from SkyReelsV2 pipelines
tolgacangoz aa1a3d5
Refactors SkyReelsV2 image-to-video tests and adds last image case
tolgacangoz df9ecef
test: Add image components to SkyReelsV2 pipeline test
tolgacangoz e05200d
test: Add callback configuration test for SkyReelsV2DiffusionForcingV…
tolgacangoz 3a3e1ad
Merge branch 'main' into skyreels-v2
tolgacangoz 6934fe0
style
tolgacangoz 9072ee4
fix: Update image_encoder type to CLIPVisionModelWithProjection in Sk…
tolgacangoz 9784c00
UP
tolgacangoz f7e1b9e
Add conversion support for SkyReels-V2-FLF2V models
tolgacangoz 5af54da
Docs: Update and simplify SkyReels V2 usage examples
tolgacangoz 709c50b
style
tolgacangoz 388ff19
docs: Add SkyReels-V2 FLF2V 1.3B model to supported models list
tolgacangoz 92a13a7
docs: Update SkyReels-V2 documentation
tolgacangoz d9cb5ec
Merge branch 'main' into skyreels-v2
tolgacangoz 8509b20
Move the initialization of the `gradient_checkpointing` attribute to …
tolgacangoz 7c7feef
Refactor: Use logger for long video progress messages
tolgacangoz ee99fc0
Merge branch 'main' into skyreels-v2
tolgacangoz ae4f30c
Merge branch 'main' into skyreels-v2
tolgacangoz ea3ecb8
Refactor SkyReelsV2 timestep embedding into a module
tolgacangoz 8016e42
Fix: Preserve original shape in timestep embeddings
tolgacangoz e04d78b
Merge branch 'main' into skyreels-v2
tolgacangoz f62b080
Merge branch 'main' into skyreels-v2
tolgacangoz 2b100d7
Merge branch 'main' into skyreels-v2
tolgacangoz 122bfcd
style
tolgacangoz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- Copyright 2024 The HuggingFace Team. All rights reserved. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | ||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations under the License. --> | ||
|
||
# SkyReelsV2Transformer3DModel | ||
|
||
A Diffusion Transformer model for 3D video-like data was introduced in [SkyReels-V2](https://github.com/SkyworkAI/SkyReels-V2) by the Skywork AI. | ||
|
||
The model can be loaded with the following code snippet. | ||
|
||
```python | ||
from diffusers import SkyReelsV2Transformer3DModel | ||
|
||
transformer = SkyReelsV2Transformer3DModel.from_pretrained("Skywork/SkyReels-V2-DF-1.3B-540P-Diffusers", subfolder="transformer", torch_dtype=torch.bfloat16) | ||
``` | ||
|
||
## SkyReelsV2Transformer3DModel | ||
|
||
[[autodoc]] SkyReelsV2Transformer3DModel | ||
|
||
## Transformer2DModelOutput | ||
|
||
[[autodoc]] models.modeling_outputs.Transformer2DModelOutput |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!--Copyright 2024 The HuggingFace Team. All rights reserved. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | ||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations under the License. | ||
--> | ||
|
||
# FlowMatchUniPCMultistepScheduler | ||
|
||
`FlowMatchUniPCMultistepScheduler` is based on the flow-matching sampling introduced in [Stable Diffusion 3](https://huggingface.co/papers/2403.03206). | ||
|
||
## FlowMatchUniPCMultistepScheduler | ||
[[autodoc]] FlowMatchUniPCMultistepScheduler |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.