Buckets:
| import{s as Ft,n as Kt,o as Qt}from"../chunks/scheduler.53228c21.js";import{S as Wt,i as Rt,e as s,s as n,c as p,h as Jt,a as l,d as r,b as i,f as x,g as c,j as g,k as $,l as t,m as _,n as u,t as d,o as m,p as f}from"../chunks/index.100fac89.js";import{C as Xt}from"../chunks/CopyLLMTxtMenu.9bd2f8ad.js";import{D as C}from"../chunks/Docstring.9e9fdc80.js";import{H as re,E as Yt}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.4792a202.js";function Zt(yt){let L,we,Ce,Le,O,qe,A,Me,H,Te,a,V,We,oe,Ct=`Base class for all Pipeline Blocks: ConditionalPipelineBlocks, AutoPipelineBlocks, SequentialPipelineBlocks, | |
| LoopSequentialPipelineBlocks`,Re,ae,Bt='<a href="/docs/diffusers/pr_12979/en/api/modular_diffusers/pipeline_blocks#diffusers.ModularPipelineBlocks">ModularPipelineBlocks</a> provides method to load and save the definition of pipeline blocks.',Je,N,wt="<p>> This is an experimental feature and is likely to change in the future.</p>",Xe,q,j,Ye,pe,Lt=`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.`,Ze,M,z,et,ce,qt=`Combines multiple lists of OutputParam objects from different blocks. For duplicate outputs, keeps the first | |
| occurrence of each output name.`,tt,T,G,nt,ue,Mt="Get all inputs and intermediates in one dictionary",it,S,U,st,de,Tt="create a ModularPipeline, optionally accept pretrained_model_name_or_path to load from hub.",Se,F,De,b,K,lt,me,St=`A Pipeline Blocks that combines multiple pipeline block classes into one. When called, it will call each block in | |
| sequence.`,rt,fe,Dt=`This class inherits from <a href="/docs/diffusers/pr_12979/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.)`,ot,Q,Et="<p>> This is an experimental feature and is likely to change in the future.</p>",at,D,W,pt,ge,It="Creates a SequentialPipelineBlocks instance from a dictionary of blocks.",ct,h,R,ut,_e,Ot="Get the blocks that would execute given the specified inputs.",dt,be,At="Example:",mt,J,ft,$e,Ht="image=image)",gt,X,Ee,Y,Ie,v,Z,_t,he,Vt=`A Pipeline blocks that combines multiple pipeline block classes into a For Loop. When called, it will call each | |
| block in sequence.`,bt,ke,Nt=`This class inherits from <a href="/docs/diffusers/pr_12979/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.)`,$t,ee,jt="<p>> This is an experimental feature and is likely to change in the future.</p>",ht,E,te,kt,ve,zt="Creates a LoopSequentialPipelineBlocks instance from a dictionary of blocks.",Oe,ne,Ae,B,ie,vt,xe,Gt="A Pipeline Blocks that automatically selects a block to run based on the presence of trigger inputs.",xt,I,se,Pt,Pe,Ut="Select block based on which trigger input is present (not None).",He,le,Ve,Be,Ne;return O=new Xt({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),A=new re({props:{title:"Pipeline blocks",local:"pipeline-blocks",headingTag:"h1"}}),H=new re({props:{title:"ModularPipelineBlocks",local:"diffusers.ModularPipelineBlocks",headingTag:"h2"}}),V=new C({props:{name:"class diffusers.ModularPipelineBlocks",anchor:"diffusers.ModularPipelineBlocks",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L234"}}),j=new C({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> — List of tuples containing (block_name, input_param_list) pairs",name:"named_input_lists"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L438",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> | |
| `}}),z=new C({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> — List of tuples containing (block_name, output_param_list) pairs",name:"named_output_lists"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L481",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> | |
| `}}),G=new C({props:{name:"get_block_state",anchor:"diffusers.ModularPipelineBlocks.get_block_state",parameters:[{name:"state",val:": PipelineState"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L381"}}),U=new C({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_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L360"}}),F=new re({props:{title:"SequentialPipelineBlocks",local:"diffusers.modular_pipelines.SequentialPipelineBlocks",headingTag:"h2"}}),K=new C({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> — List of block classes to be used",name:"block_classes"},{anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.block_names",description:"<strong>block_names</strong> — List of prefixes for each block",name:"block_names"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L813"}}),W=new C({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> — Dictionary mapping block names to block classes or instances",name:"blocks_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L857",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>A new SequentialPipelineBlocks instance</p> | |
| `}}),R=new C({props:{name:"get_execution_blocks",anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.get_execution_blocks",parameters:[{name:"**kwargs",val:""}],parametersDescription:[{anchor:"diffusers.modular_pipelines.SequentialPipelineBlocks.get_execution_blocks.*kwargs",description:`*<strong>*kwargs</strong> — Input names and values. Only trigger inputs affect block selection. | |
| Pass any inputs that would be non-None at runtime.`,name:"*kwargs"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L1060",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>SequentialPipelineBlocks containing only the blocks that would execute</p> | |
| `}}),J=new re({props:{title:"Get blocks for inpainting workflow blocks = pipeline.get_execution_blocks(prompt=“a cat”, mask=mask,",local:"get-blocks-for-inpainting-workflow-blocks--pipelinegetexecutionblocksprompta-cat-maskmask",headingTag:"h1"}}),X=new re({props:{title:"Get blocks for text2image workflow blocks = pipeline.get_execution_blocks(prompt=“a cat”)",local:"get-blocks-for-text2image-workflow-blocks--pipelinegetexecutionblocksprompta-cat",headingTag:"h1"}}),Y=new re({props:{title:"LoopSequentialPipelineBlocks",local:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks",headingTag:"h2"}}),Z=new C({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> — List of block classes to be used",name:"block_classes"},{anchor:"diffusers.modular_pipelines.LoopSequentialPipelineBlocks.block_names",description:"<strong>block_names</strong> — List of prefixes for each block",name:"block_names"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L1159"}}),te=new C({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> — Dictionary mapping block names to block instances",name:"blocks_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L1313",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>A new LoopSequentialPipelineBlocks instance</p> | |
| `}}),ne=new re({props:{title:"AutoPipelineBlocks",local:"diffusers.modular_pipelines.AutoPipelineBlocks",headingTag:"h2"}}),ie=new C({props:{name:"class diffusers.modular_pipelines.AutoPipelineBlocks",anchor:"diffusers.modular_pipelines.AutoPipelineBlocks",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L784"}}),se=new C({props:{name:"select_block",anchor:"diffusers.modular_pipelines.AutoPipelineBlocks.select_block",parameters:[{name:"**kwargs",val:""}],source:"https://github.com/huggingface/diffusers/blob/vr_12979/src/diffusers/modular_pipelines/modular_pipeline.py#L805"}}),le=new Yt({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/modular_diffusers/pipeline_blocks.md"}}),{c(){L=s("meta"),we=n(),Ce=s("p"),Le=n(),p(O.$$.fragment),qe=n(),p(A.$$.fragment),Me=n(),p(H.$$.fragment),Te=n(),a=s("div"),p(V.$$.fragment),We=n(),oe=s("p"),oe.textContent=Ct,Re=n(),ae=s("p"),ae.innerHTML=Bt,Je=n(),N=s("blockquote"),N.innerHTML=wt,Xe=n(),q=s("div"),p(j.$$.fragment),Ye=n(),pe=s("p"),pe.textContent=Lt,Ze=n(),M=s("div"),p(z.$$.fragment),et=n(),ce=s("p"),ce.textContent=qt,tt=n(),T=s("div"),p(G.$$.fragment),nt=n(),ue=s("p"),ue.textContent=Mt,it=n(),S=s("div"),p(U.$$.fragment),st=n(),de=s("p"),de.textContent=Tt,Se=n(),p(F.$$.fragment),De=n(),b=s("div"),p(K.$$.fragment),lt=n(),me=s("p"),me.textContent=St,rt=n(),fe=s("p"),fe.innerHTML=Dt,ot=n(),Q=s("blockquote"),Q.innerHTML=Et,at=n(),D=s("div"),p(W.$$.fragment),pt=n(),ge=s("p"),ge.textContent=It,ct=n(),h=s("div"),p(R.$$.fragment),ut=n(),_e=s("p"),_e.textContent=Ot,dt=n(),be=s("p"),be.textContent=At,mt=n(),p(J.$$.fragment),ft=n(),$e=s("p"),$e.textContent=Ht,gt=n(),p(X.$$.fragment),Ee=n(),p(Y.$$.fragment),Ie=n(),v=s("div"),p(Z.$$.fragment),_t=n(),he=s("p"),he.textContent=Vt,bt=n(),ke=s("p"),ke.innerHTML=Nt,$t=n(),ee=s("blockquote"),ee.innerHTML=jt,ht=n(),E=s("div"),p(te.$$.fragment),kt=n(),ve=s("p"),ve.textContent=zt,Oe=n(),p(ne.$$.fragment),Ae=n(),B=s("div"),p(ie.$$.fragment),vt=n(),xe=s("p"),xe.textContent=Gt,xt=n(),I=s("div"),p(se.$$.fragment),Pt=n(),Pe=s("p"),Pe.textContent=Ut,He=n(),p(le.$$.fragment),Ve=n(),Be=s("p"),this.h()},l(e){const o=Jt("svelte-u9bgzb",document.head);L=l(o,"META",{name:!0,content:!0}),o.forEach(r),we=i(e),Ce=l(e,"P",{}),x(Ce).forEach(r),Le=i(e),c(O.$$.fragment,e),qe=i(e),c(A.$$.fragment,e),Me=i(e),c(H.$$.fragment,e),Te=i(e),a=l(e,"DIV",{class:!0});var k=x(a);c(V.$$.fragment,k),We=i(k),oe=l(k,"P",{"data-svelte-h":!0}),g(oe)!=="svelte-1ycswam"&&(oe.textContent=Ct),Re=i(k),ae=l(k,"P",{"data-svelte-h":!0}),g(ae)!=="svelte-c7gite"&&(ae.innerHTML=Bt),Je=i(k),N=l(k,"BLOCKQUOTE",{class:!0,"data-svelte-h":!0}),g(N)!=="svelte-1o9sbyc"&&(N.innerHTML=wt),Xe=i(k),q=l(k,"DIV",{class:!0});var je=x(q);c(j.$$.fragment,je),Ye=i(je),pe=l(je,"P",{"data-svelte-h":!0}),g(pe)!=="svelte-dsbw8b"&&(pe.textContent=Lt),je.forEach(r),Ze=i(k),M=l(k,"DIV",{class:!0});var ze=x(M);c(z.$$.fragment,ze),et=i(ze),ce=l(ze,"P",{"data-svelte-h":!0}),g(ce)!=="svelte-1vgldo9"&&(ce.textContent=qt),ze.forEach(r),tt=i(k),T=l(k,"DIV",{class:!0});var Ge=x(T);c(G.$$.fragment,Ge),nt=i(Ge),ue=l(Ge,"P",{"data-svelte-h":!0}),g(ue)!=="svelte-ns4rx6"&&(ue.textContent=Mt),Ge.forEach(r),it=i(k),S=l(k,"DIV",{class:!0});var Ue=x(S);c(U.$$.fragment,Ue),st=i(Ue),de=l(Ue,"P",{"data-svelte-h":!0}),g(de)!=="svelte-1yo5cz6"&&(de.textContent=Tt),Ue.forEach(r),k.forEach(r),Se=i(e),c(F.$$.fragment,e),De=i(e),b=l(e,"DIV",{class:!0});var P=x(b);c(K.$$.fragment,P),lt=i(P),me=l(P,"P",{"data-svelte-h":!0}),g(me)!=="svelte-h3uxr5"&&(me.textContent=St),rt=i(P),fe=l(P,"P",{"data-svelte-h":!0}),g(fe)!=="svelte-1wf4nec"&&(fe.innerHTML=Dt),ot=i(P),Q=l(P,"BLOCKQUOTE",{class:!0,"data-svelte-h":!0}),g(Q)!=="svelte-1o9sbyc"&&(Q.innerHTML=Et),at=i(P),D=l(P,"DIV",{class:!0});var Fe=x(D);c(W.$$.fragment,Fe),pt=i(Fe),ge=l(Fe,"P",{"data-svelte-h":!0}),g(ge)!=="svelte-xcg3si"&&(ge.textContent=It),Fe.forEach(r),ct=i(P),h=l(P,"DIV",{class:!0});var y=x(h);c(R.$$.fragment,y),ut=i(y),_e=l(y,"P",{"data-svelte-h":!0}),g(_e)!=="svelte-1nx5f4z"&&(_e.textContent=Ot),dt=i(y),be=l(y,"P",{"data-svelte-h":!0}),g(be)!=="svelte-11lpom8"&&(be.textContent=At),mt=i(y),c(J.$$.fragment,y),ft=i(y),$e=l(y,"P",{"data-svelte-h":!0}),g($e)!=="svelte-1dwox28"&&($e.textContent=Ht),gt=i(y),c(X.$$.fragment,y),y.forEach(r),P.forEach(r),Ee=i(e),c(Y.$$.fragment,e),Ie=i(e),v=l(e,"DIV",{class:!0});var w=x(v);c(Z.$$.fragment,w),_t=i(w),he=l(w,"P",{"data-svelte-h":!0}),g(he)!=="svelte-2g3rr3"&&(he.textContent=Vt),bt=i(w),ke=l(w,"P",{"data-svelte-h":!0}),g(ke)!=="svelte-1wf4nec"&&(ke.innerHTML=Nt),$t=i(w),ee=l(w,"BLOCKQUOTE",{class:!0,"data-svelte-h":!0}),g(ee)!=="svelte-1o9sbyc"&&(ee.innerHTML=jt),ht=i(w),E=l(w,"DIV",{class:!0});var Ke=x(E);c(te.$$.fragment,Ke),kt=i(Ke),ve=l(Ke,"P",{"data-svelte-h":!0}),g(ve)!=="svelte-136wcu4"&&(ve.textContent=zt),Ke.forEach(r),w.forEach(r),Oe=i(e),c(ne.$$.fragment,e),Ae=i(e),B=l(e,"DIV",{class:!0});var ye=x(B);c(ie.$$.fragment,ye),vt=i(ye),xe=l(ye,"P",{"data-svelte-h":!0}),g(xe)!=="svelte-bjnl0y"&&(xe.textContent=Gt),xt=i(ye),I=l(ye,"DIV",{class:!0});var Qe=x(I);c(se.$$.fragment,Qe),Pt=i(Qe),Pe=l(Qe,"P",{"data-svelte-h":!0}),g(Pe)!=="svelte-zbepm1"&&(Pe.textContent=Ut),Qe.forEach(r),ye.forEach(r),He=i(e),c(le.$$.fragment,e),Ve=i(e),Be=l(e,"P",{}),x(Be).forEach(r),this.h()},h(){$(L,"name","hf:doc:metadata"),$(L,"content",en),$(N,"class","warning"),$(q,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(M,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(T,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(a,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(Q,"class","warning"),$(D,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(h,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(b,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(ee,"class","warning"),$(E,"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"),$(I,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),$(B,"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){t(document.head,L),_(e,we,o),_(e,Ce,o),_(e,Le,o),u(O,e,o),_(e,qe,o),u(A,e,o),_(e,Me,o),u(H,e,o),_(e,Te,o),_(e,a,o),u(V,a,null),t(a,We),t(a,oe),t(a,Re),t(a,ae),t(a,Je),t(a,N),t(a,Xe),t(a,q),u(j,q,null),t(q,Ye),t(q,pe),t(a,Ze),t(a,M),u(z,M,null),t(M,et),t(M,ce),t(a,tt),t(a,T),u(G,T,null),t(T,nt),t(T,ue),t(a,it),t(a,S),u(U,S,null),t(S,st),t(S,de),_(e,Se,o),u(F,e,o),_(e,De,o),_(e,b,o),u(K,b,null),t(b,lt),t(b,me),t(b,rt),t(b,fe),t(b,ot),t(b,Q),t(b,at),t(b,D),u(W,D,null),t(D,pt),t(D,ge),t(b,ct),t(b,h),u(R,h,null),t(h,ut),t(h,_e),t(h,dt),t(h,be),t(h,mt),u(J,h,null),t(h,ft),t(h,$e),t(h,gt),u(X,h,null),_(e,Ee,o),u(Y,e,o),_(e,Ie,o),_(e,v,o),u(Z,v,null),t(v,_t),t(v,he),t(v,bt),t(v,ke),t(v,$t),t(v,ee),t(v,ht),t(v,E),u(te,E,null),t(E,kt),t(E,ve),_(e,Oe,o),u(ne,e,o),_(e,Ae,o),_(e,B,o),u(ie,B,null),t(B,vt),t(B,xe),t(B,xt),t(B,I),u(se,I,null),t(I,Pt),t(I,Pe),_(e,He,o),u(le,e,o),_(e,Ve,o),_(e,Be,o),Ne=!0},p:Kt,i(e){Ne||(d(O.$$.fragment,e),d(A.$$.fragment,e),d(H.$$.fragment,e),d(V.$$.fragment,e),d(j.$$.fragment,e),d(z.$$.fragment,e),d(G.$$.fragment,e),d(U.$$.fragment,e),d(F.$$.fragment,e),d(K.$$.fragment,e),d(W.$$.fragment,e),d(R.$$.fragment,e),d(J.$$.fragment,e),d(X.$$.fragment,e),d(Y.$$.fragment,e),d(Z.$$.fragment,e),d(te.$$.fragment,e),d(ne.$$.fragment,e),d(ie.$$.fragment,e),d(se.$$.fragment,e),d(le.$$.fragment,e),Ne=!0)},o(e){m(O.$$.fragment,e),m(A.$$.fragment,e),m(H.$$.fragment,e),m(V.$$.fragment,e),m(j.$$.fragment,e),m(z.$$.fragment,e),m(G.$$.fragment,e),m(U.$$.fragment,e),m(F.$$.fragment,e),m(K.$$.fragment,e),m(W.$$.fragment,e),m(R.$$.fragment,e),m(J.$$.fragment,e),m(X.$$.fragment,e),m(Y.$$.fragment,e),m(Z.$$.fragment,e),m(te.$$.fragment,e),m(ne.$$.fragment,e),m(ie.$$.fragment,e),m(se.$$.fragment,e),m(le.$$.fragment,e),Ne=!1},d(e){e&&(r(we),r(Ce),r(Le),r(qe),r(Me),r(Te),r(a),r(Se),r(De),r(b),r(Ee),r(Ie),r(v),r(Oe),r(Ae),r(B),r(He),r(Ve),r(Be)),r(L),f(O,e),f(A,e),f(H,e),f(V),f(j),f(z),f(G),f(U),f(F,e),f(K),f(W),f(R),f(J),f(X),f(Y,e),f(Z),f(te),f(ne,e),f(ie),f(se),f(le,e)}}}const en='{"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}],"depth":1}';function tn(yt){return Qt(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class an extends Wt{constructor(L){super(),Rt(this,L,tn,Zt,Ft,{})}}export{an as component}; | |
Xet Storage Details
- Size:
- 19.8 kB
- Xet hash:
- f8adf4fc7874b257d3572a866ce697b3504d2eaff7fc3fff2078062902bd2515
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.