Buckets:
| import{s as He,n as Se,o as qe}from"../chunks/scheduler.53228c21.js";import{S as je,i as Be,e as d,s as n,c as u,h as Qe,a as l,d as t,b as s,f as _,g as m,j as T,k as v,l as r,m as i,n as p,t as f,o as h,p as g}from"../chunks/index.100fac89.js";import{C as Ye}from"../chunks/CopyLLMTxtMenu.67e413d2.js";import{D as V}from"../chunks/Docstring.60584164.js";import{C as Je}from"../chunks/CodeBlock.d30a6509.js";import{H as Le,E as et}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.debde53c.js";function tt(ze){let b,te,J,oe,X,ne,A,se,D,Ne='The 3D variational autoencoder (VAE) model with KL loss used in <a href="https://huggingface.co/Lightricks/LTX-Video" rel="nofollow">LTX</a> was introduced by Lightricks.',re,k,Ee="The model can be loaded with the following code snippet.",ae,K,ie,C,de,a,M,Te,I,Fe=`A VAE model with KL loss for encoding images into latents and decoding latent representations into images. Used in | |
| <a href="https://huggingface.co/Lightricks/LTX-Video" rel="nofollow">LTX</a>.`,xe,Z,Ue=`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).`,ye,H,z,we,S,N,Ve,x,E,Xe,q,Oe=`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,y,F,De,j,Ge="Decode a batch of images using a tiled decoder.",ke,w,U,Ke,B,We="Encode a batch of images using a tiled encoder.",le,O,ce,$,G,Ce,Q,Pe="Output of AutoencoderKL encoding method.",ue,W,me,L,P,Me,Y,Re="Output of decoding method.",pe,R,fe,ee,he;return X=new Ye({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),A=new Le({props:{title:"AutoencoderKLLTXVideo",local:"autoencoderklltxvideo",headingTag:"h1"}}),K=new Je({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMEF1dG9lbmNvZGVyS0xMVFhWaWRlbyUwQSUwQXZhZSUyMCUzRCUyMEF1dG9lbmNvZGVyS0xMVFhWaWRlby5mcm9tX3ByZXRyYWluZWQoJTIyTGlnaHRyaWNrcyUyRkxUWC1WaWRlbyUyMiUyQyUyMHN1YmZvbGRlciUzRCUyMnZhZSUyMiUyQyUyMHRvcmNoX2R0eXBlJTNEdG9yY2guZmxvYXQzMikudG8oJTIyY3VkYSUyMik=",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> AutoencoderKLLTXVideo | |
| vae = AutoencoderKLLTXVideo.from_pretrained(<span class="hljs-string">"Lightricks/LTX-Video"</span>, subfolder=<span class="hljs-string">"vae"</span>, torch_dtype=torch.float32).to(<span class="hljs-string">"cuda"</span>)`,wrap:!1}}),C=new Le({props:{title:"AutoencoderKLLTXVideo",local:"diffusers.AutoencoderKLLTXVideo",headingTag:"h2"}}),M=new V({props:{name:"class diffusers.AutoencoderKLLTXVideo",anchor:"diffusers.AutoencoderKLLTXVideo",parameters:[{name:"in_channels",val:": int = 3"},{name:"out_channels",val:": int = 3"},{name:"latent_channels",val:": int = 128"},{name:"block_out_channels",val:": tuple = (128, 256, 512, 512)"},{name:"down_block_types",val:": tuple = ('LTXVideoDownBlock3D', 'LTXVideoDownBlock3D', 'LTXVideoDownBlock3D', 'LTXVideoDownBlock3D')"},{name:"decoder_block_out_channels",val:": tuple = (128, 256, 512, 512)"},{name:"layers_per_block",val:": tuple = (4, 3, 3, 3, 4)"},{name:"decoder_layers_per_block",val:": tuple = (4, 3, 3, 3, 4)"},{name:"spatio_temporal_scaling",val:": tuple = (True, True, True, False)"},{name:"decoder_spatio_temporal_scaling",val:": tuple = (True, True, True, False)"},{name:"decoder_inject_noise",val:": tuple = (False, False, False, False, False)"},{name:"downsample_type",val:": tuple = ('conv', 'conv', 'conv', 'conv')"},{name:"upsample_residual",val:": tuple = (False, False, False, False)"},{name:"upsample_factor",val:": tuple = (1, 1, 1, 1)"},{name:"timestep_conditioning",val:": bool = False"},{name:"patch_size",val:": int = 4"},{name:"patch_size_t",val:": int = 1"},{name:"resnet_norm_eps",val:": float = 1e-06"},{name:"scaling_factor",val:": float = 1.0"},{name:"encoder_causal",val:": bool = True"},{name:"decoder_causal",val:": bool = False"},{name:"spatial_compression_ratio",val:": int = None"},{name:"temporal_compression_ratio",val:": int = None"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLLTXVideo.in_channels",description:`<strong>in_channels</strong> (<code>int</code>, defaults to <code>3</code>) — | |
| Number of input channels.`,name:"in_channels"},{anchor:"diffusers.AutoencoderKLLTXVideo.out_channels",description:`<strong>out_channels</strong> (<code>int</code>, defaults to <code>3</code>) — | |
| Number of output channels.`,name:"out_channels"},{anchor:"diffusers.AutoencoderKLLTXVideo.latent_channels",description:`<strong>latent_channels</strong> (<code>int</code>, defaults to <code>128</code>) — | |
| Number of latent channels.`,name:"latent_channels"},{anchor:"diffusers.AutoencoderKLLTXVideo.block_out_channels",description:`<strong>block_out_channels</strong> (<code>tuple[int, ...]</code>, defaults to <code>(128, 256, 512, 512)</code>) — | |
| The number of output channels for each block.`,name:"block_out_channels"},{anchor:"diffusers.AutoencoderKLLTXVideo.spatio_temporal_scaling",description:"<strong>spatio_temporal_scaling</strong> (<code>tuple[bool, ...], defaults to </code>(True, True, True, False)` —\nWhether a block should contain spatio-temporal downscaling or not.",name:"spatio_temporal_scaling"},{anchor:"diffusers.AutoencoderKLLTXVideo.layers_per_block",description:`<strong>layers_per_block</strong> (<code>tuple[int, ...]</code>, defaults to <code>(4, 3, 3, 3, 4)</code>) — | |
| The number of layers per block.`,name:"layers_per_block"},{anchor:"diffusers.AutoencoderKLLTXVideo.patch_size",description:`<strong>patch_size</strong> (<code>int</code>, defaults to <code>4</code>) — | |
| The size of spatial patches.`,name:"patch_size"},{anchor:"diffusers.AutoencoderKLLTXVideo.patch_size_t",description:`<strong>patch_size_t</strong> (<code>int</code>, defaults to <code>1</code>) — | |
| The size of temporal patches.`,name:"patch_size_t"},{anchor:"diffusers.AutoencoderKLLTXVideo.resnet_norm_eps",description:`<strong>resnet_norm_eps</strong> (<code>float</code>, defaults to <code>1e-6</code>) — | |
| Epsilon value for ResNet normalization layers.`,name:"resnet_norm_eps"},{anchor:"diffusers.AutoencoderKLLTXVideo.scaling_factor",description:`<strong>scaling_factor</strong> (<code>float</code>, <em>optional</em>, defaults to <code>1.0</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.AutoencoderKLLTXVideo.encoder_causal",description:`<strong>encoder_causal</strong> (<code>bool</code>, defaults to <code>True</code>) — | |
| Whether the encoder should behave causally (future frames depend only on past frames) or not.`,name:"encoder_causal"},{anchor:"diffusers.AutoencoderKLLTXVideo.decoder_causal",description:`<strong>decoder_causal</strong> (<code>bool</code>, defaults to <code>False</code>) — | |
| Whether the decoder should behave causally (future frames depend only on past frames) or not.`,name:"decoder_causal"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/autoencoder_kl_ltx.py#L1035"}}),z=new V({props:{name:"wrapper",anchor:"diffusers.AutoencoderKLLTXVideo.decode",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 V({props:{name:"wrapper",anchor:"diffusers.AutoencoderKLLTXVideo.encode",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/utils/accelerate_utils.py#L43"}}),E=new V({props:{name:"enable_tiling",anchor:"diffusers.AutoencoderKLLTXVideo.enable_tiling",parameters:[{name:"tile_sample_min_height",val:": int | None = None"},{name:"tile_sample_min_width",val:": int | None = None"},{name:"tile_sample_min_num_frames",val:": int | None = None"},{name:"tile_sample_stride_height",val:": float | None = None"},{name:"tile_sample_stride_width",val:": float | None = None"},{name:"tile_sample_stride_num_frames",val:": float | None = None"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLLTXVideo.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.AutoencoderKLLTXVideo.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.AutoencoderKLLTXVideo.enable_tiling.tile_sample_stride_height",description:`<strong>tile_sample_stride_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.`,name:"tile_sample_stride_height"},{anchor:"diffusers.AutoencoderKLLTXVideo.enable_tiling.tile_sample_stride_width",description:`<strong>tile_sample_stride_width</strong> (<code>int</code>, <em>optional</em>) — | |
| The stride between two consecutive horizontal tiles. This is to ensure that there are no tiling | |
| artifacts produced across the width dimension.`,name:"tile_sample_stride_width"}],source:"https://github.com/huggingface/diffusers/blob/vr_13331/src/diffusers/models/autoencoders/autoencoder_kl_ltx.py#L1186"}}),F=new V({props:{name:"tiled_decode",anchor:"diffusers.AutoencoderKLLTXVideo.tiled_decode",parameters:[{name:"z",val:": Tensor"},{name:"temb",val:": torch.Tensor | None"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLLTXVideo.tiled_decode.z",description:"<strong>z</strong> (<code>torch.Tensor</code>) — Input batch of latent vectors.",name:"z"},{anchor:"diffusers.AutoencoderKLLTXVideo.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_ltx.py#L1389",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> | |
| `}}),U=new V({props:{name:"tiled_encode",anchor:"diffusers.AutoencoderKLLTXVideo.tiled_encode",parameters:[{name:"x",val:": Tensor"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLLTXVideo.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_ltx.py#L1338",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> | |
| `}}),O=new Le({props:{title:"AutoencoderKLOutput",local:"diffusers.models.modeling_outputs.AutoencoderKLOutput",headingTag:"h2"}}),G=new V({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"}}),W=new Le({props:{title:"DecoderOutput",local:"diffusers.models.autoencoders.vae.DecoderOutput",headingTag:"h2"}}),P=new V({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"}}),R=new et({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/models/autoencoderkl_ltx_video.md"}}),{c(){b=d("meta"),te=n(),J=d("p"),oe=n(),u(X.$$.fragment),ne=n(),u(A.$$.fragment),se=n(),D=d("p"),D.innerHTML=Ne,re=n(),k=d("p"),k.textContent=Ee,ae=n(),u(K.$$.fragment),ie=n(),u(C.$$.fragment),de=n(),a=d("div"),u(M.$$.fragment),Te=n(),I=d("p"),I.innerHTML=Fe,xe=n(),Z=d("p"),Z.innerHTML=Ue,ye=n(),H=d("div"),u(z.$$.fragment),we=n(),S=d("div"),u(N.$$.fragment),Ve=n(),x=d("div"),u(E.$$.fragment),Xe=n(),q=d("p"),q.textContent=Oe,Ae=n(),y=d("div"),u(F.$$.fragment),De=n(),j=d("p"),j.textContent=Ge,ke=n(),w=d("div"),u(U.$$.fragment),Ke=n(),B=d("p"),B.textContent=We,le=n(),u(O.$$.fragment),ce=n(),$=d("div"),u(G.$$.fragment),Ce=n(),Q=d("p"),Q.textContent=Pe,ue=n(),u(W.$$.fragment),me=n(),L=d("div"),u(P.$$.fragment),Me=n(),Y=d("p"),Y.textContent=Re,pe=n(),u(R.$$.fragment),fe=n(),ee=d("p"),this.h()},l(e){const o=Qe("svelte-u9bgzb",document.head);b=l(o,"META",{name:!0,content:!0}),o.forEach(t),te=s(e),J=l(e,"P",{}),_(J).forEach(t),oe=s(e),m(X.$$.fragment,e),ne=s(e),m(A.$$.fragment,e),se=s(e),D=l(e,"P",{"data-svelte-h":!0}),T(D)!=="svelte-p2km9k"&&(D.innerHTML=Ne),re=s(e),k=l(e,"P",{"data-svelte-h":!0}),T(k)!=="svelte-1vuni30"&&(k.textContent=Ee),ae=s(e),m(K.$$.fragment,e),ie=s(e),m(C.$$.fragment,e),de=s(e),a=l(e,"DIV",{class:!0});var c=_(a);m(M.$$.fragment,c),Te=s(c),I=l(c,"P",{"data-svelte-h":!0}),T(I)!=="svelte-3ppjd9"&&(I.innerHTML=Fe),xe=s(c),Z=l(c,"P",{"data-svelte-h":!0}),T(Z)!=="svelte-szgy71"&&(Z.innerHTML=Ue),ye=s(c),H=l(c,"DIV",{class:!0});var Ie=_(H);m(z.$$.fragment,Ie),Ie.forEach(t),we=s(c),S=l(c,"DIV",{class:!0});var Ze=_(S);m(N.$$.fragment,Ze),Ze.forEach(t),Ve=s(c),x=l(c,"DIV",{class:!0});var ge=_(x);m(E.$$.fragment,ge),Xe=s(ge),q=l(ge,"P",{"data-svelte-h":!0}),T(q)!=="svelte-1xwrf7t"&&(q.textContent=Oe),ge.forEach(t),Ae=s(c),y=l(c,"DIV",{class:!0});var _e=_(y);m(F.$$.fragment,_e),De=s(_e),j=l(_e,"P",{"data-svelte-h":!0}),T(j)!=="svelte-1vrxp2b"&&(j.textContent=Ge),_e.forEach(t),ke=s(c),w=l(c,"DIV",{class:!0});var ve=_(w);m(U.$$.fragment,ve),Ke=s(ve),B=l(ve,"P",{"data-svelte-h":!0}),T(B)!=="svelte-1un5fcn"&&(B.textContent=We),ve.forEach(t),c.forEach(t),le=s(e),m(O.$$.fragment,e),ce=s(e),$=l(e,"DIV",{class:!0});var be=_($);m(G.$$.fragment,be),Ce=s(be),Q=l(be,"P",{"data-svelte-h":!0}),T(Q)!=="svelte-1vsc7ag"&&(Q.textContent=Pe),be.forEach(t),ue=s(e),m(W.$$.fragment,e),me=s(e),L=l(e,"DIV",{class:!0});var $e=_(L);m(P.$$.fragment,$e),Me=s($e),Y=l($e,"P",{"data-svelte-h":!0}),T(Y)!=="svelte-18u8upa"&&(Y.textContent=Re),$e.forEach(t),pe=s(e),m(R.$$.fragment,e),fe=s(e),ee=l(e,"P",{}),_(ee).forEach(t),this.h()},h(){v(b,"name","hf:doc:metadata"),v(b,"content",ot),v(H,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(x,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(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(w,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(a,"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"),v(L,"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,b),i(e,te,o),i(e,J,o),i(e,oe,o),p(X,e,o),i(e,ne,o),p(A,e,o),i(e,se,o),i(e,D,o),i(e,re,o),i(e,k,o),i(e,ae,o),p(K,e,o),i(e,ie,o),p(C,e,o),i(e,de,o),i(e,a,o),p(M,a,null),r(a,Te),r(a,I),r(a,xe),r(a,Z),r(a,ye),r(a,H),p(z,H,null),r(a,we),r(a,S),p(N,S,null),r(a,Ve),r(a,x),p(E,x,null),r(x,Xe),r(x,q),r(a,Ae),r(a,y),p(F,y,null),r(y,De),r(y,j),r(a,ke),r(a,w),p(U,w,null),r(w,Ke),r(w,B),i(e,le,o),p(O,e,o),i(e,ce,o),i(e,$,o),p(G,$,null),r($,Ce),r($,Q),i(e,ue,o),p(W,e,o),i(e,me,o),i(e,L,o),p(P,L,null),r(L,Me),r(L,Y),i(e,pe,o),p(R,e,o),i(e,fe,o),i(e,ee,o),he=!0},p:Se,i(e){he||(f(X.$$.fragment,e),f(A.$$.fragment,e),f(K.$$.fragment,e),f(C.$$.fragment,e),f(M.$$.fragment,e),f(z.$$.fragment,e),f(N.$$.fragment,e),f(E.$$.fragment,e),f(F.$$.fragment,e),f(U.$$.fragment,e),f(O.$$.fragment,e),f(G.$$.fragment,e),f(W.$$.fragment,e),f(P.$$.fragment,e),f(R.$$.fragment,e),he=!0)},o(e){h(X.$$.fragment,e),h(A.$$.fragment,e),h(K.$$.fragment,e),h(C.$$.fragment,e),h(M.$$.fragment,e),h(z.$$.fragment,e),h(N.$$.fragment,e),h(E.$$.fragment,e),h(F.$$.fragment,e),h(U.$$.fragment,e),h(O.$$.fragment,e),h(G.$$.fragment,e),h(W.$$.fragment,e),h(P.$$.fragment,e),h(R.$$.fragment,e),he=!1},d(e){e&&(t(te),t(J),t(oe),t(ne),t(se),t(D),t(re),t(k),t(ae),t(ie),t(de),t(a),t(le),t(ce),t($),t(ue),t(me),t(L),t(pe),t(fe),t(ee)),t(b),g(X,e),g(A,e),g(K,e),g(C,e),g(M),g(z),g(N),g(E),g(F),g(U),g(O,e),g(G),g(W,e),g(P),g(R,e)}}}const ot='{"title":"AutoencoderKLLTXVideo","local":"autoencoderklltxvideo","sections":[{"title":"AutoencoderKLLTXVideo","local":"diffusers.AutoencoderKLLTXVideo","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 nt(ze){return qe(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class ct extends je{constructor(b){super(),Be(this,b,nt,tt,He,{})}}export{ct as component}; | |
Xet Storage Details
- Size:
- 19.6 kB
- Xet hash:
- 198ac1c3d8703d48fd0f21bd1b87c2b9b25ed5c95bbdf53ab5eab12b76049175
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.