Buckets:
| import{s as it,n as at,o as dt}from"../chunks/scheduler.182ea377.js";import{S as lt,i as ct,g as r,s as n,r as u,A as ft,h as i,f as o,c as s,j as v,u as p,x as f,k as w,y as t,a as c,v as h,d as g,t as _,w as b}from"../chunks/index.abf12888.js";import{D as y}from"../chunks/Docstring.93f6f462.js";import{H as Ke}from"../chunks/Heading.16916d63.js";function mt(Re){let $,ie,se,ae,D,de,P,Xe='The <a href="https://huggingface.co/papers/1505.04597" rel="nofollow">UNet</a> model was originally introduced by Ronneberger et al for biomedical image segmentation, but it is also commonly used in 🤗 Diffusers because it outputs images that are the same size as the input. It is one of the most important components of a diffusion system because it facilitates the actual diffusion process. There are several variants of the UNet model in 🤗 Diffusers, depending on it’s number of dimensions and whether it is a conditional model or not. This is a 2D UNet model.',le,L,qe="The abstract from the paper is:",ce,I,je='<em>There is large consent that successful training of deep networks requires many thousand annotated training samples. In this paper, we present a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently. The architecture consists of a contracting path to capture context and a symmetric expanding path that enables precise localization. We show that such a network can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks. Using the same network trained on transmitted light microscopy images (phase contrast and DIC) we won the ISBI cell tracking challenge 2015 in these categories by a large margin. Moreover, the network is fast. Segmentation of a 512x512 image takes less than a second on a recent GPU. The full implementation (based on Caffe) and the trained networks are available at <a href="http://lmb.informatik.uni-freiburg.de/people/ronneber/u-net" rel="nofollow">http://lmb.informatik.uni-freiburg.de/people/ronneber/u-net</a>.</em>',fe,O,me,a,F,xe,q,We=`A modified conditional 2D UNet model that takes a noisy sample, conditional state, and a timestep and returns a | |
| sample shaped output.`,ke,j,Ge=`This model inherits from <a href="/docs/diffusers/v0.22.2/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).`,Te,x,S,Ce,W,Je="Disables the FreeU mechanism.",Ae,k,V,Ue,G,Qe=`Sets the attention processor to use <a href="https://huggingface.co/blog/reformer#2-chunked-feed-forward-layers" rel="nofollow">feed forward | |
| chunking</a>.`,Ne,m,H,De,J,Ye='Enables the FreeU mechanism from <a href="https://arxiv.org/abs/2309.11497" rel="nofollow">https://arxiv.org/abs/2309.11497</a>.',Pe,Q,Ze="The suffixes after the scaling factors represent the stage blocks where they are being applied.",Le,Y,et=`Please refer to the <a href="https://github.com/ChenyangSi/FreeU" rel="nofollow">official repository</a> for combinations of values that | |
| are known to work well for different pipelines such as Stable Diffusion v1, v2, and Stable Diffusion XL.`,Ie,T,z,Oe,Z,tt='The <a href="/docs/diffusers/v0.22.2/en/api/models/unet-motion#diffusers.UNetMotionModel">UNetMotionModel</a> forward method.',Fe,C,E,Se,ee,ot=`Freeze the weights of just the UNet2DConditionModel, and leave the motion modules | |
| unfrozen for fine tuning.`,Ve,A,B,He,te,nt="Sets the attention processor to use to compute attention.",ze,U,K,Ee,oe,st="Disables custom attention processors and sets the default attention implementation.",ue,R,pe,M,X,Be,ne,rt='The output of <a href="/docs/diffusers/v0.22.2/en/api/models/unet3d-cond#diffusers.UNet3DConditionModel">UNet3DConditionModel</a>.',he,re,ge;return D=new Ke({props:{title:"UNetMotionModel",local:"unetmotionmodel",headingTag:"h1"}}),O=new Ke({props:{title:"UNetMotionModel",local:"diffusers.UNetMotionModel",headingTag:"h2"}}),F=new y({props:{name:"class diffusers.UNetMotionModel",anchor:"diffusers.UNetMotionModel",parameters:[{name:"sample_size",val:": typing.Optional[int] = None"},{name:"in_channels",val:": int = 4"},{name:"out_channels",val:": int = 4"},{name:"down_block_types",val:": typing.Tuple[str] = ('CrossAttnDownBlockMotion', 'CrossAttnDownBlockMotion', 'CrossAttnDownBlockMotion', 'DownBlockMotion')"},{name:"up_block_types",val:": typing.Tuple[str] = ('UpBlockMotion', 'CrossAttnUpBlockMotion', 'CrossAttnUpBlockMotion', 'CrossAttnUpBlockMotion')"},{name:"block_out_channels",val:": typing.Tuple[int] = (320, 640, 1280, 1280)"},{name:"layers_per_block",val:": int = 2"},{name:"downsample_padding",val:": int = 1"},{name:"mid_block_scale_factor",val:": float = 1"},{name:"act_fn",val:": str = 'silu'"},{name:"norm_num_groups",val:": typing.Optional[int] = 32"},{name:"norm_eps",val:": float = 1e-05"},{name:"cross_attention_dim",val:": int = 1280"},{name:"use_linear_projection",val:": bool = False"},{name:"num_attention_heads",val:": typing.Union[int, typing.Tuple[int], NoneType] = 8"},{name:"motion_max_seq_length",val:": typing.Optional[int] = 32"},{name:"motion_num_attention_heads",val:": int = 8"},{name:"use_motion_mid_block",val:": int = True"}],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L169"}}),S=new y({props:{name:"disable_freeu",anchor:"diffusers.UNetMotionModel.disable_freeu",parameters:[],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L672"}}),V=new y({props:{name:"enable_forward_chunking",anchor:"diffusers.UNetMotionModel.enable_forward_chunking",parameters:[{name:"chunk_size",val:" = None"},{name:"dim",val:" = 0"}],parametersDescription:[{anchor:"diffusers.UNetMotionModel.enable_forward_chunking.chunk_size",description:`<strong>chunk_size</strong> (<code>int</code>, <em>optional</em>) — | |
| The chunk size of the feed-forward layers. If not specified, will run feed-forward layer individually | |
| over each tensor of dim=<code>dim</code>.`,name:"chunk_size"},{anchor:"diffusers.UNetMotionModel.enable_forward_chunking.dim",description:`<strong>dim</strong> (<code>int</code>, <em>optional</em>, defaults to <code>0</code>) — | |
| The dimension over which the feed-forward computation should be chunked. Choose between dim=0 (batch) | |
| or dim=1 (sequence length).`,name:"dim"}],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L585"}}),H=new y({props:{name:"enable_freeu",anchor:"diffusers.UNetMotionModel.enable_freeu",parameters:[{name:"s1",val:""},{name:"s2",val:""},{name:"b1",val:""},{name:"b2",val:""}],parametersDescription:[{anchor:"diffusers.UNetMotionModel.enable_freeu.s1",description:`<strong>s1</strong> (<code>float</code>) — | |
| Scaling factor for stage 1 to attenuate the contributions of the skip features. This is done to | |
| mitigate the “oversmoothing effect” in the enhanced denoising process.`,name:"s1"},{anchor:"diffusers.UNetMotionModel.enable_freeu.s2",description:`<strong>s2</strong> (<code>float</code>) — | |
| Scaling factor for stage 2 to attenuate the contributions of the skip features. This is done to | |
| mitigate the “oversmoothing effect” in the enhanced denoising process.`,name:"s2"},{anchor:"diffusers.UNetMotionModel.enable_freeu.b1",description:"<strong>b1</strong> (<code>float</code>) — Scaling factor for stage 1 to amplify the contributions of backbone features.",name:"b1"},{anchor:"diffusers.UNetMotionModel.enable_freeu.b2",description:"<strong>b2</strong> (<code>float</code>) — Scaling factor for stage 2 to amplify the contributions of backbone features.",name:"b2"}],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L647"}}),z=new y({props:{name:"forward",anchor:"diffusers.UNetMotionModel.forward",parameters:[{name:"sample",val:": FloatTensor"},{name:"timestep",val:": typing.Union[torch.Tensor, float, int]"},{name:"encoder_hidden_states",val:": Tensor"},{name:"timestep_cond",val:": typing.Optional[torch.Tensor] = None"},{name:"attention_mask",val:": typing.Optional[torch.Tensor] = None"},{name:"cross_attention_kwargs",val:": typing.Union[typing.Dict[str, typing.Any], NoneType] = None"},{name:"down_block_additional_residuals",val:": typing.Optional[typing.Tuple[torch.Tensor]] = None"},{name:"mid_block_additional_residual",val:": typing.Optional[torch.Tensor] = None"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.UNetMotionModel.forward.sample",description:`<strong>sample</strong> (<code>torch.FloatTensor</code>) — | |
| The noisy input tensor with the following shape <code>(batch, num_frames, channel, height, width</code>.`,name:"sample"},{anchor:"diffusers.UNetMotionModel.forward.timestep",description:"<strong>timestep</strong> (<code>torch.FloatTensor</code> or <code>float</code> or <code>int</code>) — The number of timesteps to denoise an input.",name:"timestep"},{anchor:"diffusers.UNetMotionModel.forward.encoder_hidden_states",description:`<strong>encoder_hidden_states</strong> (<code>torch.FloatTensor</code>) — | |
| The encoder hidden states with shape <code>(batch, sequence_length, feature_dim)</code>. | |
| timestep_cond — (<code>torch.Tensor</code>, <em>optional</em>, defaults to <code>None</code>): | |
| Conditional embeddings for timestep. If provided, the embeddings will be summed with the samples passed | |
| through the <code>self.time_embedding</code> layer to obtain the timestep embeddings.`,name:"encoder_hidden_states"},{anchor:"diffusers.UNetMotionModel.forward.attention_mask",description:`<strong>attention_mask</strong> (<code>torch.Tensor</code>, <em>optional</em>, defaults to <code>None</code>) — | |
| An attention mask of shape <code>(batch, key_tokens)</code> is applied to <code>encoder_hidden_states</code>. If <code>1</code> the mask | |
| is kept, otherwise if <code>0</code> it is discarded. Mask will be converted into a bias, which adds large | |
| negative values to the attention scores corresponding to “discard” tokens.`,name:"attention_mask"},{anchor:"diffusers.UNetMotionModel.forward.cross_attention_kwargs",description:`<strong>cross_attention_kwargs</strong> (<code>dict</code>, <em>optional</em>) — | |
| A kwargs dictionary that if specified is passed along to the <code>AttentionProcessor</code> as defined under | |
| <code>self.processor</code> in | |
| <a href="https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/attention_processor.py" rel="nofollow">diffusers.models.attention_processor</a>. | |
| down_block_additional_residuals — (<code>tuple</code> of <code>torch.Tensor</code>, <em>optional</em>): | |
| A tuple of tensors that if specified are added to the residuals of down unet blocks. | |
| mid_block_additional_residual — (<code>torch.Tensor</code>, <em>optional</em>): | |
| A tensor that if specified is added to the residual of the middle unet block.`,name:"cross_attention_kwargs"},{anchor:"diffusers.UNetMotionModel.forward.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether or not to return a <a href="/docs/diffusers/v0.22.2/en/api/models/unet-motion#diffusers.models.unet_3d_condition.UNet3DConditionOutput">UNet3DConditionOutput</a> instead of a plain | |
| tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L680",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>If <code>return_dict</code> is True, an <a | |
| href="/docs/diffusers/v0.22.2/en/api/models/unet-motion#diffusers.models.unet_3d_condition.UNet3DConditionOutput" | |
| >UNet3DConditionOutput</a> is returned, otherwise | |
| a <code>tuple</code> is returned where the first element is the sample tensor.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><a | |
| href="/docs/diffusers/v0.22.2/en/api/models/unet-motion#diffusers.models.unet_3d_condition.UNet3DConditionOutput" | |
| >UNet3DConditionOutput</a> or <code>tuple</code></p> | |
| `}}),E=new y({props:{name:"freeze_unet2d_params",anchor:"diffusers.UNetMotionModel.freeze_unet2d_params",parameters:[],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L451"}}),B=new y({props:{name:"set_attn_processor",anchor:"diffusers.UNetMotionModel.set_attn_processor",parameters:[{name:"processor",val:": typing.Union[diffusers.models.attention_processor.AttnProcessor, diffusers.models.attention_processor.AttnProcessor2_0, diffusers.models.attention_processor.XFormersAttnProcessor, diffusers.models.attention_processor.SlicedAttnProcessor, diffusers.models.attention_processor.AttnAddedKVProcessor, diffusers.models.attention_processor.SlicedAttnAddedKVProcessor, diffusers.models.attention_processor.AttnAddedKVProcessor2_0, diffusers.models.attention_processor.XFormersAttnAddedKVProcessor, diffusers.models.attention_processor.CustomDiffusionAttnProcessor, diffusers.models.attention_processor.CustomDiffusionXFormersAttnProcessor, diffusers.models.attention_processor.CustomDiffusionAttnProcessor2_0, diffusers.models.attention_processor.LoRAAttnProcessor, diffusers.models.attention_processor.LoRAAttnProcessor2_0, diffusers.models.attention_processor.LoRAXFormersAttnProcessor, diffusers.models.attention_processor.LoRAAttnAddedKVProcessor, typing.Dict[str, typing.Union[diffusers.models.attention_processor.AttnProcessor, diffusers.models.attention_processor.AttnProcessor2_0, diffusers.models.attention_processor.XFormersAttnProcessor, diffusers.models.attention_processor.SlicedAttnProcessor, diffusers.models.attention_processor.AttnAddedKVProcessor, diffusers.models.attention_processor.SlicedAttnAddedKVProcessor, diffusers.models.attention_processor.AttnAddedKVProcessor2_0, diffusers.models.attention_processor.XFormersAttnAddedKVProcessor, diffusers.models.attention_processor.CustomDiffusionAttnProcessor, diffusers.models.attention_processor.CustomDiffusionXFormersAttnProcessor, diffusers.models.attention_processor.CustomDiffusionAttnProcessor2_0, diffusers.models.attention_processor.LoRAAttnProcessor, diffusers.models.attention_processor.LoRAAttnProcessor2_0, diffusers.models.attention_processor.LoRAXFormersAttnProcessor, diffusers.models.attention_processor.LoRAAttnAddedKVProcessor]]]"},{name:"_remove_lora",val:" = False"}],parametersDescription:[{anchor:"diffusers.UNetMotionModel.set_attn_processor.processor",description:`<strong>processor</strong> (<code>dict</code> of <code>AttentionProcessor</code> or only <code>AttentionProcessor</code>) — | |
| The instantiated processor class or a dictionary of processor classes that will be set as the processor | |
| for <strong>all</strong> <code>Attention</code> layers.</p> | |
| <p>If <code>processor</code> is a dict, the key needs to define the path to the corresponding cross attention | |
| processor. This is strongly recommended when setting trainable attention processors.`,name:"processor"}],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L548"}}),K=new y({props:{name:"set_default_attn_processor",anchor:"diffusers.UNetMotionModel.set_default_attn_processor",parameters:[],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_motion_model.py#L627"}}),R=new Ke({props:{title:"UNet3DConditionOutput",local:"diffusers.models.unet_3d_condition.UNet3DConditionOutput",headingTag:"h2"}}),X=new y({props:{name:"class diffusers.models.unet_3d_condition.UNet3DConditionOutput",anchor:"diffusers.models.unet_3d_condition.UNet3DConditionOutput",parameters:[{name:"sample",val:": FloatTensor"}],parametersDescription:[{anchor:"diffusers.models.unet_3d_condition.UNet3DConditionOutput.sample",description:`<strong>sample</strong> (<code>torch.FloatTensor</code> of shape <code>(batch_size, num_frames, num_channels, height, width)</code>) — | |
| The hidden states output conditioned on <code>encoder_hidden_states</code> input. Output of last layer of model.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/v0.22.2/src/diffusers/models/unet_3d_condition.py#L50"}}),{c(){$=r("meta"),ie=n(),se=r("p"),ae=n(),u(D.$$.fragment),de=n(),P=r("p"),P.innerHTML=Xe,le=n(),L=r("p"),L.textContent=qe,ce=n(),I=r("p"),I.innerHTML=je,fe=n(),u(O.$$.fragment),me=n(),a=r("div"),u(F.$$.fragment),xe=n(),q=r("p"),q.textContent=We,ke=n(),j=r("p"),j.innerHTML=Ge,Te=n(),x=r("div"),u(S.$$.fragment),Ce=n(),W=r("p"),W.textContent=Je,Ae=n(),k=r("div"),u(V.$$.fragment),Ue=n(),G=r("p"),G.innerHTML=Qe,Ne=n(),m=r("div"),u(H.$$.fragment),De=n(),J=r("p"),J.innerHTML=Ye,Pe=n(),Q=r("p"),Q.textContent=Ze,Le=n(),Y=r("p"),Y.innerHTML=et,Ie=n(),T=r("div"),u(z.$$.fragment),Oe=n(),Z=r("p"),Z.innerHTML=tt,Fe=n(),C=r("div"),u(E.$$.fragment),Se=n(),ee=r("p"),ee.textContent=ot,Ve=n(),A=r("div"),u(B.$$.fragment),He=n(),te=r("p"),te.textContent=nt,ze=n(),U=r("div"),u(K.$$.fragment),Ee=n(),oe=r("p"),oe.textContent=st,ue=n(),u(R.$$.fragment),pe=n(),M=r("div"),u(X.$$.fragment),Be=n(),ne=r("p"),ne.innerHTML=rt,he=n(),re=r("p"),this.h()},l(e){const d=ft("svelte-u9bgzb",document.head);$=i(d,"META",{name:!0,content:!0}),d.forEach(o),ie=s(e),se=i(e,"P",{}),v(se).forEach(o),ae=s(e),p(D.$$.fragment,e),de=s(e),P=i(e,"P",{"data-svelte-h":!0}),f(P)!=="svelte-1gx5we1"&&(P.innerHTML=Xe),le=s(e),L=i(e,"P",{"data-svelte-h":!0}),f(L)!=="svelte-1cwsb16"&&(L.textContent=qe),ce=s(e),I=i(e,"P",{"data-svelte-h":!0}),f(I)!=="svelte-12epiox"&&(I.innerHTML=je),fe=s(e),p(O.$$.fragment,e),me=s(e),a=i(e,"DIV",{class:!0});var l=v(a);p(F.$$.fragment,l),xe=s(l),q=i(l,"P",{"data-svelte-h":!0}),f(q)!=="svelte-17nn7p8"&&(q.textContent=We),ke=s(l),j=i(l,"P",{"data-svelte-h":!0}),f(j)!=="svelte-1p4tyc9"&&(j.innerHTML=Ge),Te=s(l),x=i(l,"DIV",{class:!0});var _e=v(x);p(S.$$.fragment,_e),Ce=s(_e),W=i(_e,"P",{"data-svelte-h":!0}),f(W)!=="svelte-1d0rkng"&&(W.textContent=Je),_e.forEach(o),Ae=s(l),k=i(l,"DIV",{class:!0});var be=v(k);p(V.$$.fragment,be),Ue=s(be),G=i(be,"P",{"data-svelte-h":!0}),f(G)!=="svelte-2m23sy"&&(G.innerHTML=Qe),be.forEach(o),Ne=s(l),m=i(l,"DIV",{class:!0});var N=v(m);p(H.$$.fragment,N),De=s(N),J=i(N,"P",{"data-svelte-h":!0}),f(J)!=="svelte-4p7kn0"&&(J.innerHTML=Ye),Pe=s(N),Q=i(N,"P",{"data-svelte-h":!0}),f(Q)!=="svelte-1t9gjdi"&&(Q.textContent=Ze),Le=s(N),Y=i(N,"P",{"data-svelte-h":!0}),f(Y)!=="svelte-tw05zf"&&(Y.innerHTML=et),N.forEach(o),Ie=s(l),T=i(l,"DIV",{class:!0});var ve=v(T);p(z.$$.fragment,ve),Oe=s(ve),Z=i(ve,"P",{"data-svelte-h":!0}),f(Z)!=="svelte-yv60f3"&&(Z.innerHTML=tt),ve.forEach(o),Fe=s(l),C=i(l,"DIV",{class:!0});var we=v(C);p(E.$$.fragment,we),Se=s(we),ee=i(we,"P",{"data-svelte-h":!0}),f(ee)!=="svelte-os6vgi"&&(ee.textContent=ot),we.forEach(o),Ve=s(l),A=i(l,"DIV",{class:!0});var $e=v(A);p(B.$$.fragment,$e),He=s($e),te=i($e,"P",{"data-svelte-h":!0}),f(te)!=="svelte-1o77hl2"&&(te.textContent=nt),$e.forEach(o),ze=s(l),U=i(l,"DIV",{class:!0});var Me=v(U);p(K.$$.fragment,Me),Ee=s(Me),oe=i(Me,"P",{"data-svelte-h":!0}),f(oe)!=="svelte-1lxcwhv"&&(oe.textContent=st),Me.forEach(o),l.forEach(o),ue=s(e),p(R.$$.fragment,e),pe=s(e),M=i(e,"DIV",{class:!0});var ye=v(M);p(X.$$.fragment,ye),Be=s(ye),ne=i(ye,"P",{"data-svelte-h":!0}),f(ne)!=="svelte-157y908"&&(ne.innerHTML=rt),ye.forEach(o),he=s(e),re=i(e,"P",{}),v(re).forEach(o),this.h()},h(){w($,"name","hf:doc:metadata"),w($,"content",ut),w(x,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(k,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(m,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(T,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(C,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(A,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(U,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(a,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),w(M,"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,d){t(document.head,$),c(e,ie,d),c(e,se,d),c(e,ae,d),h(D,e,d),c(e,de,d),c(e,P,d),c(e,le,d),c(e,L,d),c(e,ce,d),c(e,I,d),c(e,fe,d),h(O,e,d),c(e,me,d),c(e,a,d),h(F,a,null),t(a,xe),t(a,q),t(a,ke),t(a,j),t(a,Te),t(a,x),h(S,x,null),t(x,Ce),t(x,W),t(a,Ae),t(a,k),h(V,k,null),t(k,Ue),t(k,G),t(a,Ne),t(a,m),h(H,m,null),t(m,De),t(m,J),t(m,Pe),t(m,Q),t(m,Le),t(m,Y),t(a,Ie),t(a,T),h(z,T,null),t(T,Oe),t(T,Z),t(a,Fe),t(a,C),h(E,C,null),t(C,Se),t(C,ee),t(a,Ve),t(a,A),h(B,A,null),t(A,He),t(A,te),t(a,ze),t(a,U),h(K,U,null),t(U,Ee),t(U,oe),c(e,ue,d),h(R,e,d),c(e,pe,d),c(e,M,d),h(X,M,null),t(M,Be),t(M,ne),c(e,he,d),c(e,re,d),ge=!0},p:at,i(e){ge||(g(D.$$.fragment,e),g(O.$$.fragment,e),g(F.$$.fragment,e),g(S.$$.fragment,e),g(V.$$.fragment,e),g(H.$$.fragment,e),g(z.$$.fragment,e),g(E.$$.fragment,e),g(B.$$.fragment,e),g(K.$$.fragment,e),g(R.$$.fragment,e),g(X.$$.fragment,e),ge=!0)},o(e){_(D.$$.fragment,e),_(O.$$.fragment,e),_(F.$$.fragment,e),_(S.$$.fragment,e),_(V.$$.fragment,e),_(H.$$.fragment,e),_(z.$$.fragment,e),_(E.$$.fragment,e),_(B.$$.fragment,e),_(K.$$.fragment,e),_(R.$$.fragment,e),_(X.$$.fragment,e),ge=!1},d(e){e&&(o(ie),o(se),o(ae),o(de),o(P),o(le),o(L),o(ce),o(I),o(fe),o(me),o(a),o(ue),o(pe),o(M),o(he),o(re)),o($),b(D,e),b(O,e),b(F),b(S),b(V),b(H),b(z),b(E),b(B),b(K),b(R,e),b(X)}}}const ut='{"title":"UNetMotionModel","local":"unetmotionmodel","sections":[{"title":"UNetMotionModel","local":"diffusers.UNetMotionModel","sections":[],"depth":2},{"title":"UNet3DConditionOutput","local":"diffusers.models.unet_3d_condition.UNet3DConditionOutput","sections":[],"depth":2}],"depth":1}';function pt(Re){return dt(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class vt extends lt{constructor($){super(),ct(this,$,pt,mt,it,{})}}export{vt as component}; | |
Xet Storage Details
- Size:
- 22.3 kB
- Xet hash:
- 762e7738a8150700a2a2d7e940356e815439d786c0d0488dc778dbc9708ca2c0
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.