File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 365365 title : AutoencoderKLAllegro
366366 - local : api/models/autoencoderkl_cogvideox
367367 title : AutoencoderKLCogVideoX
368+ - local : api/models/autoencoderkl_cosmos
369+ title : AutoencoderKLCosmos
368370 - local : api/models/autoencoder_kl_hunyuan_video
369371 title : AutoencoderKLHunyuanVideo
370372 - local : api/models/autoencoderkl_ltx_video
Original file line number Diff line number Diff line change 1+ <!-- Copyright 2024 The HuggingFace Team. All rights reserved.
2+
3+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+ the License. You may obtain a copy of the License at
5+
6+ http://www.apache.org/licenses/LICENSE-2.0
7+
8+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+ specific language governing permissions and limitations under the License. -->
11+
12+ # AutoencoderKLCosmos
13+
14+ [ Cosmos Tokenizers] ( https://github.com/NVIDIA/Cosmos-Tokenizer ) .
15+
16+ Supported models:
17+ - [ nvidia/Cosmos-1.0-Tokenizer-CV8x8x8] ( https://huggingface.co/nvidia/Cosmos-1.0-Tokenizer-CV8x8x8 )
18+
19+ The model can be loaded with the following code snippet.
20+
21+ ``` python
22+ from diffusers import AutoencoderKLCosmos
23+
24+ vae = AutoencoderKLCosmos.from_pretrained(" nvidia/Cosmos-1.0-Tokenizer-CV8x8x8" , subfolder = " vae" )
25+ ```
26+
27+ ## AutoencoderKLCosmos
28+
29+ [[ autodoc]] AutoencoderKLCosmos
30+ - decode
31+ - encode
32+ - all
33+
34+ ## AutoencoderKLOutput
35+
36+ [[ autodoc]] models.autoencoders.autoencoder_kl.AutoencoderKLOutput
37+
38+ ## DecoderOutput
39+
40+ [[ autodoc]] models.autoencoders.vae.DecoderOutput
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ Make sure to check out the Schedulers [guide](../../using-diffusers/schedulers)
3030 - all
3131 - __ call__
3232
33+ ## CosmosVideoToWorldPipeline
34+
35+ [[ autodoc]] pipelines.cosmos.video_to_world_pipeline.CosmosVideoToWorldPipeline
36+ - all
37+ - __ call__
38+
3339## CosmosPipelineOutput
3440
3541[[ autodoc]] pipelines.cosmos.pipeline_output.CosmosPipelineOutput
You can’t perform that action at this time.
0 commit comments