Buckets:

HuggingFaceDocBuilder's picture
download
raw
19.7 kB
import{s as Fe,n as Re,o as Xe}from"../chunks/scheduler.53228c21.js";import{S as Be,i as Je,e as i,s as r,c as u,h as Qe,a as d,d as t,b as s,f as _,g as m,j as v,k as b,l as o,m as l,n as p,t as f,o as h,p as g}from"../chunks/index.cac5d66a.js";import{C as Ye}from"../chunks/CopyLLMTxtMenu.d3355f38.js";import{D as A}from"../chunks/Docstring.41979c71.js";import{C as et}from"../chunks/CodeBlock.606cbaf4.js";import{H as Ne,E as tt}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.e4b76f09.js";function ot(ze){let $,te,Y,oe,D,ne,K,re,C,Ze='The 3D variational autoencoder (VAE) model with KL loss used in <a href="https://github.com/genmoai/models" rel="nofollow">Mochi</a> was introduced in <a href="https://huggingface.co/genmo/mochi-1-preview" rel="nofollow">Mochi 1 Preview</a> by Tsinghua University &amp; ZhipuAI.',se,k,Oe="The model can be loaded with the following code snippet.",ae,E,ie,I,de,a,N,$e,q,Pe=`A VAE model with KL loss for encoding images into latents and decoding latent representations into images. Used in
<a href="https://github.com/genmoai/models" rel="nofollow">Mochi 1 preview</a>.`,xe,W,Ve=`This model inherits from <a href="/docs/diffusers/pr_13803/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).`,we,w,z,Me,H,je="Decode a batch of images.",Te,M,Z,Le,F,Se=`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.`,ye,T,O,Ae,R,Ue="Encode a batch of images into latents.",De,X,P,Ke,L,V,Ce,B,Ge="Decode a batch of images using a tiled decoder.",ke,y,j,Ee,J,qe="Encode a batch of images using a tiled encoder.",ce,S,le,x,U,Ie,Q,We="Output of decoding method.",ue,G,me,ee,pe;return D=new Ye({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),K=new Ne({props:{title:"AutoencoderKLMochi",local:"autoencoderklmochi",headingTag:"h1"}}),E=new et({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMEF1dG9lbmNvZGVyS0xNb2NoaSUwQSUwQXZhZSUyMCUzRCUyMEF1dG9lbmNvZGVyS0xNb2NoaS5mcm9tX3ByZXRyYWluZWQoJTIyZ2VubW8lMkZtb2NoaS0xLXByZXZpZXclMjIlMkMlMjBzdWJmb2xkZXIlM0QlMjJ2YWUlMjIlMkMlMjB0b3JjaF9kdHlwZSUzRHRvcmNoLmZsb2F0MzIpLnRvKCUyMmN1ZGElMjIp",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> AutoencoderKLMochi
vae = AutoencoderKLMochi.from_pretrained(<span class="hljs-string">&quot;genmo/mochi-1-preview&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}}),I=new Ne({props:{title:"AutoencoderKLMochi",local:"diffusers.AutoencoderKLMochi",headingTag:"h2"}}),N=new A({props:{name:"class diffusers.AutoencoderKLMochi",anchor:"diffusers.AutoencoderKLMochi",parameters:[{name:"in_channels",val:": int = 15"},{name:"out_channels",val:": int = 3"},{name:"encoder_block_out_channels",val:": tuple = (64, 128, 256, 384)"},{name:"decoder_block_out_channels",val:": tuple = (128, 256, 512, 768)"},{name:"latent_channels",val:": int = 12"},{name:"layers_per_block",val:": tuple = (3, 3, 4, 6, 3)"},{name:"act_fn",val:": str = 'silu'"},{name:"temporal_expansions",val:": tuple = (1, 2, 3)"},{name:"spatial_expansions",val:": tuple = (2, 2, 2)"},{name:"add_attention_block",val:": tuple = (False, True, True, True, True)"},{name:"latents_mean",val:": tuple = (-0.06730895953510081, -0.038011381506090416, -0.07477820912866141, -0.05565264470995561, 0.012767231469026969, -0.04703542746246419, 0.043896967884726704, -0.09346305707025976, -0.09918314763016893, -0.008729793427399178, -0.011931556316503654, -0.0321993391887285)"},{name:"latents_std",val:": tuple = (0.9263795028493863, 0.9248894543193766, 0.9393059390890617, 0.959253732819592, 0.8244560132752793, 0.917259975397747, 0.9294154431013696, 1.3720942357788521, 0.881393668867029, 0.9168315692124348, 0.9185249279345552, 0.9274757570805041)"},{name:"scaling_factor",val:": float = 1.0"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.in_channels",description:"<strong>in_channels</strong> (int, <em>optional</em>, defaults to 3) &#x2014; Number of channels in the input image.",name:"in_channels"},{anchor:"diffusers.AutoencoderKLMochi.out_channels",description:"<strong>out_channels</strong> (int, <em>optional</em>, defaults to 3) &#x2014; Number of channels in the output.",name:"out_channels"},{anchor:"diffusers.AutoencoderKLMochi.block_out_channels",description:`<strong>block_out_channels</strong> (<code>tuple[int]</code>, <em>optional</em>, defaults to <code>(64,)</code>) &#x2014;
tuple of block output channels.`,name:"block_out_channels"},{anchor:"diffusers.AutoencoderKLMochi.act_fn",description:"<strong>act_fn</strong> (<code>str</code>, <em>optional</em>, defaults to <code>&quot;silu&quot;</code>) &#x2014; The activation function to use.",name:"act_fn"},{anchor:"diffusers.AutoencoderKLMochi.scaling_factor",description:`<strong>scaling_factor</strong> (<code>float</code>, <em>optional</em>, defaults to <code>1.15258426</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"}],source:"https://github.com/huggingface/diffusers/blob/vr_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L655"}}),z=new A({props:{name:"decode",anchor:"diffusers.AutoencoderKLMochi.decode",parameters:[{name:"z",val:": Tensor"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.decode.z",description:"<strong>z</strong> (<code>torch.Tensor</code>) &#x2014; Input batch of latent vectors.",name:"z"},{anchor:"diffusers.AutoencoderKLMochi.decode.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to return a <code>~models.vae.DecoderOutput</code> instead of a plain tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L912",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>
`}}),Z=new A({props:{name:"enable_tiling",anchor:"diffusers.AutoencoderKLMochi.enable_tiling",parameters:[{name:"tile_sample_min_height",val:": int | None = None"},{name:"tile_sample_min_width",val:": int | None = None"},{name:"tile_sample_stride_height",val:": float | None = None"},{name:"tile_sample_stride_width",val:": float | None = None"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.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.AutoencoderKLMochi.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.AutoencoderKLMochi.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.AutoencoderKLMochi.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_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L786"}}),O=new A({props:{name:"encode",anchor:"diffusers.AutoencoderKLMochi.encode",parameters:[{name:"x",val:": Tensor"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.encode.x",description:"<strong>x</strong> (<code>torch.Tensor</code>) &#x2014; Input batch of images.",name:"x"},{anchor:"diffusers.AutoencoderKLMochi.encode.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to return a <code>~models.autoencoder_kl.AutoencoderKLOutput</code> instead of a plain tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L855",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The latent representations of the encoded videos. If <code>return_dict</code> is True, a
<code>~models.autoencoder_kl.AutoencoderKLOutput</code> is returned, otherwise a plain <code>tuple</code> is returned.</p>
`}}),P=new A({props:{name:"forward",anchor:"diffusers.AutoencoderKLMochi.forward",parameters:[{name:"sample",val:": Tensor"},{name:"sample_posterior",val:": bool = False"},{name:"return_dict",val:": bool = True"},{name:"generator",val:": torch._C.Generator | None = None"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.forward.sample",description:"<strong>sample</strong> (<code>torch.Tensor</code>) &#x2014; Input sample.",name:"sample"},{anchor:"diffusers.AutoencoderKLMochi.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.AutoencoderKLMochi.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.AutoencoderKLMochi.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_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L1089"}}),V=new A({props:{name:"tiled_decode",anchor:"diffusers.AutoencoderKLMochi.tiled_decode",parameters:[{name:"z",val:": Tensor"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.tiled_decode.z",description:"<strong>z</strong> (<code>torch.Tensor</code>) &#x2014; Input batch of latent vectors.",name:"z"},{anchor:"diffusers.AutoencoderKLMochi.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_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L1011",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>
`}}),j=new A({props:{name:"tiled_encode",anchor:"diffusers.AutoencoderKLMochi.tiled_encode",parameters:[{name:"x",val:": Tensor"}],parametersDescription:[{anchor:"diffusers.AutoencoderKLMochi.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_13803/src/diffusers/models/autoencoders/autoencoder_kl_mochi.py#L954",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>
`}}),S=new Ne({props:{title:"DecoderOutput",local:"diffusers.models.autoencoders.vae.DecoderOutput",headingTag:"h2"}}),U=new A({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_13803/src/diffusers/models/autoencoders/vae.py#L46"}}),G=new tt({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/models/autoencoderkl_mochi.md"}}),{c(){$=i("meta"),te=r(),Y=i("p"),oe=r(),u(D.$$.fragment),ne=r(),u(K.$$.fragment),re=r(),C=i("p"),C.innerHTML=Ze,se=r(),k=i("p"),k.textContent=Oe,ae=r(),u(E.$$.fragment),ie=r(),u(I.$$.fragment),de=r(),a=i("div"),u(N.$$.fragment),$e=r(),q=i("p"),q.innerHTML=Pe,xe=r(),W=i("p"),W.innerHTML=Ve,we=r(),w=i("div"),u(z.$$.fragment),Me=r(),H=i("p"),H.textContent=je,Te=r(),M=i("div"),u(Z.$$.fragment),Le=r(),F=i("p"),F.textContent=Se,ye=r(),T=i("div"),u(O.$$.fragment),Ae=r(),R=i("p"),R.textContent=Ue,De=r(),X=i("div"),u(P.$$.fragment),Ke=r(),L=i("div"),u(V.$$.fragment),Ce=r(),B=i("p"),B.textContent=Ge,ke=r(),y=i("div"),u(j.$$.fragment),Ee=r(),J=i("p"),J.textContent=qe,ce=r(),u(S.$$.fragment),le=r(),x=i("div"),u(U.$$.fragment),Ie=r(),Q=i("p"),Q.textContent=We,ue=r(),u(G.$$.fragment),me=r(),ee=i("p"),this.h()},l(e){const n=Qe("svelte-u9bgzb",document.head);$=d(n,"META",{name:!0,content:!0}),n.forEach(t),te=s(e),Y=d(e,"P",{}),_(Y).forEach(t),oe=s(e),m(D.$$.fragment,e),ne=s(e),m(K.$$.fragment,e),re=s(e),C=d(e,"P",{"data-svelte-h":!0}),v(C)!=="svelte-1jrzq50"&&(C.innerHTML=Ze),se=s(e),k=d(e,"P",{"data-svelte-h":!0}),v(k)!=="svelte-1vuni30"&&(k.textContent=Oe),ae=s(e),m(E.$$.fragment,e),ie=s(e),m(I.$$.fragment,e),de=s(e),a=d(e,"DIV",{class:!0});var c=_(a);m(N.$$.fragment,c),$e=s(c),q=d(c,"P",{"data-svelte-h":!0}),v(q)!=="svelte-osx1y"&&(q.innerHTML=Pe),xe=s(c),W=d(c,"P",{"data-svelte-h":!0}),v(W)!=="svelte-13nky0p"&&(W.innerHTML=Ve),we=s(c),w=d(c,"DIV",{class:!0});var fe=_(w);m(z.$$.fragment,fe),Me=s(fe),H=d(fe,"P",{"data-svelte-h":!0}),v(H)!=="svelte-pmyhd2"&&(H.textContent=je),fe.forEach(t),Te=s(c),M=d(c,"DIV",{class:!0});var he=_(M);m(Z.$$.fragment,he),Le=s(he),F=d(he,"P",{"data-svelte-h":!0}),v(F)!=="svelte-1xwrf7t"&&(F.textContent=Se),he.forEach(t),ye=s(c),T=d(c,"DIV",{class:!0});var ge=_(T);m(O.$$.fragment,ge),Ae=s(ge),R=d(ge,"P",{"data-svelte-h":!0}),v(R)!=="svelte-h5bpgz"&&(R.textContent=Ue),ge.forEach(t),De=s(c),X=d(c,"DIV",{class:!0});var He=_(X);m(P.$$.fragment,He),He.forEach(t),Ke=s(c),L=d(c,"DIV",{class:!0});var _e=_(L);m(V.$$.fragment,_e),Ce=s(_e),B=d(_e,"P",{"data-svelte-h":!0}),v(B)!=="svelte-1vrxp2b"&&(B.textContent=Ge),_e.forEach(t),ke=s(c),y=d(c,"DIV",{class:!0});var ve=_(y);m(j.$$.fragment,ve),Ee=s(ve),J=d(ve,"P",{"data-svelte-h":!0}),v(J)!=="svelte-1un5fcn"&&(J.textContent=qe),ve.forEach(t),c.forEach(t),ce=s(e),m(S.$$.fragment,e),le=s(e),x=d(e,"DIV",{class:!0});var be=_(x);m(U.$$.fragment,be),Ie=s(be),Q=d(be,"P",{"data-svelte-h":!0}),v(Q)!=="svelte-18u8upa"&&(Q.textContent=We),be.forEach(t),ue=s(e),m(G.$$.fragment,e),me=s(e),ee=d(e,"P",{}),_(ee).forEach(t),this.h()},h(){b($,"name","hf:doc:metadata"),b($,"content",nt),b(w,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(M,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(T,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(X,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(L,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(a,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),b(x,"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,n){o(document.head,$),l(e,te,n),l(e,Y,n),l(e,oe,n),p(D,e,n),l(e,ne,n),p(K,e,n),l(e,re,n),l(e,C,n),l(e,se,n),l(e,k,n),l(e,ae,n),p(E,e,n),l(e,ie,n),p(I,e,n),l(e,de,n),l(e,a,n),p(N,a,null),o(a,$e),o(a,q),o(a,xe),o(a,W),o(a,we),o(a,w),p(z,w,null),o(w,Me),o(w,H),o(a,Te),o(a,M),p(Z,M,null),o(M,Le),o(M,F),o(a,ye),o(a,T),p(O,T,null),o(T,Ae),o(T,R),o(a,De),o(a,X),p(P,X,null),o(a,Ke),o(a,L),p(V,L,null),o(L,Ce),o(L,B),o(a,ke),o(a,y),p(j,y,null),o(y,Ee),o(y,J),l(e,ce,n),p(S,e,n),l(e,le,n),l(e,x,n),p(U,x,null),o(x,Ie),o(x,Q),l(e,ue,n),p(G,e,n),l(e,me,n),l(e,ee,n),pe=!0},p:Re,i(e){pe||(f(D.$$.fragment,e),f(K.$$.fragment,e),f(E.$$.fragment,e),f(I.$$.fragment,e),f(N.$$.fragment,e),f(z.$$.fragment,e),f(Z.$$.fragment,e),f(O.$$.fragment,e),f(P.$$.fragment,e),f(V.$$.fragment,e),f(j.$$.fragment,e),f(S.$$.fragment,e),f(U.$$.fragment,e),f(G.$$.fragment,e),pe=!0)},o(e){h(D.$$.fragment,e),h(K.$$.fragment,e),h(E.$$.fragment,e),h(I.$$.fragment,e),h(N.$$.fragment,e),h(z.$$.fragment,e),h(Z.$$.fragment,e),h(O.$$.fragment,e),h(P.$$.fragment,e),h(V.$$.fragment,e),h(j.$$.fragment,e),h(S.$$.fragment,e),h(U.$$.fragment,e),h(G.$$.fragment,e),pe=!1},d(e){e&&(t(te),t(Y),t(oe),t(ne),t(re),t(C),t(se),t(k),t(ae),t(ie),t(de),t(a),t(ce),t(le),t(x),t(ue),t(me),t(ee)),t($),g(D,e),g(K,e),g(E,e),g(I,e),g(N),g(z),g(Z),g(O),g(P),g(V),g(j),g(S,e),g(U),g(G,e)}}}const nt='{"title":"AutoencoderKLMochi","local":"autoencoderklmochi","sections":[{"title":"AutoencoderKLMochi","local":"diffusers.AutoencoderKLMochi","sections":[],"depth":2},{"title":"DecoderOutput","local":"diffusers.models.autoencoders.vae.DecoderOutput","sections":[],"depth":2}],"depth":1}';function rt(ze){return Xe(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class ut extends Be{constructor($){super(),Je(this,$,rt,ot,Fe,{})}}export{ut as component};

Xet Storage Details

Size:
19.7 kB
·
Xet hash:
3d069b95844f6b2968239bee6eb4da2783cf2d06ed159b55869222ef81b9e216

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