Buckets:
| import{s as et,o as tt,n as st}from"../chunks/scheduler.8c3d61f6.js";import{S as nt,i as it,g as o,s as i,r as p,A as rt,h as a,f as t,c as r,j as x,u as h,x as u,k as S,y as s,a as l,v as f,d as g,t as _,w as v}from"../chunks/index.da70eac4.js";import{T as ot}from"../chunks/Tip.1d9b8c37.js";import{D as L}from"../chunks/Docstring.ee4b6913.js";import{H as Ve,E as at}from"../chunks/EditOnGithub.1e64e623.js";function ct(oe){let m,P="<code>epsilon</code> in the equations for <code>c_skip</code> and <code>c_out</code> is set to <code>sigma_min</code>.";return{c(){m=o("p"),m.innerHTML=P},l(b){m=a(b,"P",{"data-svelte-h":!0}),u(m)!=="svelte-a3ozzd"&&(m.innerHTML=P)},m(b,Y){l(b,m,Y)},p:st,d(b){b&&t(m)}}}function dt(oe){let m,P,b,Y,H,ae,O,Ue='<a href="https://huggingface.co/papers/2303.01469" rel="nofollow">Consistency Models</a> by Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever introduced a multistep and onestep scheduler (Algorithm 1) that is capable of generating good samples in one or a small number of steps.',ce,E,je="The abstract from the paper is:",de,A,Ke="<em>Diffusion models have significantly advanced the fields of image, audio, and video generation, but they depend on an iterative sampling process that causes slow generation. To overcome this limitation, we propose consistency models, a new family of models that generate high quality samples by directly mapping noise to data. They support fast one-step generation by design, while still allowing multistep sampling to trade compute for sample quality. They also support zero-shot data editing, such as image inpainting, colorization, and super-resolution, without requiring explicit training on these tasks. Consistency models can be trained either by distilling pre-trained diffusion models, or as standalone generative models altogether. Through extensive experiments, we demonstrate that they outperform existing distillation techniques for diffusion models in one- and few-step sampling, achieving the new state-of-the-art FID of 3.55 on CIFAR-10 and 6.20 on ImageNet 64x64 for one-step generation. When trained in isolation, consistency models become a new family of generative models that can outperform existing one-step, non-adversarial generative models on standard benchmarks such as CIFAR-10, ImageNet 64x64 and LSUN 256x256.</em>",le,k,Ge='The original codebase can be found at <a href="https://github.com/openai/consistency_models" rel="nofollow">openai/consistency_models</a>.',me,N,ue,c,q,ye,B,Fe="Multistep and onestep sampling for consistency models.",Me,J,Re=`This model inherits from <a href="/docs/diffusers/main/en/api/schedulers/overview#diffusers.SchedulerMixin">SchedulerMixin</a> and <a href="/docs/diffusers/main/en/api/configuration#diffusers.ConfigMixin">ConfigMixin</a>. Check the superclass documentation for the generic | |
| methods the library implements for all schedulers such as loading and saving.`,Ie,$,z,Te,Q,We=`Gets the scalings used in the consistency model parameterization (from Appendix C of the | |
| <a href="https://huggingface.co/papers/2303.01469" rel="nofollow">paper</a>) to enforce boundary condition.`,we,y,De,M,V,Le,X,Ye="Scales the consistency model input by <code>(sigma**2 + sigma_data**2) ** 0.5</code>.",Pe,I,U,He,Z,Be="Sets the begin index for the scheduler. This function should be run from pipeline before the inference.",Oe,T,j,Ee,ee,Je="Sets the timesteps used for the diffusion chain (to be run before inference).",Ae,w,K,ke,te,Qe="Gets scaled timesteps from the Karras sigmas for input to the consistency model.",Ne,D,G,qe,se,Xe=`Predict the sample from the previous timestep by reversing the SDE. This function propagates the diffusion | |
| process from the learned model outputs (most often the predicted noise).`,pe,F,he,C,R,ze,ne,Ze="Output class for the scheduler’s <code>step</code> function.",fe,W,ge,re,_e;return H=new Ve({props:{title:"CMStochasticIterativeScheduler",local:"cmstochasticiterativescheduler",headingTag:"h1"}}),N=new Ve({props:{title:"CMStochasticIterativeScheduler",local:"diffusers.CMStochasticIterativeScheduler",headingTag:"h2"}}),q=new L({props:{name:"class diffusers.CMStochasticIterativeScheduler",anchor:"diffusers.CMStochasticIterativeScheduler",parameters:[{name:"num_train_timesteps",val:": int = 40"},{name:"sigma_min",val:": float = 0.002"},{name:"sigma_max",val:": float = 80.0"},{name:"sigma_data",val:": float = 0.5"},{name:"s_noise",val:": float = 1.0"},{name:"rho",val:": float = 7.0"},{name:"clip_denoised",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.num_train_timesteps",description:`<strong>num_train_timesteps</strong> (<code>int</code>, defaults to 40) — | |
| The number of diffusion steps to train the model.`,name:"num_train_timesteps"},{anchor:"diffusers.CMStochasticIterativeScheduler.sigma_min",description:`<strong>sigma_min</strong> (<code>float</code>, defaults to 0.002) — | |
| Minimum noise magnitude in the sigma schedule. Defaults to 0.002 from the original implementation.`,name:"sigma_min"},{anchor:"diffusers.CMStochasticIterativeScheduler.sigma_max",description:`<strong>sigma_max</strong> (<code>float</code>, defaults to 80.0) — | |
| Maximum noise magnitude in the sigma schedule. Defaults to 80.0 from the original implementation.`,name:"sigma_max"},{anchor:"diffusers.CMStochasticIterativeScheduler.sigma_data",description:`<strong>sigma_data</strong> (<code>float</code>, defaults to 0.5) — | |
| The standard deviation of the data distribution from the EDM | |
| <a href="https://huggingface.co/papers/2206.00364" rel="nofollow">paper</a>. Defaults to 0.5 from the original implementation.`,name:"sigma_data"},{anchor:"diffusers.CMStochasticIterativeScheduler.s_noise",description:`<strong>s_noise</strong> (<code>float</code>, defaults to 1.0) — | |
| The amount of additional noise to counteract loss of detail during sampling. A reasonable range is [1.000, | |
| 1.011]. Defaults to 1.0 from the original implementation.`,name:"s_noise"},{anchor:"diffusers.CMStochasticIterativeScheduler.rho",description:`<strong>rho</strong> (<code>float</code>, defaults to 7.0) — | |
| The parameter for calculating the Karras sigma schedule from the EDM | |
| <a href="https://huggingface.co/papers/2206.00364" rel="nofollow">paper</a>. Defaults to 7.0 from the original implementation.`,name:"rho"},{anchor:"diffusers.CMStochasticIterativeScheduler.clip_denoised",description:`<strong>clip_denoised</strong> (<code>bool</code>, defaults to <code>True</code>) — | |
| Whether to clip the denoised outputs to <code>(-1, 1)</code>.`,name:"clip_denoised"},{anchor:"diffusers.CMStochasticIterativeScheduler.timesteps",description:`<strong>timesteps</strong> (<code>List</code> or <code>np.ndarray</code> or <code>torch.Tensor</code>, <em>optional</em>) — | |
| An explicit timestep schedule that can be optionally specified. The timesteps are expected to be in | |
| increasing order.`,name:"timesteps"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L44"}}),z=new L({props:{name:"get_scalings_for_boundary_condition",anchor:"diffusers.CMStochasticIterativeScheduler.get_scalings_for_boundary_condition",parameters:[{name:"sigma",val:""}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.get_scalings_for_boundary_condition.sigma",description:`<strong>sigma</strong> (<code>torch.Tensor</code>) — | |
| The current sigma in the Karras sigma schedule.`,name:"sigma"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L267",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>A two-element tuple where <code>c_skip</code> (which weights the current sample) is the first element and <code>c_out</code> | |
| (which weights the consistency model output) is the second element.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>tuple</code></p> | |
| `}}),y=new ot({props:{$$slots:{default:[ct]},$$scope:{ctx:oe}}}),V=new L({props:{name:"scale_model_input",anchor:"diffusers.CMStochasticIterativeScheduler.scale_model_input",parameters:[{name:"sample",val:": Tensor"},{name:"timestep",val:": Union"}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.scale_model_input.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| The input sample.`,name:"sample"},{anchor:"diffusers.CMStochasticIterativeScheduler.scale_model_input.timestep",description:`<strong>timestep</strong> (<code>float</code> or <code>torch.Tensor</code>) — | |
| The current timestep in the diffusion chain.`,name:"timestep"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L129",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>A scaled input sample.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>torch.Tensor</code></p> | |
| `}}),U=new L({props:{name:"set_begin_index",anchor:"diffusers.CMStochasticIterativeScheduler.set_begin_index",parameters:[{name:"begin_index",val:": int = 0"}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.set_begin_index.begin_index",description:`<strong>begin_index</strong> (<code>int</code>) — | |
| The begin index for the scheduler.`,name:"begin_index"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L119"}}),j=new L({props:{name:"set_timesteps",anchor:"diffusers.CMStochasticIterativeScheduler.set_timesteps",parameters:[{name:"num_inference_steps",val:": Optional = None"},{name:"device",val:": Union = None"},{name:"timesteps",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.set_timesteps.num_inference_steps",description:`<strong>num_inference_steps</strong> (<code>int</code>) — | |
| The number of diffusion steps used when generating samples with a pre-trained model.`,name:"num_inference_steps"},{anchor:"diffusers.CMStochasticIterativeScheduler.set_timesteps.device",description:`<strong>device</strong> (<code>str</code> or <code>torch.device</code>, <em>optional</em>) — | |
| The device to which the timesteps should be moved to. If <code>None</code>, the timesteps are not moved.`,name:"device"},{anchor:"diffusers.CMStochasticIterativeScheduler.set_timesteps.timesteps",description:`<strong>timesteps</strong> (<code>List[int]</code>, <em>optional</em>) — | |
| Custom timesteps used to support arbitrary spacing between timesteps. If <code>None</code>, then the default | |
| timestep spacing strategy of equal spacing between timesteps is used. If <code>timesteps</code> is passed, | |
| <code>num_inference_steps</code> must be <code>None</code>.`,name:"timesteps"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L173"}}),K=new L({props:{name:"sigma_to_t",anchor:"diffusers.CMStochasticIterativeScheduler.sigma_to_t",parameters:[{name:"sigmas",val:": Union"}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.sigma_to_t.sigmas",description:`<strong>sigmas</strong> (<code>float</code> or <code>np.ndarray</code>) — | |
| A single Karras sigma or an array of Karras sigmas.`,name:"sigmas"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L154",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>A scaled input timestep or scaled input timestep array.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>float</code> or <code>np.ndarray</code></p> | |
| `}}),G=new L({props:{name:"step",anchor:"diffusers.CMStochasticIterativeScheduler.step",parameters:[{name:"model_output",val:": Tensor"},{name:"timestep",val:": Union"},{name:"sample",val:": Tensor"},{name:"generator",val:": Optional = None"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.CMStochasticIterativeScheduler.step.model_output",description:`<strong>model_output</strong> (<code>torch.Tensor</code>) — | |
| The direct output from the learned diffusion model.`,name:"model_output"},{anchor:"diffusers.CMStochasticIterativeScheduler.step.timestep",description:`<strong>timestep</strong> (<code>float</code>) — | |
| The current timestep in the diffusion chain.`,name:"timestep"},{anchor:"diffusers.CMStochasticIterativeScheduler.step.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| A current instance of a sample created by the diffusion process.`,name:"sample"},{anchor:"diffusers.CMStochasticIterativeScheduler.step.generator",description:`<strong>generator</strong> (<code>torch.Generator</code>, <em>optional</em>) — | |
| A random number generator.`,name:"generator"},{anchor:"diffusers.CMStochasticIterativeScheduler.step.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/main/en/api/schedulers/cm_stochastic_iterative#diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput">CMStochasticIterativeSchedulerOutput</a> or <code>tuple</code>.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L318",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>If return_dict is <code>True</code>, | |
| <a | |
| href="/docs/diffusers/main/en/api/schedulers/cm_stochastic_iterative#diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput" | |
| >CMStochasticIterativeSchedulerOutput</a> is returned, | |
| otherwise a tuple 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/main/en/api/schedulers/cm_stochastic_iterative#diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput" | |
| >CMStochasticIterativeSchedulerOutput</a> or <code>tuple</code></p> | |
| `}}),F=new Ve({props:{title:"CMStochasticIterativeSchedulerOutput",local:"diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput",headingTag:"h2"}}),R=new L({props:{name:"class diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput",anchor:"diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput",parameters:[{name:"prev_sample",val:": Tensor"}],parametersDescription:[{anchor:"diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput.prev_sample",description:`<strong>prev_sample</strong> (<code>torch.Tensor</code> of shape <code>(batch_size, num_channels, height, width)</code> for images) — | |
| Computed sample <code>(x_{t-1})</code> of previous timestep. <code>prev_sample</code> should be used as next model input in the | |
| denoising loop.`,name:"prev_sample"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_consistency_models.py#L30"}}),W=new at({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/schedulers/cm_stochastic_iterative.md"}}),{c(){m=o("meta"),P=i(),b=o("p"),Y=i(),p(H.$$.fragment),ae=i(),O=o("p"),O.innerHTML=Ue,ce=i(),E=o("p"),E.textContent=je,de=i(),A=o("p"),A.innerHTML=Ke,le=i(),k=o("p"),k.innerHTML=Ge,me=i(),p(N.$$.fragment),ue=i(),c=o("div"),p(q.$$.fragment),ye=i(),B=o("p"),B.textContent=Fe,Me=i(),J=o("p"),J.innerHTML=Re,Ie=i(),$=o("div"),p(z.$$.fragment),Te=i(),Q=o("p"),Q.innerHTML=We,we=i(),p(y.$$.fragment),De=i(),M=o("div"),p(V.$$.fragment),Le=i(),X=o("p"),X.innerHTML=Ye,Pe=i(),I=o("div"),p(U.$$.fragment),He=i(),Z=o("p"),Z.textContent=Be,Oe=i(),T=o("div"),p(j.$$.fragment),Ee=i(),ee=o("p"),ee.textContent=Je,Ae=i(),w=o("div"),p(K.$$.fragment),ke=i(),te=o("p"),te.textContent=Qe,Ne=i(),D=o("div"),p(G.$$.fragment),qe=i(),se=o("p"),se.textContent=Xe,pe=i(),p(F.$$.fragment),he=i(),C=o("div"),p(R.$$.fragment),ze=i(),ne=o("p"),ne.innerHTML=Ze,fe=i(),p(W.$$.fragment),ge=i(),re=o("p"),this.h()},l(e){const n=rt("svelte-u9bgzb",document.head);m=a(n,"META",{name:!0,content:!0}),n.forEach(t),P=r(e),b=a(e,"P",{}),x(b).forEach(t),Y=r(e),h(H.$$.fragment,e),ae=r(e),O=a(e,"P",{"data-svelte-h":!0}),u(O)!=="svelte-je4cvt"&&(O.innerHTML=Ue),ce=r(e),E=a(e,"P",{"data-svelte-h":!0}),u(E)!=="svelte-1cwsb16"&&(E.textContent=je),de=r(e),A=a(e,"P",{"data-svelte-h":!0}),u(A)!=="svelte-1s9qdye"&&(A.innerHTML=Ke),le=r(e),k=a(e,"P",{"data-svelte-h":!0}),u(k)!=="svelte-1ci2nab"&&(k.innerHTML=Ge),me=r(e),h(N.$$.fragment,e),ue=r(e),c=a(e,"DIV",{class:!0});var d=x(c);h(q.$$.fragment,d),ye=r(d),B=a(d,"P",{"data-svelte-h":!0}),u(B)!=="svelte-252n82"&&(B.textContent=Fe),Me=r(d),J=a(d,"P",{"data-svelte-h":!0}),u(J)!=="svelte-linuuh"&&(J.innerHTML=Re),Ie=r(d),$=a(d,"DIV",{class:!0});var ie=x($);h(z.$$.fragment,ie),Te=r(ie),Q=a(ie,"P",{"data-svelte-h":!0}),u(Q)!=="svelte-1t9pjgt"&&(Q.innerHTML=We),we=r(ie),h(y.$$.fragment,ie),ie.forEach(t),De=r(d),M=a(d,"DIV",{class:!0});var ve=x(M);h(V.$$.fragment,ve),Le=r(ve),X=a(ve,"P",{"data-svelte-h":!0}),u(X)!=="svelte-hzru6p"&&(X.innerHTML=Ye),ve.forEach(t),Pe=r(d),I=a(d,"DIV",{class:!0});var be=x(I);h(U.$$.fragment,be),He=r(be),Z=a(be,"P",{"data-svelte-h":!0}),u(Z)!=="svelte-1k141rk"&&(Z.textContent=Be),be.forEach(t),Oe=r(d),T=a(d,"DIV",{class:!0});var $e=x(T);h(j.$$.fragment,$e),Ee=r($e),ee=a($e,"P",{"data-svelte-h":!0}),u(ee)!=="svelte-qri72b"&&(ee.textContent=Je),$e.forEach(t),Ae=r(d),w=a(d,"DIV",{class:!0});var xe=x(w);h(K.$$.fragment,xe),ke=r(xe),te=a(xe,"P",{"data-svelte-h":!0}),u(te)!=="svelte-1yxdts4"&&(te.textContent=Qe),xe.forEach(t),Ne=r(d),D=a(d,"DIV",{class:!0});var Se=x(D);h(G.$$.fragment,Se),qe=r(Se),se=a(Se,"P",{"data-svelte-h":!0}),u(se)!=="svelte-hi84tp"&&(se.textContent=Xe),Se.forEach(t),d.forEach(t),pe=r(e),h(F.$$.fragment,e),he=r(e),C=a(e,"DIV",{class:!0});var Ce=x(C);h(R.$$.fragment,Ce),ze=r(Ce),ne=a(Ce,"P",{"data-svelte-h":!0}),u(ne)!=="svelte-xucjnj"&&(ne.innerHTML=Ze),Ce.forEach(t),fe=r(e),h(W.$$.fragment,e),ge=r(e),re=a(e,"P",{}),x(re).forEach(t),this.h()},h(){S(m,"name","hf:doc:metadata"),S(m,"content",lt),S($,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),S(M,"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"),S(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(w,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),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(c,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),S(C,"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){s(document.head,m),l(e,P,n),l(e,b,n),l(e,Y,n),f(H,e,n),l(e,ae,n),l(e,O,n),l(e,ce,n),l(e,E,n),l(e,de,n),l(e,A,n),l(e,le,n),l(e,k,n),l(e,me,n),f(N,e,n),l(e,ue,n),l(e,c,n),f(q,c,null),s(c,ye),s(c,B),s(c,Me),s(c,J),s(c,Ie),s(c,$),f(z,$,null),s($,Te),s($,Q),s($,we),f(y,$,null),s(c,De),s(c,M),f(V,M,null),s(M,Le),s(M,X),s(c,Pe),s(c,I),f(U,I,null),s(I,He),s(I,Z),s(c,Oe),s(c,T),f(j,T,null),s(T,Ee),s(T,ee),s(c,Ae),s(c,w),f(K,w,null),s(w,ke),s(w,te),s(c,Ne),s(c,D),f(G,D,null),s(D,qe),s(D,se),l(e,pe,n),f(F,e,n),l(e,he,n),l(e,C,n),f(R,C,null),s(C,ze),s(C,ne),l(e,fe,n),f(W,e,n),l(e,ge,n),l(e,re,n),_e=!0},p(e,[n]){const d={};n&2&&(d.$$scope={dirty:n,ctx:e}),y.$set(d)},i(e){_e||(g(H.$$.fragment,e),g(N.$$.fragment,e),g(q.$$.fragment,e),g(z.$$.fragment,e),g(y.$$.fragment,e),g(V.$$.fragment,e),g(U.$$.fragment,e),g(j.$$.fragment,e),g(K.$$.fragment,e),g(G.$$.fragment,e),g(F.$$.fragment,e),g(R.$$.fragment,e),g(W.$$.fragment,e),_e=!0)},o(e){_(H.$$.fragment,e),_(N.$$.fragment,e),_(q.$$.fragment,e),_(z.$$.fragment,e),_(y.$$.fragment,e),_(V.$$.fragment,e),_(U.$$.fragment,e),_(j.$$.fragment,e),_(K.$$.fragment,e),_(G.$$.fragment,e),_(F.$$.fragment,e),_(R.$$.fragment,e),_(W.$$.fragment,e),_e=!1},d(e){e&&(t(P),t(b),t(Y),t(ae),t(O),t(ce),t(E),t(de),t(A),t(le),t(k),t(me),t(ue),t(c),t(pe),t(he),t(C),t(fe),t(ge),t(re)),t(m),v(H,e),v(N,e),v(q),v(z),v(y),v(V),v(U),v(j),v(K),v(G),v(F,e),v(R),v(W,e)}}}const lt='{"title":"CMStochasticIterativeScheduler","local":"cmstochasticiterativescheduler","sections":[{"title":"CMStochasticIterativeScheduler","local":"diffusers.CMStochasticIterativeScheduler","sections":[],"depth":2},{"title":"CMStochasticIterativeSchedulerOutput","local":"diffusers.schedulers.scheduling_consistency_models.CMStochasticIterativeSchedulerOutput","sections":[],"depth":2}],"depth":1}';function mt(oe){return tt(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class _t extends nt{constructor(m){super(),it(this,m,mt,dt,et,{})}}export{_t as component}; | |
Xet Storage Details
- Size:
- 21.3 kB
- Xet hash:
- 1e39c924260029bb37543645ec97dee828f623651d0f7e407cbe55ca85bad1da
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.