Buckets:

rtrm's picture
download
raw
18.9 kB
import{s as xt,o as Bt,n as Ve}from"../chunks/scheduler.8c3d61f6.js";import{S as Ct,i as yt,g as o,s as i,r as d,A as Lt,h as a,f as r,c as l,j as C,u as f,x as h,k as y,y as t,a as u,v as m,d as g,t as _,w as $}from"../chunks/index.da70eac4.js";import{T as He}from"../chunks/Tip.6f698f24.js";import{D as q}from"../chunks/Docstring.634d8861.js";import{H as Pe,E as wt}from"../chunks/getInferenceSnippets.ea1775db.js";function Mt(L){let n,k="This is an experimental feature and is likely to change in the future.";return{c(){n=o("p"),n.textContent=k},l(p){n=a(p,"P",{"data-svelte-h":!0}),h(n)!=="svelte-ozwf5m"&&(n.textContent=k)},m(p,B){u(p,n,B)},p:Ve,d(p){p&&r(n)}}}function qt(L){let n,k="This is an experimental feature and is likely to change in the future.";return{c(){n=o("p"),n.textContent=k},l(p){n=a(p,"P",{"data-svelte-h":!0}),h(n)!=="svelte-ozwf5m"&&(n.textContent=k)},m(p,B){u(p,n,B)},p:Ve,d(p){p&&r(n)}}}function St(L){let n,k="This is an experimental feature and is likely to change in the future.";return{c(){n=o("p"),n.textContent=k},l(p){n=a(p,"P",{"data-svelte-h":!0}),h(n)!=="svelte-ozwf5m"&&(n.textContent=k)},m(p,B){u(p,n,B)},p:Ve,d(p){p&&r(n)}}}function Tt(L){let n,k="This is an experimental feature and is likely to change in the future.";return{c(){n=o("p"),n.textContent=k},l(p){n=a(p,"P",{"data-svelte-h":!0}),h(n)!=="svelte-ozwf5m"&&(n.textContent=k)},m(p,B){u(p,n,B)},p:Ve,d(p){p&&r(n)}}}function Dt(L){let n,k,p,B,j,xe,F,Be,c,W,Ne,oe,pt=`Base class for all Pipeline Blocks: PipelineBlock, AutoPipelineBlocks, SequentialPipelineBlocks,
LoopSequentialPipelineBlocks`,Oe,ae,ut='<a href="/docs/diffusers/pr_12403/en/api/modular_diffusers/pipeline_blocks#diffusers.ModularPipelineBlocks">ModularPipelineBlocks</a> provides method to load and save the definition of pipeline blocks.',ze,S,je,T,G,Fe,pe,ct=`Combines multiple lists of InputParam objects from different blocks. For duplicate inputs, updates only if
current default value is None and new default value is not None. Warns if multiple non-None default values
exist for the same input.`,We,D,U,Ge,ue,dt=`Combines multiple lists of OutputParam objects from different blocks. For duplicate outputs, keeps the first
occurrence of each output name.`,Ue,A,R,Re,ce,ft="Get all inputs and intermediates in one dictionary",Je,E,J,Ke,de,mt="create a ModularPipeline, optionally accept modular_repo to load from hub.",Ce,K,ye,v,Q,Qe,fe,gt=`A Pipeline Blocks that combines multiple pipeline block classes into one. When called, it will call each block in
sequence.`,Xe,me,_t=`This class inherits from <a href="/docs/diffusers/pr_12403/en/api/modular_diffusers/pipeline_blocks#diffusers.ModularPipelineBlocks">ModularPipelineBlocks</a>. Check the superclass documentation for the generic methods the
library implements for all the pipeline blocks (such as loading or saving etc.)`,Ye,I,Ze,H,X,et,ge,$t="Creates a SequentialPipelineBlocks instance from a dictionary of blocks.",Le,Y,we,P,Z,tt,_e,bt=`A Pipeline blocks that combines multiple pipeline block classes into a For Loop. When called, it will call each
block in sequence.`,nt,$e,ht=`This class inherits from <a href="/docs/diffusers/pr_12403/en/api/modular_diffusers/pipeline_blocks#diffusers.ModularPipelineBlocks">ModularPipelineBlocks</a>. Check the superclass documentation for the generic methods the
library implements for all the pipeline blocks (such as loading or saving etc.)`,st,V,it,N,ee,lt,be,kt="Creates a LoopSequentialPipelineBlocks instance from a dictionary of blocks.",Me,te,qe,x,ne,rt,he,vt="A Pipeline Blocks that automatically selects a block to run based on the inputs.",ot,ke,Pt=`This class inherits from <a href="/docs/diffusers/pr_12403/en/api/modular_diffusers/pipeline_blocks#diffusers.ModularPipelineBlocks">ModularPipelineBlocks</a>. Check the superclass documentation for the generic methods the
library implements for all the pipeline blocks (such as loading or saving etc.)`,at,O,Se,se,Te,ve,De;return j=new Pe({props:{title:"Pipeline blocks",local:"pipeline-blocks",headingTag:"h1"}}),F=new Pe({props:{title:"ModularPipelineBlocks",local:"diffusers.ModularPipelineBlocks",headingTag:"h2"}}),W=new q({props:{name:"class diffusers.ModularPipelineBlocks",anchor:"diffusers.ModularPipelineBlocks",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L231"}}),S=new He({props:{warning:!0,$$slots:{default:[Mt]},$$scope:{ctx:L}}}),G=new q({props:{name:"combine_inputs",anchor:"diffusers.ModularPipelineBlocks.combine_inputs",parameters:[{name:"*named_input_lists",val:": typing.List[typing.Tuple[str, typing.List[diffusers.modular_pipelines.modular_pipeline_utils.InputParam]]]"}],parametersDescription:[{anchor:"diffusers.ModularPipelineBlocks.combine_inputs.named_input_lists",description:"<strong>named_input_lists</strong> &#x2014; List of tuples containing (block_name, input_param_list) pairs",name:"named_input_lists"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L440",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Combined list of unique InputParam objects</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p>List[InputParam]</p>
`}}),U=new q({props:{name:"combine_outputs",anchor:"diffusers.ModularPipelineBlocks.combine_outputs",parameters:[{name:"*named_output_lists",val:": typing.List[typing.Tuple[str, typing.List[diffusers.modular_pipelines.modular_pipeline_utils.OutputParam]]]"}],parametersDescription:[{anchor:"diffusers.ModularPipelineBlocks.combine_outputs.named_output_lists",description:"<strong>named_output_lists</strong> &#x2014; List of tuples containing (block_name, output_param_list) pairs",name:"named_output_lists"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L483",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>Combined list of unique OutputParam objects</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p>List[OutputParam]</p>
`}}),R=new q({props:{name:"get_block_state",anchor:"diffusers.ModularPipelineBlocks.get_block_state",parameters:[{name:"state",val:": PipelineState"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L383"}}),J=new q({props:{name:"init_pipeline",anchor:"diffusers.ModularPipelineBlocks.init_pipeline",parameters:[{name:"pretrained_model_name_or_path",val:": typing.Union[str, os.PathLike, NoneType] = None"},{name:"components_manager",val:": typing.Optional[diffusers.modular_pipelines.components_manager.ComponentsManager] = None"},{name:"collection",val:": typing.Optional[str] = None"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L362"}}),K=new Pe({props:{title:"SequentialPipelineBlocks",local:"diffusers.modular_pipelines.SequentialPipelineBlocks",headingTag:"h2"}}),Q=new q({props:{name:"class diffusers.modular_pipelines.SequentialPipelineBlocks",anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks",parameters:[],parametersDescription:[{anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.block_classes",description:"<strong>block_classes</strong> &#x2014; List of block classes to be used",name:"block_classes"},{anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.block_names",description:"<strong>block_names</strong> &#x2014; List of prefixes for each block",name:"block_names"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L791"}}),I=new He({props:{warning:!0,$$slots:{default:[qt]},$$scope:{ctx:L}}}),X=new q({props:{name:"from_blocks_dict",anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.from_blocks_dict",parameters:[{name:"blocks_dict",val:": typing.Dict[str, typing.Any]"},{name:"description",val:": typing.Optional[str] = None"}],parametersDescription:[{anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.from_blocks_dict.blocks_dict",description:"<strong>blocks_dict</strong> &#x2014; Dictionary mapping block names to block classes or instances",name:"blocks_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L839",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A new SequentialPipelineBlocks instance</p>
`}}),Y=new Pe({props:{title:"LoopSequentialPipelineBlocks",local:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks",headingTag:"h2"}}),Z=new q({props:{name:"class diffusers.modular_pipelines.LoopSequentialPipelineBlocks",anchor:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks",parameters:[],parametersDescription:[{anchor:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks.block_classes",description:"<strong>block_classes</strong> &#x2014; List of block classes to be used",name:"block_classes"},{anchor:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks.block_names",description:"<strong>block_names</strong> &#x2014; List of prefixes for each block",name:"block_names"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L1150"}}),V=new He({props:{warning:!0,$$slots:{default:[St]},$$scope:{ctx:L}}}),ee=new q({props:{name:"from_blocks_dict",anchor:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks.from_blocks_dict",parameters:[{name:"blocks_dict",val:": typing.Dict[str, typing.Any]"}],parametersDescription:[{anchor:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks.from_blocks_dict.blocks_dict",description:"<strong>blocks_dict</strong> &#x2014; Dictionary mapping block names to block instances",name:"blocks_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L1306",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A new LoopSequentialPipelineBlocks instance</p>
`}}),te=new Pe({props:{title:"AutoPipelineBlocks",local:"diffusers.modular_pipelines.AutoPipelineBlocks",headingTag:"h2"}}),ne=new q({props:{name:"class diffusers.modular_pipelines.AutoPipelineBlocks",anchor:"diffusers.modular_pipelines.AutoPipelineBlocks",parameters:[],parametersDescription:[{anchor:"diffusers.modular_pipelines.AutoPipelineBlocks.block_classes",description:"<strong>block_classes</strong> &#x2014; List of block classes to be used",name:"block_classes"},{anchor:"diffusers.modular_pipelines.AutoPipelineBlocks.block_names",description:"<strong>block_names</strong> &#x2014; List of prefixes for each block",name:"block_names"},{anchor:"diffusers.modular_pipelines.AutoPipelineBlocks.block_trigger_inputs",description:"<strong>block_trigger_inputs</strong> &#x2014; List of input names that trigger specific blocks, with None for default",name:"block_trigger_inputs"}],source:"https://github.com/huggingface/diffusers/blob/vr_12403/src/diffusers/modular_pipelines/modular_pipeline.py#L530"}}),O=new He({props:{warning:!0,$$slots:{default:[Tt]},$$scope:{ctx:L}}}),se=new wt({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/modular_diffusers/pipeline_blocks.md"}}),{c(){n=o("meta"),k=i(),p=o("p"),B=i(),d(j.$$.fragment),xe=i(),d(F.$$.fragment),Be=i(),c=o("div"),d(W.$$.fragment),Ne=i(),oe=o("p"),oe.textContent=pt,Oe=i(),ae=o("p"),ae.innerHTML=ut,ze=i(),d(S.$$.fragment),je=i(),T=o("div"),d(G.$$.fragment),Fe=i(),pe=o("p"),pe.textContent=ct,We=i(),D=o("div"),d(U.$$.fragment),Ge=i(),ue=o("p"),ue.textContent=dt,Ue=i(),A=o("div"),d(R.$$.fragment),Re=i(),ce=o("p"),ce.textContent=ft,Je=i(),E=o("div"),d(J.$$.fragment),Ke=i(),de=o("p"),de.textContent=mt,Ce=i(),d(K.$$.fragment),ye=i(),v=o("div"),d(Q.$$.fragment),Qe=i(),fe=o("p"),fe.textContent=gt,Xe=i(),me=o("p"),me.innerHTML=_t,Ye=i(),d(I.$$.fragment),Ze=i(),H=o("div"),d(X.$$.fragment),et=i(),ge=o("p"),ge.textContent=$t,Le=i(),d(Y.$$.fragment),we=i(),P=o("div"),d(Z.$$.fragment),tt=i(),_e=o("p"),_e.textContent=bt,nt=i(),$e=o("p"),$e.innerHTML=ht,st=i(),d(V.$$.fragment),it=i(),N=o("div"),d(ee.$$.fragment),lt=i(),be=o("p"),be.textContent=kt,Me=i(),d(te.$$.fragment),qe=i(),x=o("div"),d(ne.$$.fragment),rt=i(),he=o("p"),he.textContent=vt,ot=i(),ke=o("p"),ke.innerHTML=Pt,at=i(),d(O.$$.fragment),Se=i(),d(se.$$.fragment),Te=i(),ve=o("p"),this.h()},l(e){const s=Lt("svelte-u9bgzb",document.head);n=a(s,"META",{name:!0,content:!0}),s.forEach(r),k=l(e),p=a(e,"P",{}),C(p).forEach(r),B=l(e),f(j.$$.fragment,e),xe=l(e),f(F.$$.fragment,e),Be=l(e),c=a(e,"DIV",{class:!0});var b=C(c);f(W.$$.fragment,b),Ne=l(b),oe=a(b,"P",{"data-svelte-h":!0}),h(oe)!=="svelte-1ybinb5"&&(oe.textContent=pt),Oe=l(b),ae=a(b,"P",{"data-svelte-h":!0}),h(ae)!=="svelte-5ypum0"&&(ae.innerHTML=ut),ze=l(b),f(S.$$.fragment,b),je=l(b),T=a(b,"DIV",{class:!0});var ie=C(T);f(G.$$.fragment,ie),Fe=l(ie),pe=a(ie,"P",{"data-svelte-h":!0}),h(pe)!=="svelte-dsbw8b"&&(pe.textContent=ct),ie.forEach(r),We=l(b),D=a(b,"DIV",{class:!0});var le=C(D);f(U.$$.fragment,le),Ge=l(le),ue=a(le,"P",{"data-svelte-h":!0}),h(ue)!=="svelte-1vgldo9"&&(ue.textContent=dt),le.forEach(r),Ue=l(b),A=a(b,"DIV",{class:!0});var re=C(A);f(R.$$.fragment,re),Re=l(re),ce=a(re,"P",{"data-svelte-h":!0}),h(ce)!=="svelte-ns4rx6"&&(ce.textContent=ft),re.forEach(r),Je=l(b),E=a(b,"DIV",{class:!0});var Ae=C(E);f(J.$$.fragment,Ae),Ke=l(Ae),de=a(Ae,"P",{"data-svelte-h":!0}),h(de)!=="svelte-15wihnx"&&(de.textContent=mt),Ae.forEach(r),b.forEach(r),Ce=l(e),f(K.$$.fragment,e),ye=l(e),v=a(e,"DIV",{class:!0});var w=C(v);f(Q.$$.fragment,w),Qe=l(w),fe=a(w,"P",{"data-svelte-h":!0}),h(fe)!=="svelte-h3uxr5"&&(fe.textContent=gt),Xe=l(w),me=a(w,"P",{"data-svelte-h":!0}),h(me)!=="svelte-14eh8ti"&&(me.innerHTML=_t),Ye=l(w),f(I.$$.fragment,w),Ze=l(w),H=a(w,"DIV",{class:!0});var Ee=C(H);f(X.$$.fragment,Ee),et=l(Ee),ge=a(Ee,"P",{"data-svelte-h":!0}),h(ge)!=="svelte-xcg3si"&&(ge.textContent=$t),Ee.forEach(r),w.forEach(r),Le=l(e),f(Y.$$.fragment,e),we=l(e),P=a(e,"DIV",{class:!0});var M=C(P);f(Z.$$.fragment,M),tt=l(M),_e=a(M,"P",{"data-svelte-h":!0}),h(_e)!=="svelte-2g3rr3"&&(_e.textContent=bt),nt=l(M),$e=a(M,"P",{"data-svelte-h":!0}),h($e)!=="svelte-14eh8ti"&&($e.innerHTML=ht),st=l(M),f(V.$$.fragment,M),it=l(M),N=a(M,"DIV",{class:!0});var Ie=C(N);f(ee.$$.fragment,Ie),lt=l(Ie),be=a(Ie,"P",{"data-svelte-h":!0}),h(be)!=="svelte-136wcu4"&&(be.textContent=kt),Ie.forEach(r),M.forEach(r),Me=l(e),f(te.$$.fragment,e),qe=l(e),x=a(e,"DIV",{class:!0});var z=C(x);f(ne.$$.fragment,z),rt=l(z),he=a(z,"P",{"data-svelte-h":!0}),h(he)!=="svelte-59lz4"&&(he.textContent=vt),ot=l(z),ke=a(z,"P",{"data-svelte-h":!0}),h(ke)!=="svelte-14eh8ti"&&(ke.innerHTML=Pt),at=l(z),f(O.$$.fragment,z),z.forEach(r),Se=l(e),f(se.$$.fragment,e),Te=l(e),ve=a(e,"P",{}),C(ve).forEach(r),this.h()},h(){y(n,"name","hf:doc:metadata"),y(n,"content",At),y(T,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(D,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(A,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(E,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(c,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(H,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(v,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(N,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(P,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),y(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,s){t(document.head,n),u(e,k,s),u(e,p,s),u(e,B,s),m(j,e,s),u(e,xe,s),m(F,e,s),u(e,Be,s),u(e,c,s),m(W,c,null),t(c,Ne),t(c,oe),t(c,Oe),t(c,ae),t(c,ze),m(S,c,null),t(c,je),t(c,T),m(G,T,null),t(T,Fe),t(T,pe),t(c,We),t(c,D),m(U,D,null),t(D,Ge),t(D,ue),t(c,Ue),t(c,A),m(R,A,null),t(A,Re),t(A,ce),t(c,Je),t(c,E),m(J,E,null),t(E,Ke),t(E,de),u(e,Ce,s),m(K,e,s),u(e,ye,s),u(e,v,s),m(Q,v,null),t(v,Qe),t(v,fe),t(v,Xe),t(v,me),t(v,Ye),m(I,v,null),t(v,Ze),t(v,H),m(X,H,null),t(H,et),t(H,ge),u(e,Le,s),m(Y,e,s),u(e,we,s),u(e,P,s),m(Z,P,null),t(P,tt),t(P,_e),t(P,nt),t(P,$e),t(P,st),m(V,P,null),t(P,it),t(P,N),m(ee,N,null),t(N,lt),t(N,be),u(e,Me,s),m(te,e,s),u(e,qe,s),u(e,x,s),m(ne,x,null),t(x,rt),t(x,he),t(x,ot),t(x,ke),t(x,at),m(O,x,null),u(e,Se,s),m(se,e,s),u(e,Te,s),u(e,ve,s),De=!0},p(e,[s]){const b={};s&2&&(b.$$scope={dirty:s,ctx:e}),S.$set(b);const ie={};s&2&&(ie.$$scope={dirty:s,ctx:e}),I.$set(ie);const le={};s&2&&(le.$$scope={dirty:s,ctx:e}),V.$set(le);const re={};s&2&&(re.$$scope={dirty:s,ctx:e}),O.$set(re)},i(e){De||(g(j.$$.fragment,e),g(F.$$.fragment,e),g(W.$$.fragment,e),g(S.$$.fragment,e),g(G.$$.fragment,e),g(U.$$.fragment,e),g(R.$$.fragment,e),g(J.$$.fragment,e),g(K.$$.fragment,e),g(Q.$$.fragment,e),g(I.$$.fragment,e),g(X.$$.fragment,e),g(Y.$$.fragment,e),g(Z.$$.fragment,e),g(V.$$.fragment,e),g(ee.$$.fragment,e),g(te.$$.fragment,e),g(ne.$$.fragment,e),g(O.$$.fragment,e),g(se.$$.fragment,e),De=!0)},o(e){_(j.$$.fragment,e),_(F.$$.fragment,e),_(W.$$.fragment,e),_(S.$$.fragment,e),_(G.$$.fragment,e),_(U.$$.fragment,e),_(R.$$.fragment,e),_(J.$$.fragment,e),_(K.$$.fragment,e),_(Q.$$.fragment,e),_(I.$$.fragment,e),_(X.$$.fragment,e),_(Y.$$.fragment,e),_(Z.$$.fragment,e),_(V.$$.fragment,e),_(ee.$$.fragment,e),_(te.$$.fragment,e),_(ne.$$.fragment,e),_(O.$$.fragment,e),_(se.$$.fragment,e),De=!1},d(e){e&&(r(k),r(p),r(B),r(xe),r(Be),r(c),r(Ce),r(ye),r(v),r(Le),r(we),r(P),r(Me),r(qe),r(x),r(Se),r(Te),r(ve)),r(n),$(j,e),$(F,e),$(W),$(S),$(G),$(U),$(R),$(J),$(K,e),$(Q),$(I),$(X),$(Y,e),$(Z),$(V),$(ee),$(te,e),$(ne),$(O),$(se,e)}}}const At='{"title":"Pipeline blocks","local":"pipeline-blocks","sections":[{"title":"ModularPipelineBlocks","local":"diffusers.ModularPipelineBlocks","sections":[],"depth":2},{"title":"SequentialPipelineBlocks","local":"diffusers.modular_pipelines.SequentialPipelineBlocks","sections":[],"depth":2},{"title":"LoopSequentialPipelineBlocks","local":"diffusers.modular_pipelines.LoopSequentialPipelineBlocks","sections":[],"depth":2},{"title":"AutoPipelineBlocks","local":"diffusers.modular_pipelines.AutoPipelineBlocks","sections":[],"depth":2}],"depth":1}';function Et(L){return Bt(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class zt extends Ct{constructor(n){super(),yt(this,n,Et,Dt,xt,{})}}export{zt as component};

Xet Storage Details

Size:
18.9 kB
·
Xet hash:
5e68ce03217222948d1ac0a812c270264693edf466b7ce39954e4bca5e454b5a

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