Buckets:

download
raw
22 kB
import{s as Be,n as Qe,o as Ye}from"../chunks/scheduler.53228c21.js";import{S as Je,i as et,e as d,s as n,c as u,h as tt,a as i,d as t,b as r,f as _,g as m,j as T,k as v,l as s,m as l,n as p,t as f,o as h,p as g}from"../chunks/index.cac5d66a.js";import{C as ot}from"../chunks/CopyLLMTxtMenu.0ef49226.js";import{D as x}from"../chunks/Docstring.9de32ff4.js";import{C as nt}from"../chunks/CodeBlock.606cbaf4.js";import{H as xe,E as rt}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.48d5cb47.js";function st(Oe){let b,ne,te,re,A,se,X,ae,D,Fe='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.',de,K,Ue="The model can be loaded with the following code snippet.",ie,k,le,C,ce,a,N,we,Z,Ge=`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>.`,ye,H,We=`This model inherits from <a href="/docs/diffusers/pr_13921/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,S,M,Ae,j,E,Xe,w,z,De,q,Ie=`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.`,Ke,B,O,ke,y,F,Ce,Q,Pe="Decode a batch of images using a tiled decoder.",Ne,V,U,Me,Y,Re="Encode a batch of images using a tiled encoder.",ue,G,me,$,W,Ee,J,Ze="Output of AutoencoderKL encoding method.",pe,I,fe,L,P,ze,ee,He="Output of decoding method.",he,R,ge,oe,_e;return A=new ot({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),X=new xe({props:{title:"AutoencoderKLLTXVideo",local:"autoencoderklltxvideo",headingTag:"h1"}}),k=new nt({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">&quot;Lightricks/LTX-Video&quot;</span>, subfolder=<span class="hljs-string">&quot;vae&quot;</span>, torch_dtype=torch.float32).to(<span class="hljs-string">&quot;cuda&quot;</span>)`,lang:"python",wrap:!1}}),C=new xe({props:{title:"AutoencoderKLLTXVideo",local:"diffusers.AutoencoderKLLTXVideo",headingTag:"h2"}}),N=new x({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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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)` &#x2014;\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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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_13921/src/diffusers/models/autoencoders/autoencoder_kl_ltx.py#L1035"}}),M=new x({props:{name:"wrapper",anchor:"diffusers.AutoencoderKLLTXVideo.decode",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/diffusers/blob/vr_13921/src/diffusers/utils/accelerate_utils.py#L43"}}),E=new x({props:{name:"wrapper",anchor:"diffusers.AutoencoderKLLTXVideo.encode",parameters:[{name:"*args",val:""},{name:"**kwargs",val:""}],source:"https://github.com/huggingface/diffusers/blob/vr_13921/src/diffusers/utils/accelerate_utils.py#L43"}}),z=new x({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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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>) &#x2014;
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_13921/src/diffusers/models/autoencoders/autoencoder_kl_ltx.py#L1186"}}),O=new x({props:{name:"forward",anchor:"diffusers.AutoencoderKLLTXVideo.forward",parameters:[{name:"sample",val:": Tensor"},{name:"temb",val:": torch.Tensor | None = None"},{name:"sample_posterior",val:": bool = False"},{name:"return_dict",val:": bool = True"},{name:"generator",val:": torch._C.Generator | None = None"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLLTXVideo.forward.sample",description:"<strong>sample</strong> (<code>torch.Tensor</code>) &#x2014; Input sample.",name:"sample"},{anchor:"diffusers.AutoencoderKLLTXVideo.forward.temb",description:`<strong>temb</strong> (<code>torch.Tensor</code>, <em>optional</em>) &#x2014;
Optional timestep embedding tensor used to condition the decoder.`,name:"temb"},{anchor:"diffusers.AutoencoderKLLTXVideo.forward.sample_posterior",description:`<strong>sample_posterior</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether to sample from the posterior.`,name:"sample_posterior"},{anchor:"diffusers.AutoencoderKLLTXVideo.forward.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether or not to return a <code>DecoderOutput</code> instead of a plain tuple.`,name:"return_dict"},{anchor:"diffusers.AutoencoderKLLTXVideo.forward.generator",description:`<strong>generator</strong> (<code>torch.Generator</code>, <em>optional</em>) &#x2014;
A <a href="https://pytorch.org/docs/stable/generated/torch.Generator.html" rel="nofollow"><code>torch.Generator</code></a> to make sampling
deterministic.`,name:"generator"}],source:"https://github.com/huggingface/diffusers/blob/vr_13921/src/diffusers/models/autoencoders/autoencoder_kl_ltx.py#L1517",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>If <code>return_dict</code> 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>
`}}),F=new x({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>) &#x2014; 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>) &#x2014;
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_13921/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 x({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>) &#x2014; Input batch of videos.",name:"x"}],source:"https://github.com/huggingface/diffusers/blob/vr_13921/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>
`}}),G=new xe({props:{title:"AutoencoderKLOutput",local:"diffusers.models.modeling_outputs.AutoencoderKLOutput",headingTag:"h2"}}),W=new x({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>) &#x2014;
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_13921/src/diffusers/models/modeling_outputs.py#L7"}}),I=new xe({props:{title:"DecoderOutput",local:"diffusers.models.autoencoders.vae.DecoderOutput",headingTag:"h2"}}),P=new x({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>) &#x2014;
The decoded output sample from the last layer of the model.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_13921/src/diffusers/models/autoencoders/vae.py#L46"}}),R=new rt({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/models/autoencoderkl_ltx_video.md"}}),{c(){b=d("meta"),ne=n(),te=d("p"),re=n(),u(A.$$.fragment),se=n(),u(X.$$.fragment),ae=n(),D=d("p"),D.innerHTML=Fe,de=n(),K=d("p"),K.textContent=Ue,ie=n(),u(k.$$.fragment),le=n(),u(C.$$.fragment),ce=n(),a=d("div"),u(N.$$.fragment),we=n(),Z=d("p"),Z.innerHTML=Ge,ye=n(),H=d("p"),H.innerHTML=We,Ve=n(),S=d("div"),u(M.$$.fragment),Ae=n(),j=d("div"),u(E.$$.fragment),Xe=n(),w=d("div"),u(z.$$.fragment),De=n(),q=d("p"),q.textContent=Ie,Ke=n(),B=d("div"),u(O.$$.fragment),ke=n(),y=d("div"),u(F.$$.fragment),Ce=n(),Q=d("p"),Q.textContent=Pe,Ne=n(),V=d("div"),u(U.$$.fragment),Me=n(),Y=d("p"),Y.textContent=Re,ue=n(),u(G.$$.fragment),me=n(),$=d("div"),u(W.$$.fragment),Ee=n(),J=d("p"),J.textContent=Ze,pe=n(),u(I.$$.fragment),fe=n(),L=d("div"),u(P.$$.fragment),ze=n(),ee=d("p"),ee.textContent=He,he=n(),u(R.$$.fragment),ge=n(),oe=d("p"),this.h()},l(e){const o=tt("svelte-u9bgzb",document.head);b=i(o,"META",{name:!0,content:!0}),o.forEach(t),ne=r(e),te=i(e,"P",{}),_(te).forEach(t),re=r(e),m(A.$$.fragment,e),se=r(e),m(X.$$.fragment,e),ae=r(e),D=i(e,"P",{"data-svelte-h":!0}),T(D)!=="svelte-p2km9k"&&(D.innerHTML=Fe),de=r(e),K=i(e,"P",{"data-svelte-h":!0}),T(K)!=="svelte-1vuni30"&&(K.textContent=Ue),ie=r(e),m(k.$$.fragment,e),le=r(e),m(C.$$.fragment,e),ce=r(e),a=i(e,"DIV",{class:!0});var c=_(a);m(N.$$.fragment,c),we=r(c),Z=i(c,"P",{"data-svelte-h":!0}),T(Z)!=="svelte-3ppjd9"&&(Z.innerHTML=Ge),ye=r(c),H=i(c,"P",{"data-svelte-h":!0}),T(H)!=="svelte-j24tt4"&&(H.innerHTML=We),Ve=r(c),S=i(c,"DIV",{class:!0});var Se=_(S);m(M.$$.fragment,Se),Se.forEach(t),Ae=r(c),j=i(c,"DIV",{class:!0});var je=_(j);m(E.$$.fragment,je),je.forEach(t),Xe=r(c),w=i(c,"DIV",{class:!0});var ve=_(w);m(z.$$.fragment,ve),De=r(ve),q=i(ve,"P",{"data-svelte-h":!0}),T(q)!=="svelte-1xwrf7t"&&(q.textContent=Ie),ve.forEach(t),Ke=r(c),B=i(c,"DIV",{class:!0});var qe=_(B);m(O.$$.fragment,qe),qe.forEach(t),ke=r(c),y=i(c,"DIV",{class:!0});var be=_(y);m(F.$$.fragment,be),Ce=r(be),Q=i(be,"P",{"data-svelte-h":!0}),T(Q)!=="svelte-1vrxp2b"&&(Q.textContent=Pe),be.forEach(t),Ne=r(c),V=i(c,"DIV",{class:!0});var $e=_(V);m(U.$$.fragment,$e),Me=r($e),Y=i($e,"P",{"data-svelte-h":!0}),T(Y)!=="svelte-1un5fcn"&&(Y.textContent=Re),$e.forEach(t),c.forEach(t),ue=r(e),m(G.$$.fragment,e),me=r(e),$=i(e,"DIV",{class:!0});var Le=_($);m(W.$$.fragment,Le),Ee=r(Le),J=i(Le,"P",{"data-svelte-h":!0}),T(J)!=="svelte-1vsc7ag"&&(J.textContent=Ze),Le.forEach(t),pe=r(e),m(I.$$.fragment,e),fe=r(e),L=i(e,"DIV",{class:!0});var Te=_(L);m(P.$$.fragment,Te),ze=r(Te),ee=i(Te,"P",{"data-svelte-h":!0}),T(ee)!=="svelte-18u8upa"&&(ee.textContent=He),Te.forEach(t),he=r(e),m(R.$$.fragment,e),ge=r(e),oe=i(e,"P",{}),_(oe).forEach(t),this.h()},h(){v(b,"name","hf:doc:metadata"),v(b,"content",at),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(j,"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(B,"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(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(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){s(document.head,b),l(e,ne,o),l(e,te,o),l(e,re,o),p(A,e,o),l(e,se,o),p(X,e,o),l(e,ae,o),l(e,D,o),l(e,de,o),l(e,K,o),l(e,ie,o),p(k,e,o),l(e,le,o),p(C,e,o),l(e,ce,o),l(e,a,o),p(N,a,null),s(a,we),s(a,Z),s(a,ye),s(a,H),s(a,Ve),s(a,S),p(M,S,null),s(a,Ae),s(a,j),p(E,j,null),s(a,Xe),s(a,w),p(z,w,null),s(w,De),s(w,q),s(a,Ke),s(a,B),p(O,B,null),s(a,ke),s(a,y),p(F,y,null),s(y,Ce),s(y,Q),s(a,Ne),s(a,V),p(U,V,null),s(V,Me),s(V,Y),l(e,ue,o),p(G,e,o),l(e,me,o),l(e,$,o),p(W,$,null),s($,Ee),s($,J),l(e,pe,o),p(I,e,o),l(e,fe,o),l(e,L,o),p(P,L,null),s(L,ze),s(L,ee),l(e,he,o),p(R,e,o),l(e,ge,o),l(e,oe,o),_e=!0},p:Qe,i(e){_e||(f(A.$$.fragment,e),f(X.$$.fragment,e),f(k.$$.fragment,e),f(C.$$.fragment,e),f(N.$$.fragment,e),f(M.$$.fragment,e),f(E.$$.fragment,e),f(z.$$.fragment,e),f(O.$$.fragment,e),f(F.$$.fragment,e),f(U.$$.fragment,e),f(G.$$.fragment,e),f(W.$$.fragment,e),f(I.$$.fragment,e),f(P.$$.fragment,e),f(R.$$.fragment,e),_e=!0)},o(e){h(A.$$.fragment,e),h(X.$$.fragment,e),h(k.$$.fragment,e),h(C.$$.fragment,e),h(N.$$.fragment,e),h(M.$$.fragment,e),h(E.$$.fragment,e),h(z.$$.fragment,e),h(O.$$.fragment,e),h(F.$$.fragment,e),h(U.$$.fragment,e),h(G.$$.fragment,e),h(W.$$.fragment,e),h(I.$$.fragment,e),h(P.$$.fragment,e),h(R.$$.fragment,e),_e=!1},d(e){e&&(t(ne),t(te),t(re),t(se),t(ae),t(D),t(de),t(K),t(ie),t(le),t(ce),t(a),t(ue),t(me),t($),t(pe),t(fe),t(L),t(he),t(ge),t(oe)),t(b),g(A,e),g(X,e),g(k,e),g(C,e),g(N),g(M),g(E),g(z),g(O),g(F),g(U),g(G,e),g(W),g(I,e),g(P),g(R,e)}}}const at='{"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 dt(Oe){return Ye(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class ft extends Je{constructor(b){super(),et(this,b,dt,st,Be,{})}}export{ft as component};

Xet Storage Details

Size:
22 kB
·
Xet hash:
eb66dea81d04e00c339dc3e4fd235a116d21b9f0c88f5de8cb4c1f4be23998a5

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.