Buckets:
| import{s as je,n as Fe,o as Ye}from"../chunks/scheduler.53228c21.js";import{S as Je,i as Qe,e as a,s as n,c as u,h as et,a as d,d as t,b as s,f as v,g as m,j as b,k as $,l as r,m as l,n as p,t as f,o as g,p as h}from"../chunks/index.100fac89.js";import{C as tt}from"../chunks/CopyLLMTxtMenu.67e413d2.js";import{D}from"../chunks/Docstring.60584164.js";import{C as ot}from"../chunks/CodeBlock.d30a6509.js";import{H as we,E as nt}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.debde53c.js";function st(Ne){let x,ne,te,se,L,re,T,ie,A,ze='The 3D variational autoencoder (VAE) model with KL loss used in <a href="https://github.com/THUDM/CogVideo" rel="nofollow">CogVideoX</a> was introduced in <a href="https://github.com/THUDM/CogVideo/blob/main/resources/CogVideoX.pdf" rel="nofollow">CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer</a> by Tsinghua University & ZhipuAI.',ae,k,Oe="The model can be loaded with the following code snippet.",de,X,le,K,ce,i,M,Ce,S,qe=`A VAE model with KL loss for encoding images into latents and decoding latent representations into images. Used in | |
| <a href="https://github.com/THUDM/CogVideo" rel="nofollow">CogVideoX</a>.`,ye,B,He=`This model inherits from <a href="/docs/diffusers/pr_13331/en/api/models/overview#diffusers.ModelMixin">ModelMixin</a>. Check the superclass documentation for it’s generic methods implemented | |
| for all models (such as downloading or saving).`,Ve,G,E,De,R,U,Le,y,N,Te,W,Pe=`Enable tiled VAE decoding. When this option is enabled, the VAE will split the input tensor into tiles to | |
| compute decoding and encoding in several steps. This is useful for saving a large amount of memory and to allow | |
| processing larger images.`,Ae,V,z,ke,j,Ze="Decode a batch of images using a tiled decoder.",Xe,_,O,Ke,F,Ie="Encode a batch of images using a tiled encoder.",Me,Y,Se=`When this option is enabled, the VAE will split the input tensor into tiles to compute encoding in several | |
| steps. This is useful to keep memory use constant regardless of image size. The end result of tiled encoding is | |
| different from non-tiled encoding because each tile uses a different encoder. To avoid tiling artifacts, the | |
| tiles overlap and are blended together to form a smooth output. You may still see tile-sized changes in the | |
| output, but they should be much less noticeable.`,ue,q,me,w,H,Ee,J,Be="Output of AutoencoderKL encoding method.",pe,P,fe,C,Z,Ue,Q,Ge="Output of decoding method.",ge,I,he,oe,_e;return L=new tt({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),T=new we({props:{title:"AutoencoderKLCogVideoX",local:"autoencoderklcogvideox",headingTag:"h1"}}),X=new ot({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMEF1dG9lbmNvZGVyS0xDb2dWaWRlb1glMEElMEF2YWUlMjAlM0QlMjBBdXRvZW5jb2RlcktMQ29nVmlkZW9YLmZyb21fcHJldHJhaW5lZCglMjJUSFVETSUyRkNvZ1ZpZGVvWC0yYiUyMiUyQyUyMHN1YmZvbGRlciUzRCUyMnZhZSUyMiUyQyUyMHRvcmNoX2R0eXBlJTNEdG9yY2guZmxvYXQxNikudG8oJTIyY3VkYSUyMik=",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> AutoencoderKLCogVideoX | |
| vae = AutoencoderKLCogVideoX.from_pretrained(<span class="hljs-string">"THUDM/CogVideoX-2b"</span>, subfolder=<span class="hljs-string">"vae"</span>, torch_dtype=torch.float16).to(<span class="hljs-string">"cuda"</span>)`,wrap:!1}}),K=new we({props:{title:"AutoencoderKLCogVideoX",local:"diffusers.AutoencoderKLCogVideoX",headingTag:"h2"}}),M=new D({props:{name:"class diffusers.AutoencoderKLCogVideoX",anchor:"diffusers.AutoencoderKLCogVideoX",parameters:[{name:"in_channels",val:": int = 3"},{name:"out_channels",val:": int = 3"},{name:"down_block_types",val:": tuple = ('CogVideoXDownBlock3D', 'CogVideoXDownBlock3D', 'CogVideoXDownBlock3D', 'CogVideoXDownBlock3D')"},{name:"up_block_types",val:": tuple = ('CogVideoXUpBlock3D', 'CogVideoXUpBlock3D', 'CogVideoXUpBlock3D', 'CogVideoXUpBlock3D')"},{name:"block_out_channels",val:": tuple = (128, 256, 256, 512)"},{name:"latent_channels",val:": int = 16"},{name:"layers_per_block",val:": int = 3"},{name:"act_fn",val:": str = 'silu'"},{name:"norm_eps",val:": float = 1e-06"},{name:"norm_num_groups",val:": int = 32"},{name:"temporal_compression_ratio",val:": float = 4"},{name:"sample_height",val:": int = 480"},{name:"sample_width",val:": int = 720"},{name:"scaling_factor",val:": float = 1.15258426"},{name:"shift_factor",val:": float | None = None"},{name:"latents_mean",val:": tuple[float] | None = None"},{name:"latents_std",val:": tuple[float] | None = None"},{name:"force_upcast",val:": float = True"},{name:"use_quant_conv",val:": bool = False"},{name:"use_post_quant_conv",val:": bool = False"},{name:"invert_scale_latents",val:": bool = False"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLCogVideoX.in_channels",description:"<strong>in_channels</strong> (int, <em>optional</em>, defaults to 3) — Number of channels in the input image.",name:"in_channels"},{anchor:"diffusers.AutoencoderKLCogVideoX.out_channels",description:"<strong>out_channels</strong> (int, <em>optional</em>, defaults to 3) — Number of channels in the output.",name:"out_channels"},{anchor:"diffusers.AutoencoderKLCogVideoX.down_block_types",description:`<strong>down_block_types</strong> (<code>tuple[str]</code>, <em>optional</em>, defaults to <code>("DownEncoderBlock2D",)</code>) — | |
| tuple of downsample block types.`,name:"down_block_types"},{anchor:"diffusers.AutoencoderKLCogVideoX.up_block_types",description:`<strong>up_block_types</strong> (<code>tuple[str]</code>, <em>optional</em>, defaults to <code>("UpDecoderBlock2D",)</code>) — | |
| tuple of upsample block types.`,name:"up_block_types"},{anchor:"diffusers.AutoencoderKLCogVideoX.block_out_channels",description:`<strong>block_out_channels</strong> (<code>tuple[int]</code>, <em>optional</em>, defaults to <code>(64,)</code>) — | |
| tuple of block output channels.`,name:"block_out_channels"},{anchor:"diffusers.AutoencoderKLCogVideoX.act_fn",description:"<strong>act_fn</strong> (<code>str</code>, <em>optional</em>, defaults to <code>"silu"</code>) — The activation function to use.",name:"act_fn"},{anchor:"diffusers.AutoencoderKLCogVideoX.sample_size",description:"<strong>sample_size</strong> (<code>int</code>, <em>optional</em>, defaults to <code>32</code>) — Sample input size.",name:"sample_size"},{anchor:"diffusers.AutoencoderKLCogVideoX.scaling_factor",description:`<strong>scaling_factor</strong> (<code>float</code>, <em>optional</em>, defaults to <code>1.15258426</code>) — | |
| The component-wise standard deviation of the trained latent space computed using the first batch of the | |
| training set. This is used to scale the latent space to have unit variance when training the diffusion | |
| model. The latents are scaled with the formula <code>z = z * scaling_factor</code> before being passed to the | |
| diffusion model. When decoding, the latents are scaled back to the original scale with the formula: <code>z = 1 / scaling_factor * z</code>. For more details, refer to sections 4.3.2 and D.1 of the <a href="https://huggingface.co/papers/2112.10752" rel="nofollow">High-Resolution Image | |
| Synthesis with Latent Diffusion Models</a> paper.`,name:"scaling_factor"},{anchor:"diffusers.AutoencoderKLCogVideoX.force_upcast",description:`<strong>force_upcast</strong> (<code>bool</code>, <em>optional</em>, default to <code>True</code>) — | |
| If enabled it will force the VAE to run in float32 for high image resolution pipelines, such as SD-XL. VAE | |
| can be fine-tuned / trained to a lower range without losing too much precision in which case <code>force_upcast</code> | |
| can be set to <code>False</code> - see: <a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix" rel="nofollow">https://huggingface.co/madebyollin/sdxl-vae-fp16-fix</a>`,name:"force_upcast"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/autoencoder_kl_cogvideox.py#L956"}}),E=new D({props:{name:"wrapper",anchor:"diffusers.AutoencoderKLCogVideoX.decode",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/utils/accelerate_utils.py#L43"}}),U=new D({props:{name:"wrapper",anchor:"diffusers.AutoencoderKLCogVideoX.encode",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/utils/accelerate_utils.py#L43"}}),N=new D({props:{name:"enable_tiling",anchor:"diffusers.AutoencoderKLCogVideoX.enable_tiling",parameters:[{name:"tile_sample_min_height",val:": int | None = None"},{name:"tile_sample_min_width",val:": int | None = None"},{name:"tile_overlap_factor_height",val:": float | None = None"},{name:"tile_overlap_factor_width",val:": float | None = None"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLCogVideoX.enable_tiling.tile_sample_min_height",description:`<strong>tile_sample_min_height</strong> (<code>int</code>, <em>optional</em>) — | |
| The minimum height required for a sample to be separated into tiles across the height dimension.`,name:"tile_sample_min_height"},{anchor:"diffusers.AutoencoderKLCogVideoX.enable_tiling.tile_sample_min_width",description:`<strong>tile_sample_min_width</strong> (<code>int</code>, <em>optional</em>) — | |
| The minimum width required for a sample to be separated into tiles across the width dimension.`,name:"tile_sample_min_width"},{anchor:"diffusers.AutoencoderKLCogVideoX.enable_tiling.tile_overlap_factor_height",description:`<strong>tile_overlap_factor_height</strong> (<code>int</code>, <em>optional</em>) — | |
| The minimum amount of overlap between two consecutive vertical tiles. This is to ensure that there are | |
| no tiling artifacts produced across the height dimension. Must be between 0 and 1. Setting a higher | |
| value might cause more tiles to be processed leading to slow down of the decoding process.`,name:"tile_overlap_factor_height"},{anchor:"diffusers.AutoencoderKLCogVideoX.enable_tiling.tile_overlap_factor_width",description:`<strong>tile_overlap_factor_width</strong> (<code>int</code>, <em>optional</em>) — | |
| The minimum amount of overlap between two consecutive horizontal tiles. This is to ensure that there | |
| are no tiling artifacts produced across the width dimension. Must be between 0 and 1. Setting a higher | |
| value might cause more tiles to be processed leading to slow down of the decoding process.`,name:"tile_overlap_factor_width"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/autoencoder_kl_cogvideox.py#L1089"}}),z=new D({props:{name:"tiled_decode",anchor:"diffusers.AutoencoderKLCogVideoX.tiled_decode",parameters:[{name:"z",val:": Tensor"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLCogVideoX.tiled_decode.z",description:"<strong>z</strong> (<code>torch.Tensor</code>) — Input batch of latent vectors.",name:"z"},{anchor:"diffusers.AutoencoderKLCogVideoX.tiled_decode.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether or not to return a <code>~models.vae.DecoderOutput</code> instead of a plain tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/autoencoder_kl_cogvideox.py#L1322",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>If return_dict is True, a <code>~models.vae.DecoderOutput</code> is returned, otherwise a plain <code>tuple</code> is | |
| returned.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>~models.vae.DecoderOutput</code> or <code>tuple</code></p> | |
| `}}),O=new D({props:{name:"tiled_encode",anchor:"diffusers.AutoencoderKLCogVideoX.tiled_encode",parameters:[{name:"x",val:": Tensor"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLCogVideoX.tiled_encode.x",description:"<strong>x</strong> (<code>torch.Tensor</code>) — Input batch of videos.",name:"x"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/autoencoder_kl_cogvideox.py#L1248",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>The latent representation of the encoded videos.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>torch.Tensor</code></p> | |
| `}}),q=new we({props:{title:"AutoencoderKLOutput",local:"diffusers.models.modeling_outputs.AutoencoderKLOutput",headingTag:"h2"}}),H=new D({props:{name:"class diffusers.models.modeling_outputs.AutoencoderKLOutput",anchor:"diffusers.models.modeling_outputs.AutoencoderKLOutput",parameters:[{name:"latent_dist",val:": DiagonalGaussianDistribution"}],parametersDescription:[{anchor:"diffusers.models.modeling_outputs.AutoencoderKLOutput.latent_dist",description:`<strong>latent_dist</strong> (<code>DiagonalGaussianDistribution</code>) — | |
| Encoded outputs of <code>Encoder</code> represented as the mean and logvar of <code>DiagonalGaussianDistribution</code>. | |
| <code>DiagonalGaussianDistribution</code> allows for sampling latents from the distribution.`,name:"latent_dist"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/modeling_outputs.py#L7"}}),P=new we({props:{title:"DecoderOutput",local:"diffusers.models.autoencoders.vae.DecoderOutput",headingTag:"h2"}}),Z=new D({props:{name:"class diffusers.models.autoencoders.vae.DecoderOutput",anchor:"diffusers.models.autoencoders.vae.DecoderOutput",parameters:[{name:"sample",val:": Tensor"},{name:"commit_loss",val:": torch.FloatTensor | None = None"}],parametersDescription:[{anchor:"diffusers.models.autoencoders.vae.DecoderOutput.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, num_channels, height, width)</code>) — | |
| The decoded output sample from the last layer of the model.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/vae.py#L46"}}),I=new nt({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/models/autoencoderkl_cogvideox.md"}}),{c(){x=a("meta"),ne=n(),te=a("p"),se=n(),u(L.$$.fragment),re=n(),u(T.$$.fragment),ie=n(),A=a("p"),A.innerHTML=ze,ae=n(),k=a("p"),k.textContent=Oe,de=n(),u(X.$$.fragment),le=n(),u(K.$$.fragment),ce=n(),i=a("div"),u(M.$$.fragment),Ce=n(),S=a("p"),S.innerHTML=qe,ye=n(),B=a("p"),B.innerHTML=He,Ve=n(),G=a("div"),u(E.$$.fragment),De=n(),R=a("div"),u(U.$$.fragment),Le=n(),y=a("div"),u(N.$$.fragment),Te=n(),W=a("p"),W.textContent=Pe,Ae=n(),V=a("div"),u(z.$$.fragment),ke=n(),j=a("p"),j.textContent=Ze,Xe=n(),_=a("div"),u(O.$$.fragment),Ke=n(),F=a("p"),F.textContent=Ie,Me=n(),Y=a("p"),Y.textContent=Se,ue=n(),u(q.$$.fragment),me=n(),w=a("div"),u(H.$$.fragment),Ee=n(),J=a("p"),J.textContent=Be,pe=n(),u(P.$$.fragment),fe=n(),C=a("div"),u(Z.$$.fragment),Ue=n(),Q=a("p"),Q.textContent=Ge,ge=n(),u(I.$$.fragment),he=n(),oe=a("p"),this.h()},l(e){const o=et("svelte-u9bgzb",document.head);x=d(o,"META",{name:!0,content:!0}),o.forEach(t),ne=s(e),te=d(e,"P",{}),v(te).forEach(t),se=s(e),m(L.$$.fragment,e),re=s(e),m(T.$$.fragment,e),ie=s(e),A=d(e,"P",{"data-svelte-h":!0}),b(A)!=="svelte-1996cgd"&&(A.innerHTML=ze),ae=s(e),k=d(e,"P",{"data-svelte-h":!0}),b(k)!=="svelte-1vuni30"&&(k.textContent=Oe),de=s(e),m(X.$$.fragment,e),le=s(e),m(K.$$.fragment,e),ce=s(e),i=d(e,"DIV",{class:!0});var c=v(i);m(M.$$.fragment,c),Ce=s(c),S=d(c,"P",{"data-svelte-h":!0}),b(S)!=="svelte-1rg6lrb"&&(S.innerHTML=qe),ye=s(c),B=d(c,"P",{"data-svelte-h":!0}),b(B)!=="svelte-szgy71"&&(B.innerHTML=He),Ve=s(c),G=d(c,"DIV",{class:!0});var Re=v(G);m(E.$$.fragment,Re),Re.forEach(t),De=s(c),R=d(c,"DIV",{class:!0});var We=v(R);m(U.$$.fragment,We),We.forEach(t),Le=s(c),y=d(c,"DIV",{class:!0});var ve=v(y);m(N.$$.fragment,ve),Te=s(ve),W=d(ve,"P",{"data-svelte-h":!0}),b(W)!=="svelte-1xwrf7t"&&(W.textContent=Pe),ve.forEach(t),Ae=s(c),V=d(c,"DIV",{class:!0});var be=v(V);m(z.$$.fragment,be),ke=s(be),j=d(be,"P",{"data-svelte-h":!0}),b(j)!=="svelte-1vrxp2b"&&(j.textContent=Ze),be.forEach(t),Xe=s(c),_=d(c,"DIV",{class:!0});var ee=v(_);m(O.$$.fragment,ee),Ke=s(ee),F=d(ee,"P",{"data-svelte-h":!0}),b(F)!=="svelte-1un5fcn"&&(F.textContent=Ie),Me=s(ee),Y=d(ee,"P",{"data-svelte-h":!0}),b(Y)!=="svelte-lbfkqr"&&(Y.textContent=Se),ee.forEach(t),c.forEach(t),ue=s(e),m(q.$$.fragment,e),me=s(e),w=d(e,"DIV",{class:!0});var $e=v(w);m(H.$$.fragment,$e),Ee=s($e),J=d($e,"P",{"data-svelte-h":!0}),b(J)!=="svelte-1vsc7ag"&&(J.textContent=Be),$e.forEach(t),pe=s(e),m(P.$$.fragment,e),fe=s(e),C=d(e,"DIV",{class:!0});var xe=v(C);m(Z.$$.fragment,xe),Ue=s(xe),Q=d(xe,"P",{"data-svelte-h":!0}),b(Q)!=="svelte-18u8upa"&&(Q.textContent=Ge),xe.forEach(t),ge=s(e),m(I.$$.fragment,e),he=s(e),oe=d(e,"P",{}),v(oe).forEach(t),this.h()},h(){$(x,"name","hf:doc:metadata"),$(x,"content",rt),$(G,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(R,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(V,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(_,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(i,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(w,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(C,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8")},m(e,o){r(document.head,x),l(e,ne,o),l(e,te,o),l(e,se,o),p(L,e,o),l(e,re,o),p(T,e,o),l(e,ie,o),l(e,A,o),l(e,ae,o),l(e,k,o),l(e,de,o),p(X,e,o),l(e,le,o),p(K,e,o),l(e,ce,o),l(e,i,o),p(M,i,null),r(i,Ce),r(i,S),r(i,ye),r(i,B),r(i,Ve),r(i,G),p(E,G,null),r(i,De),r(i,R),p(U,R,null),r(i,Le),r(i,y),p(N,y,null),r(y,Te),r(y,W),r(i,Ae),r(i,V),p(z,V,null),r(V,ke),r(V,j),r(i,Xe),r(i,_),p(O,_,null),r(_,Ke),r(_,F),r(_,Me),r(_,Y),l(e,ue,o),p(q,e,o),l(e,me,o),l(e,w,o),p(H,w,null),r(w,Ee),r(w,J),l(e,pe,o),p(P,e,o),l(e,fe,o),l(e,C,o),p(Z,C,null),r(C,Ue),r(C,Q),l(e,ge,o),p(I,e,o),l(e,he,o),l(e,oe,o),_e=!0},p:Fe,i(e){_e||(f(L.$$.fragment,e),f(T.$$.fragment,e),f(X.$$.fragment,e),f(K.$$.fragment,e),f(M.$$.fragment,e),f(E.$$.fragment,e),f(U.$$.fragment,e),f(N.$$.fragment,e),f(z.$$.fragment,e),f(O.$$.fragment,e),f(q.$$.fragment,e),f(H.$$.fragment,e),f(P.$$.fragment,e),f(Z.$$.fragment,e),f(I.$$.fragment,e),_e=!0)},o(e){g(L.$$.fragment,e),g(T.$$.fragment,e),g(X.$$.fragment,e),g(K.$$.fragment,e),g(M.$$.fragment,e),g(E.$$.fragment,e),g(U.$$.fragment,e),g(N.$$.fragment,e),g(z.$$.fragment,e),g(O.$$.fragment,e),g(q.$$.fragment,e),g(H.$$.fragment,e),g(P.$$.fragment,e),g(Z.$$.fragment,e),g(I.$$.fragment,e),_e=!1},d(e){e&&(t(ne),t(te),t(se),t(re),t(ie),t(A),t(ae),t(k),t(de),t(le),t(ce),t(i),t(ue),t(me),t(w),t(pe),t(fe),t(C),t(ge),t(he),t(oe)),t(x),h(L,e),h(T,e),h(X,e),h(K,e),h(M),h(E),h(U),h(N),h(z),h(O),h(q,e),h(H),h(P,e),h(Z),h(I,e)}}}const rt='{"title":"AutoencoderKLCogVideoX","local":"autoencoderklcogvideox","sections":[{"title":"AutoencoderKLCogVideoX","local":"diffusers.AutoencoderKLCogVideoX","sections":[],"depth":2},{"title":"AutoencoderKLOutput","local":"diffusers.models.modeling_outputs.AutoencoderKLOutput","sections":[],"depth":2},{"title":"DecoderOutput","local":"diffusers.models.autoencoders.vae.DecoderOutput","sections":[],"depth":2}],"depth":1}';function it(Ne){return Ye(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class pt extends Je{constructor(x){super(),Qe(this,x,it,st,je,{})}}export{pt as component}; | |
Xet Storage Details
- Size:
- 20 kB
- Xet hash:
- e932ef0a35b4794ef6450fa6a9aea1b2a71e48d232712f32a3d509b0cf2d1af6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.