Buckets:

rtrm's picture
download
raw
10.1 kB
import{s as oe,n as re,o as se}from"../chunks/scheduler.8c3d61f6.js";import{S as ae,i as de,g as m,s as r,r as $,A as ie,h as l,f as t,c as s,j as U,u as v,x as A,k as S,y as z,a as o,v as M,d as D,t as y,w as W}from"../chunks/index.da70eac4.js";import{D as te}from"../chunks/Docstring.d7448bb3.js";import{C as me}from"../chunks/CodeBlock.a9c4becf.js";import{H as Q,E as le}from"../chunks/getInferenceSnippets.1d18021a.js";function fe(Y){let a,q,k,E,f,j,c,B='A Diffusion Transformer model for 3D video-like data was introduced in <a href="https://github.com/Wan-Video/Wan2.1" rel="nofollow">Wan 2.1</a> by the Alibaba Wan Team.',I,u,K="The model can be loaded with the following code snippet.",Z,p,C,_,V,d,h,X,w,ee="A Transformer model for video-like data used in the Wan model.",H,g,O,i,T,F,x,ne='The output of <a href="/docs/diffusers/pr_11739/en/api/models/transformer2d#diffusers.Transformer2DModel">Transformer2DModel</a>.',L,b,N,J,P;return f=new Q({props:{title:"WanTransformer3DModel",local:"wantransformer3dmodel",headingTag:"h1"}}),p=new me({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMFdhblRyYW5zZm9ybWVyM0RNb2RlbCUwQSUwQXRyYW5zZm9ybWVyJTIwJTNEJTIwV2FuVHJhbnNmb3JtZXIzRE1vZGVsLmZyb21fcHJldHJhaW5lZCglMjJXYW4tQUklMkZXYW4yLjEtVDJWLTEuM0ItRGlmZnVzZXJzJTIyJTJDJTIwc3ViZm9sZGVyJTNEJTIydHJhbnNmb3JtZXIlMjIlMkMlMjB0b3JjaF9kdHlwZSUzRHRvcmNoLmJmbG9hdDE2KQ==",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> WanTransformer3DModel
transformer = WanTransformer3DModel.from_pretrained(<span class="hljs-string">&quot;Wan-AI/Wan2.1-T2V-1.3B-Diffusers&quot;</span>, subfolder=<span class="hljs-string">&quot;transformer&quot;</span>, torch_dtype=torch.bfloat16)`,wrap:!1}}),_=new Q({props:{title:"WanTransformer3DModel",local:"diffusers.WanTransformer3DModel",headingTag:"h2"}}),h=new te({props:{name:"class diffusers.WanTransformer3DModel",anchor:"diffusers.WanTransformer3DModel",parameters:[{name:"patch_size",val:": typing.Tuple[int] = (1, 2, 2)"},{name:"num_attention_heads",val:": int = 40"},{name:"attention_head_dim",val:": int = 128"},{name:"in_channels",val:": int = 16"},{name:"out_channels",val:": int = 16"},{name:"text_dim",val:": int = 4096"},{name:"freq_dim",val:": int = 256"},{name:"ffn_dim",val:": int = 13824"},{name:"num_layers",val:": int = 40"},{name:"cross_attn_norm",val:": bool = True"},{name:"qk_norm",val:": typing.Optional[str] = 'rms_norm_across_heads'"},{name:"eps",val:": float = 1e-06"},{name:"image_dim",val:": typing.Optional[int] = None"},{name:"added_kv_proj_dim",val:": typing.Optional[int] = None"},{name:"rope_max_seq_len",val:": int = 1024"},{name:"pos_embed_seq_len",val:": typing.Optional[int] = None"}],parametersDescription:[{anchor:"diffusers.WanTransformer3DModel.patch_size",description:`<strong>patch_size</strong> (<code>Tuple[int]</code>, defaults to <code>(1, 2, 2)</code>) &#x2014;
3D patch dimensions for video embedding (t_patch, h_patch, w_patch).`,name:"patch_size"},{anchor:"diffusers.WanTransformer3DModel.num_attention_heads",description:`<strong>num_attention_heads</strong> (<code>int</code>, defaults to <code>40</code>) &#x2014;
Fixed length for text embeddings.`,name:"num_attention_heads"},{anchor:"diffusers.WanTransformer3DModel.attention_head_dim",description:`<strong>attention_head_dim</strong> (<code>int</code>, defaults to <code>128</code>) &#x2014;
The number of channels in each head.`,name:"attention_head_dim"},{anchor:"diffusers.WanTransformer3DModel.in_channels",description:`<strong>in_channels</strong> (<code>int</code>, defaults to <code>16</code>) &#x2014;
The number of channels in the input.`,name:"in_channels"},{anchor:"diffusers.WanTransformer3DModel.out_channels",description:`<strong>out_channels</strong> (<code>int</code>, defaults to <code>16</code>) &#x2014;
The number of channels in the output.`,name:"out_channels"},{anchor:"diffusers.WanTransformer3DModel.text_dim",description:`<strong>text_dim</strong> (<code>int</code>, defaults to <code>512</code>) &#x2014;
Input dimension for text embeddings.`,name:"text_dim"},{anchor:"diffusers.WanTransformer3DModel.freq_dim",description:`<strong>freq_dim</strong> (<code>int</code>, defaults to <code>256</code>) &#x2014;
Dimension for sinusoidal time embeddings.`,name:"freq_dim"},{anchor:"diffusers.WanTransformer3DModel.ffn_dim",description:`<strong>ffn_dim</strong> (<code>int</code>, defaults to <code>13824</code>) &#x2014;
Intermediate dimension in feed-forward network.`,name:"ffn_dim"},{anchor:"diffusers.WanTransformer3DModel.num_layers",description:`<strong>num_layers</strong> (<code>int</code>, defaults to <code>40</code>) &#x2014;
The number of layers of transformer blocks to use.`,name:"num_layers"},{anchor:"diffusers.WanTransformer3DModel.window_size",description:`<strong>window_size</strong> (<code>Tuple[int]</code>, defaults to <code>(-1, -1)</code>) &#x2014;
Window size for local attention (-1 indicates global attention).`,name:"window_size"},{anchor:"diffusers.WanTransformer3DModel.cross_attn_norm",description:`<strong>cross_attn_norm</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Enable cross-attention normalization.`,name:"cross_attn_norm"},{anchor:"diffusers.WanTransformer3DModel.qk_norm",description:`<strong>qk_norm</strong> (<code>bool</code>, defaults to <code>True</code>) &#x2014;
Enable query/key normalization.`,name:"qk_norm"},{anchor:"diffusers.WanTransformer3DModel.eps",description:`<strong>eps</strong> (<code>float</code>, defaults to <code>1e-6</code>) &#x2014;
Epsilon value for normalization layers.`,name:"eps"},{anchor:"diffusers.WanTransformer3DModel.add_img_emb",description:`<strong>add_img_emb</strong> (<code>bool</code>, defaults to <code>False</code>) &#x2014;
Whether to use img_emb.`,name:"add_img_emb"},{anchor:"diffusers.WanTransformer3DModel.added_kv_proj_dim",description:`<strong>added_kv_proj_dim</strong> (<code>int</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
The number of channels to use for the added key and value projections. If <code>None</code>, no projection is used.`,name:"added_kv_proj_dim"}],source:"https://github.com/huggingface/diffusers/blob/vr_11739/src/diffusers/models/transformers/transformer_wan.py#L306"}}),g=new Q({props:{title:"Transformer2DModelOutput",local:"diffusers.models.modeling_outputs.Transformer2DModelOutput",headingTag:"h2"}}),T=new te({props:{name:"class diffusers.models.modeling_outputs.Transformer2DModelOutput",anchor:"diffusers.models.modeling_outputs.Transformer2DModelOutput",parameters:[{name:"sample",val:": torch.Tensor"}],parametersDescription:[{anchor:"diffusers.models.modeling_outputs.Transformer2DModelOutput.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, num_channels, height, width)</code> or <code>(batch size, num_vector_embeds - 1, num_latent_pixels)</code> if <a href="/docs/diffusers/pr_11739/en/api/models/transformer2d#diffusers.Transformer2DModel">Transformer2DModel</a> is discrete) &#x2014;
The hidden states output conditioned on the <code>encoder_hidden_states</code> input. If discrete, returns probability
distributions for the unnoised latent pixels.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_11739/src/diffusers/models/modeling_outputs.py#L20"}}),b=new le({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/models/wan_transformer_3d.md"}}),{c(){a=m("meta"),q=r(),k=m("p"),E=r(),$(f.$$.fragment),j=r(),c=m("p"),c.innerHTML=B,I=r(),u=m("p"),u.textContent=K,Z=r(),$(p.$$.fragment),C=r(),$(_.$$.fragment),V=r(),d=m("div"),$(h.$$.fragment),X=r(),w=m("p"),w.textContent=ee,H=r(),$(g.$$.fragment),O=r(),i=m("div"),$(T.$$.fragment),F=r(),x=m("p"),x.innerHTML=ne,L=r(),$(b.$$.fragment),N=r(),J=m("p"),this.h()},l(e){const n=ie("svelte-u9bgzb",document.head);a=l(n,"META",{name:!0,content:!0}),n.forEach(t),q=s(e),k=l(e,"P",{}),U(k).forEach(t),E=s(e),v(f.$$.fragment,e),j=s(e),c=l(e,"P",{"data-svelte-h":!0}),A(c)!=="svelte-1h7uf3v"&&(c.innerHTML=B),I=s(e),u=l(e,"P",{"data-svelte-h":!0}),A(u)!=="svelte-1vuni30"&&(u.textContent=K),Z=s(e),v(p.$$.fragment,e),C=s(e),v(_.$$.fragment,e),V=s(e),d=l(e,"DIV",{class:!0});var R=U(d);v(h.$$.fragment,R),X=s(R),w=l(R,"P",{"data-svelte-h":!0}),A(w)!=="svelte-1idrolf"&&(w.textContent=ee),R.forEach(t),H=s(e),v(g.$$.fragment,e),O=s(e),i=l(e,"DIV",{class:!0});var G=U(i);v(T.$$.fragment,G),F=s(G),x=l(G,"P",{"data-svelte-h":!0}),A(x)!=="svelte-q243pv"&&(x.innerHTML=ne),G.forEach(t),L=s(e),v(b.$$.fragment,e),N=s(e),J=l(e,"P",{}),U(J).forEach(t),this.h()},h(){S(a,"name","hf:doc:metadata"),S(a,"content",ce),S(d,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),S(i,"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){z(document.head,a),o(e,q,n),o(e,k,n),o(e,E,n),M(f,e,n),o(e,j,n),o(e,c,n),o(e,I,n),o(e,u,n),o(e,Z,n),M(p,e,n),o(e,C,n),M(_,e,n),o(e,V,n),o(e,d,n),M(h,d,null),z(d,X),z(d,w),o(e,H,n),M(g,e,n),o(e,O,n),o(e,i,n),M(T,i,null),z(i,F),z(i,x),o(e,L,n),M(b,e,n),o(e,N,n),o(e,J,n),P=!0},p:re,i(e){P||(D(f.$$.fragment,e),D(p.$$.fragment,e),D(_.$$.fragment,e),D(h.$$.fragment,e),D(g.$$.fragment,e),D(T.$$.fragment,e),D(b.$$.fragment,e),P=!0)},o(e){y(f.$$.fragment,e),y(p.$$.fragment,e),y(_.$$.fragment,e),y(h.$$.fragment,e),y(g.$$.fragment,e),y(T.$$.fragment,e),y(b.$$.fragment,e),P=!1},d(e){e&&(t(q),t(k),t(E),t(j),t(c),t(I),t(u),t(Z),t(C),t(V),t(d),t(H),t(O),t(i),t(L),t(N),t(J)),t(a),W(f,e),W(p,e),W(_,e),W(h),W(g,e),W(T),W(b,e)}}}const ce='{"title":"WanTransformer3DModel","local":"wantransformer3dmodel","sections":[{"title":"WanTransformer3DModel","local":"diffusers.WanTransformer3DModel","sections":[],"depth":2},{"title":"Transformer2DModelOutput","local":"diffusers.models.modeling_outputs.Transformer2DModelOutput","sections":[],"depth":2}],"depth":1}';function ue(Y){return se(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class be extends ae{constructor(a){super(),de(this,a,ue,fe,oe,{})}}export{be as component};

Xet Storage Details

Size:
10.1 kB
·
Xet hash:
49d7ac25d6230ee755602edf71c51bb167f37884f8e7b7d497c869b4980ed4f3

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