Buckets:
| import{s as pt,o as mt,n as ht}from"../chunks/scheduler.8c3d61f6.js";import{S as ft,i as gt,g as i,s,r as m,A as _t,h as d,f as r,c as o,j as M,u as h,x as p,k as D,y as t,a as c,v as f,d as g,t as _,w as v}from"../chunks/index.589a98e8.js";import{T as vt}from"../chunks/Tip.42aa8582.js";import{D as b}from"../chunks/Docstring.27406313.js";import{H as ut,E as Mt}from"../chunks/EditOnGithub.e5a8d9cb.js";function Dt(ue){let u,I=`The algorithm and model type are decoupled. You can use either DPMSolver or DPMSolver++ for both noise | |
| prediction and data prediction models.`;return{c(){u=i("p"),u.textContent=I},l(S){u=d(S,"P",{"data-svelte-h":!0}),p(u)!=="svelte-95n5s"&&(u.textContent=I)},m(S,Z){c(S,u,Z)},p:ht,d(S){S&&r(u)}}}function St(ue){let u,I,S,Z,H,pe,q,Ze='<code>EDMDPMSolverMultistepScheduler</code> is a <a href="https://huggingface.co/papers/2206.00364" rel="nofollow">Karras formulation</a> of <code>DPMSolverMultistepScheduler</code>, a multistep scheduler from <a href="https://huggingface.co/papers/2206.00927" rel="nofollow">DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps</a> and <a href="https://huggingface.co/papers/2211.01095" rel="nofollow">DPM-Solver++: Fast Solver for Guided Sampling of Diffusion Probabilistic Models</a> by Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu.',me,V,Re=`DPMSolver (and the improved version DPMSolver++) is a fast dedicated high-order solver for diffusion ODEs with convergence order guarantee. Empirically, DPMSolver sampling with only 20 steps can generate high-quality | |
| samples, and it can generate quite good samples even in 10 steps.`,he,A,fe,n,z,we,R,Qe=`Implements DPMSolverMultistepScheduler in EDM formulation as presented in Karras et al. 2022 [1]. | |
| <code>EDMDPMSolverMultistepScheduler</code> is a fast dedicated high-order solver for diffusion ODEs.`,Ce,Q,Xe=`[1] Karras, Tero, et al. “Elucidating the Design Space of Diffusion-Based Generative Models.” | |
| <a href="https://arxiv.org/abs/2206.00364" rel="nofollow">https://arxiv.org/abs/2206.00364</a>`,Le,X,et=`This model inherits from <a href="/docs/diffusers/pr_8376/en/api/schedulers/overview#diffusers.SchedulerMixin">SchedulerMixin</a> and <a href="/docs/diffusers/pr_8376/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.`,Oe,x,k,Ie,ee,tt=`Convert the model output to the corresponding type the DPMSolver/DPMSolver++ algorithm needs. DPM-Solver is | |
| designed to discretize an integral of the noise prediction model, and DPM-Solver++ is designed to discretize an | |
| integral of the data prediction model.`,He,P,qe,T,N,Ve,te,rt="One step for the first-order DPMSolver (equivalent to DDIM).",Ae,y,F,ze,re,st="One step for the second-order multistep DPMSolver.",ke,E,j,Ne,se,ot="One step for the third-order multistep DPMSolver.",Fe,w,B,je,oe,nt=`Ensures interchangeability with schedulers that need to scale the denoising model input depending on the | |
| current timestep. Scales the denoising model input by <code>(sigma**2 + 1) ** 0.5</code> to match the Euler algorithm.`,Be,C,G,Ge,ne,it="Sets the begin index for the scheduler. This function should be run from pipeline before the inference.",We,L,W,Ke,ie,dt="Sets the discrete timesteps used for the diffusion chain (to be run before inference).",Ue,O,K,Je,de,lt=`Predict the sample from the previous timestep by reversing the SDE. This function propagates the sample with | |
| the multistep DPMSolver.`,ge,U,at="## SchedulerOutput[[diffusers.schedulers.scheduling_utils.SchedulerOutput]]",_e,$,J,Ye,le,ct="Base class for the output of a scheduler’s <code>step</code> function.",ve,Y,Me,ce,De;return H=new ut({props:{title:"EDMDPMSolverMultistepScheduler",local:"edmdpmsolvermultistepscheduler",headingTag:"h1"}}),A=new ut({props:{title:"EDMDPMSolverMultistepScheduler",local:"diffusers.EDMDPMSolverMultistepScheduler",headingTag:"h2"}}),z=new b({props:{name:"class diffusers.EDMDPMSolverMultistepScheduler",anchor:"diffusers.EDMDPMSolverMultistepScheduler",parameters:[{name:"sigma_min",val:": float = 0.002"},{name:"sigma_max",val:": float = 80.0"},{name:"sigma_data",val:": float = 0.5"},{name:"sigma_schedule",val:": str = 'karras'"},{name:"num_train_timesteps",val:": int = 1000"},{name:"prediction_type",val:": str = 'epsilon'"},{name:"rho",val:": float = 7.0"},{name:"solver_order",val:": int = 2"},{name:"thresholding",val:": bool = False"},{name:"dynamic_thresholding_ratio",val:": float = 0.995"},{name:"sample_max_value",val:": float = 1.0"},{name:"algorithm_type",val:": str = 'dpmsolver++'"},{name:"solver_type",val:": str = 'midpoint'"},{name:"lower_order_final",val:": bool = True"},{name:"euler_at_final",val:": bool = False"},{name:"final_sigmas_type",val:": Optional = 'zero'"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.sigma_min",description:`<strong>sigma_min</strong> (<code>float</code>, <em>optional</em>, defaults to 0.002) — | |
| Minimum noise magnitude in the sigma schedule. This was set to 0.002 in the EDM paper [1]; a reasonable | |
| range is [0, 10].`,name:"sigma_min"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.sigma_max",description:`<strong>sigma_max</strong> (<code>float</code>, <em>optional</em>, defaults to 80.0) — | |
| Maximum noise magnitude in the sigma schedule. This was set to 80.0 in the EDM paper [1]; a reasonable | |
| range is [0.2, 80.0].`,name:"sigma_max"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.sigma_data",description:`<strong>sigma_data</strong> (<code>float</code>, <em>optional</em>, defaults to 0.5) — | |
| The standard deviation of the data distribution. This is set to 0.5 in the EDM paper [1].`,name:"sigma_data"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.sigma_schedule",description:`<strong>sigma_schedule</strong> (<code>str</code>, <em>optional</em>, defaults to <code>karras</code>) — | |
| Sigma schedule to compute the <code>sigmas</code>. By default, we the schedule introduced in the EDM paper | |
| (<a href="https://arxiv.org/abs/2206.00364" rel="nofollow">https://arxiv.org/abs/2206.00364</a>). Other acceptable value is “exponential”. The exponential schedule was | |
| incorporated in this model: <a href="https://huggingface.co/stabilityai/cosxl" rel="nofollow">https://huggingface.co/stabilityai/cosxl</a>.`,name:"sigma_schedule"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.num_train_timesteps",description:`<strong>num_train_timesteps</strong> (<code>int</code>, defaults to 1000) — | |
| The number of diffusion steps to train the model.`,name:"num_train_timesteps"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.solver_order",description:`<strong>solver_order</strong> (<code>int</code>, defaults to 2) — | |
| The DPMSolver order which can be <code>1</code> or <code>2</code> or <code>3</code>. It is recommended to use <code>solver_order=2</code> for guided | |
| sampling, and <code>solver_order=3</code> for unconditional sampling.`,name:"solver_order"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.prediction_type",description:`<strong>prediction_type</strong> (<code>str</code>, defaults to <code>epsilon</code>, <em>optional</em>) — | |
| Prediction type of the scheduler function; can be <code>epsilon</code> (predicts the noise of the diffusion process), | |
| <code>sample</code> (directly predicts the noisy sample<code>) or </code>v_prediction\` (see section 2.4 of <a href="https://imagen.research.google/video/paper.pdf" rel="nofollow">Imagen | |
| Video</a> paper).`,name:"prediction_type"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.thresholding",description:`<strong>thresholding</strong> (<code>bool</code>, defaults to <code>False</code>) — | |
| Whether to use the “dynamic thresholding” method. This is unsuitable for latent-space diffusion models such | |
| as Stable Diffusion.`,name:"thresholding"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.dynamic_thresholding_ratio",description:`<strong>dynamic_thresholding_ratio</strong> (<code>float</code>, defaults to 0.995) — | |
| The ratio for the dynamic thresholding method. Valid only when <code>thresholding=True</code>.`,name:"dynamic_thresholding_ratio"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.sample_max_value",description:`<strong>sample_max_value</strong> (<code>float</code>, defaults to 1.0) — | |
| The threshold value for dynamic thresholding. Valid only when <code>thresholding=True</code> and | |
| <code>algorithm_type="dpmsolver++"</code>.`,name:"sample_max_value"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.algorithm_type",description:`<strong>algorithm_type</strong> (<code>str</code>, defaults to <code>dpmsolver++</code>) — | |
| Algorithm type for the solver; can be <code>dpmsolver++</code> or <code>sde-dpmsolver++</code>. The <code>dpmsolver++</code> type implements | |
| the algorithms in the <a href="https://huggingface.co/papers/2211.01095" rel="nofollow">DPMSolver++</a> paper. It is recommended to | |
| use <code>dpmsolver++</code> or <code>sde-dpmsolver++</code> with <code>solver_order=2</code> for guided sampling like in Stable Diffusion.`,name:"algorithm_type"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.solver_type",description:`<strong>solver_type</strong> (<code>str</code>, defaults to <code>midpoint</code>) — | |
| Solver type for the second-order solver; can be <code>midpoint</code> or <code>heun</code>. The solver type slightly affects the | |
| sample quality, especially for a small number of steps. It is recommended to use <code>midpoint</code> solvers.`,name:"solver_type"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.lower_order_final",description:`<strong>lower_order_final</strong> (<code>bool</code>, defaults to <code>True</code>) — | |
| Whether to use lower-order solvers in the final steps. Only valid for < 15 inference steps. This can | |
| stabilize the sampling of DPMSolver for steps < 15, especially for steps <= 10.`,name:"lower_order_final"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.euler_at_final",description:`<strong>euler_at_final</strong> (<code>bool</code>, defaults to <code>False</code>) — | |
| Whether to use Euler’s method in the final step. It is a trade-off between numerical stability and detail | |
| richness. This can stabilize the sampling of the SDE variant of DPMSolver for small number of inference | |
| steps, but sometimes may result in blurring.`,name:"euler_at_final"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.final_sigmas_type",description:`<strong>final_sigmas_type</strong> (<code>str</code>, defaults to <code>"zero"</code>) — | |
| The final <code>sigma</code> value for the noise schedule during the sampling process. If <code>"sigma_min"</code>, the final | |
| sigma is the same as the last sigma in the training schedule. If <code>zero</code>, the final sigma is set to 0.`,name:"final_sigmas_type"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L28"}}),k=new b({props:{name:"convert_model_output",anchor:"diffusers.EDMDPMSolverMultistepScheduler.convert_model_output",parameters:[{name:"model_output",val:": Tensor"},{name:"sample",val:": Tensor = None"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.convert_model_output.model_output",description:`<strong>model_output</strong> (<code>torch.Tensor</code>) — | |
| The direct output from the learned diffusion model.`,name:"model_output"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.convert_model_output.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| A current instance of a sample created by the diffusion process.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L363",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>The converted model output.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>torch.Tensor</code></p> | |
| `}}),P=new vt({props:{$$slots:{default:[Dt]},$$scope:{ctx:ue}}}),N=new b({props:{name:"dpm_solver_first_order_update",anchor:"diffusers.EDMDPMSolverMultistepScheduler.dpm_solver_first_order_update",parameters:[{name:"model_output",val:": Tensor"},{name:"sample",val:": Tensor = None"},{name:"noise",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.dpm_solver_first_order_update.model_output",description:`<strong>model_output</strong> (<code>torch.Tensor</code>) — | |
| The direct output from the learned diffusion model.`,name:"model_output"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.dpm_solver_first_order_update.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| A current instance of a sample created by the diffusion process.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L398",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>The sample tensor at the previous timestep.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>torch.Tensor</code></p> | |
| `}}),F=new b({props:{name:"multistep_dpm_solver_second_order_update",anchor:"diffusers.EDMDPMSolverMultistepScheduler.multistep_dpm_solver_second_order_update",parameters:[{name:"model_output_list",val:": List"},{name:"sample",val:": Tensor = None"},{name:"noise",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.multistep_dpm_solver_second_order_update.model_output_list",description:`<strong>model_output_list</strong> (<code>List[torch.Tensor]</code>) — | |
| The direct outputs from learned diffusion model at current and latter timesteps.`,name:"model_output_list"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.multistep_dpm_solver_second_order_update.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| A current instance of a sample created by the diffusion process.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L436",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>The sample tensor at the previous timestep.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>torch.Tensor</code></p> | |
| `}}),j=new b({props:{name:"multistep_dpm_solver_third_order_update",anchor:"diffusers.EDMDPMSolverMultistepScheduler.multistep_dpm_solver_third_order_update",parameters:[{name:"model_output_list",val:": List"},{name:"sample",val:": Tensor = None"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.multistep_dpm_solver_third_order_update.model_output_list",description:`<strong>model_output_list</strong> (<code>List[torch.Tensor]</code>) — | |
| The direct outputs from learned diffusion model at current and latter timesteps.`,name:"model_output_list"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.multistep_dpm_solver_third_order_update.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| A current instance of a sample created by diffusion process.`,name:"sample"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L507",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>The sample tensor at the previous timestep.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><code>torch.Tensor</code></p> | |
| `}}),B=new b({props:{name:"scale_model_input",anchor:"diffusers.EDMDPMSolverMultistepScheduler.scale_model_input",parameters:[{name:"sample",val:": Tensor"},{name:"timestep",val:": Union"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.scale_model_input.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| The input sample.`,name:"sample"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.scale_model_input.timestep",description:`<strong>timestep</strong> (<code>int</code>, <em>optional</em>) — | |
| The current timestep in the diffusion chain.`,name:"timestep"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L209",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> | |
| `}}),G=new b({props:{name:"set_begin_index",anchor:"diffusers.EDMDPMSolverMultistepScheduler.set_begin_index",parameters:[{name:"begin_index",val:": int = 0"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.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/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L167"}}),W=new b({props:{name:"set_timesteps",anchor:"diffusers.EDMDPMSolverMultistepScheduler.set_timesteps",parameters:[{name:"num_inference_steps",val:": int = None"},{name:"device",val:": Union = None"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.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.EDMDPMSolverMultistepScheduler.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"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L233"}}),K=new b({props:{name:"step",anchor:"diffusers.EDMDPMSolverMultistepScheduler.step",parameters:[{name:"model_output",val:": Tensor"},{name:"timestep",val:": int"},{name:"sample",val:": Tensor"},{name:"generator",val:" = None"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.EDMDPMSolverMultistepScheduler.step.model_output",description:`<strong>model_output</strong> (<code>torch.Tensor</code>) — | |
| The direct output from learned diffusion model.`,name:"model_output"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.step.timestep",description:`<strong>timestep</strong> (<code>int</code>) — | |
| The current discrete timestep in the diffusion chain.`,name:"timestep"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.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.EDMDPMSolverMultistepScheduler.step.generator",description:`<strong>generator</strong> (<code>torch.Generator</code>, <em>optional</em>) — | |
| A random number generator.`,name:"generator"},{anchor:"diffusers.EDMDPMSolverMultistepScheduler.step.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>) — | |
| Whether or not to return a <a href="/docs/diffusers/pr_8376/en/api/schedulers/multistep_dpm_solver#diffusers.schedulers.scheduling_utils.SchedulerOutput">SchedulerOutput</a> or <code>tuple</code>.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_8376/src/diffusers/schedulers/scheduling_edm_dpmsolver_multistep.py#L594",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>If return_dict is <code>True</code>, <a | |
| href="/docs/diffusers/pr_8376/en/api/schedulers/multistep_dpm_solver#diffusers.schedulers.scheduling_utils.SchedulerOutput" | |
| >SchedulerOutput</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/pr_8376/en/api/schedulers/multistep_dpm_solver#diffusers.schedulers.scheduling_utils.SchedulerOutput" | |
| >SchedulerOutput</a> or <code>tuple</code></p> | |
| `}}),J=new b({props:{name:"class diffusers.schedulers.scheduling_utils.SchedulerOutput",anchor:"diffusers.schedulers.scheduling_utils.SchedulerOutput",parameters:[{name:"prev_sample",val:": Tensor"}],parametersDescription:[{anchor:"diffusers.schedulers.scheduling_utils.SchedulerOutput.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/vr_8376/src/diffusers/schedulers/scheduling_utils.py#L60"}}),Y=new Mt({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/schedulers/edm_multistep_dpm_solver.md"}}),{c(){u=i("meta"),I=s(),S=i("p"),Z=s(),m(H.$$.fragment),pe=s(),q=i("p"),q.innerHTML=Ze,me=s(),V=i("p"),V.textContent=Re,he=s(),m(A.$$.fragment),fe=s(),n=i("div"),m(z.$$.fragment),we=s(),R=i("p"),R.innerHTML=Qe,Ce=s(),Q=i("p"),Q.innerHTML=Xe,Le=s(),X=i("p"),X.innerHTML=et,Oe=s(),x=i("div"),m(k.$$.fragment),Ie=s(),ee=i("p"),ee.textContent=tt,He=s(),m(P.$$.fragment),qe=s(),T=i("div"),m(N.$$.fragment),Ve=s(),te=i("p"),te.textContent=rt,Ae=s(),y=i("div"),m(F.$$.fragment),ze=s(),re=i("p"),re.textContent=st,ke=s(),E=i("div"),m(j.$$.fragment),Ne=s(),se=i("p"),se.textContent=ot,Fe=s(),w=i("div"),m(B.$$.fragment),je=s(),oe=i("p"),oe.innerHTML=nt,Be=s(),C=i("div"),m(G.$$.fragment),Ge=s(),ne=i("p"),ne.textContent=it,We=s(),L=i("div"),m(W.$$.fragment),Ke=s(),ie=i("p"),ie.textContent=dt,Ue=s(),O=i("div"),m(K.$$.fragment),Je=s(),de=i("p"),de.textContent=lt,ge=s(),U=i("p"),U.textContent=at,_e=s(),$=i("div"),m(J.$$.fragment),Ye=s(),le=i("p"),le.innerHTML=ct,ve=s(),m(Y.$$.fragment),Me=s(),ce=i("p"),this.h()},l(e){const a=_t("svelte-u9bgzb",document.head);u=d(a,"META",{name:!0,content:!0}),a.forEach(r),I=o(e),S=d(e,"P",{}),M(S).forEach(r),Z=o(e),h(H.$$.fragment,e),pe=o(e),q=d(e,"P",{"data-svelte-h":!0}),p(q)!=="svelte-1ak0e1h"&&(q.innerHTML=Ze),me=o(e),V=d(e,"P",{"data-svelte-h":!0}),p(V)!=="svelte-l6rv24"&&(V.textContent=Re),he=o(e),h(A.$$.fragment,e),fe=o(e),n=d(e,"DIV",{class:!0});var l=M(n);h(z.$$.fragment,l),we=o(l),R=d(l,"P",{"data-svelte-h":!0}),p(R)!=="svelte-5b1txv"&&(R.innerHTML=Qe),Ce=o(l),Q=d(l,"P",{"data-svelte-h":!0}),p(Q)!=="svelte-72xw7v"&&(Q.innerHTML=Xe),Le=o(l),X=d(l,"P",{"data-svelte-h":!0}),p(X)!=="svelte-31kdmh"&&(X.innerHTML=et),Oe=o(l),x=d(l,"DIV",{class:!0});var ae=M(x);h(k.$$.fragment,ae),Ie=o(ae),ee=d(ae,"P",{"data-svelte-h":!0}),p(ee)!=="svelte-1st02i8"&&(ee.textContent=tt),He=o(ae),h(P.$$.fragment,ae),ae.forEach(r),qe=o(l),T=d(l,"DIV",{class:!0});var Se=M(T);h(N.$$.fragment,Se),Ve=o(Se),te=d(Se,"P",{"data-svelte-h":!0}),p(te)!=="svelte-4nw43d"&&(te.textContent=rt),Se.forEach(r),Ae=o(l),y=d(l,"DIV",{class:!0});var xe=M(y);h(F.$$.fragment,xe),ze=o(xe),re=d(xe,"P",{"data-svelte-h":!0}),p(re)!=="svelte-1d6o6zu"&&(re.textContent=st),xe.forEach(r),ke=o(l),E=d(l,"DIV",{class:!0});var be=M(E);h(j.$$.fragment,be),Ne=o(be),se=d(be,"P",{"data-svelte-h":!0}),p(se)!=="svelte-17nne8p"&&(se.textContent=ot),be.forEach(r),Fe=o(l),w=d(l,"DIV",{class:!0});var $e=M(w);h(B.$$.fragment,$e),je=o($e),oe=d($e,"P",{"data-svelte-h":!0}),p(oe)!=="svelte-1hew89w"&&(oe.innerHTML=nt),$e.forEach(r),Be=o(l),C=d(l,"DIV",{class:!0});var Pe=M(C);h(G.$$.fragment,Pe),Ge=o(Pe),ne=d(Pe,"P",{"data-svelte-h":!0}),p(ne)!=="svelte-1k141rk"&&(ne.textContent=it),Pe.forEach(r),We=o(l),L=d(l,"DIV",{class:!0});var Te=M(L);h(W.$$.fragment,Te),Ke=o(Te),ie=d(Te,"P",{"data-svelte-h":!0}),p(ie)!=="svelte-1vzm9q"&&(ie.textContent=dt),Te.forEach(r),Ue=o(l),O=d(l,"DIV",{class:!0});var ye=M(O);h(K.$$.fragment,ye),Je=o(ye),de=d(ye,"P",{"data-svelte-h":!0}),p(de)!=="svelte-7jbjgx"&&(de.textContent=lt),ye.forEach(r),l.forEach(r),ge=o(e),U=d(e,"P",{"data-svelte-h":!0}),p(U)!=="svelte-jslqpb"&&(U.textContent=at),_e=o(e),$=d(e,"DIV",{class:!0});var Ee=M($);h(J.$$.fragment,Ee),Ye=o(Ee),le=d(Ee,"P",{"data-svelte-h":!0}),p(le)!=="svelte-6ojmkw"&&(le.innerHTML=ct),Ee.forEach(r),ve=o(e),h(Y.$$.fragment,e),Me=o(e),ce=d(e,"P",{}),M(ce).forEach(r),this.h()},h(){D(u,"name","hf:doc:metadata"),D(u,"content",xt),D(x,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(T,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(E,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(w,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(C,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(L,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(O,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D(n,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),D($,"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,a){t(document.head,u),c(e,I,a),c(e,S,a),c(e,Z,a),f(H,e,a),c(e,pe,a),c(e,q,a),c(e,me,a),c(e,V,a),c(e,he,a),f(A,e,a),c(e,fe,a),c(e,n,a),f(z,n,null),t(n,we),t(n,R),t(n,Ce),t(n,Q),t(n,Le),t(n,X),t(n,Oe),t(n,x),f(k,x,null),t(x,Ie),t(x,ee),t(x,He),f(P,x,null),t(n,qe),t(n,T),f(N,T,null),t(T,Ve),t(T,te),t(n,Ae),t(n,y),f(F,y,null),t(y,ze),t(y,re),t(n,ke),t(n,E),f(j,E,null),t(E,Ne),t(E,se),t(n,Fe),t(n,w),f(B,w,null),t(w,je),t(w,oe),t(n,Be),t(n,C),f(G,C,null),t(C,Ge),t(C,ne),t(n,We),t(n,L),f(W,L,null),t(L,Ke),t(L,ie),t(n,Ue),t(n,O),f(K,O,null),t(O,Je),t(O,de),c(e,ge,a),c(e,U,a),c(e,_e,a),c(e,$,a),f(J,$,null),t($,Ye),t($,le),c(e,ve,a),f(Y,e,a),c(e,Me,a),c(e,ce,a),De=!0},p(e,[a]){const l={};a&2&&(l.$$scope={dirty:a,ctx:e}),P.$set(l)},i(e){De||(g(H.$$.fragment,e),g(A.$$.fragment,e),g(z.$$.fragment,e),g(k.$$.fragment,e),g(P.$$.fragment,e),g(N.$$.fragment,e),g(F.$$.fragment,e),g(j.$$.fragment,e),g(B.$$.fragment,e),g(G.$$.fragment,e),g(W.$$.fragment,e),g(K.$$.fragment,e),g(J.$$.fragment,e),g(Y.$$.fragment,e),De=!0)},o(e){_(H.$$.fragment,e),_(A.$$.fragment,e),_(z.$$.fragment,e),_(k.$$.fragment,e),_(P.$$.fragment,e),_(N.$$.fragment,e),_(F.$$.fragment,e),_(j.$$.fragment,e),_(B.$$.fragment,e),_(G.$$.fragment,e),_(W.$$.fragment,e),_(K.$$.fragment,e),_(J.$$.fragment,e),_(Y.$$.fragment,e),De=!1},d(e){e&&(r(I),r(S),r(Z),r(pe),r(q),r(me),r(V),r(he),r(fe),r(n),r(ge),r(U),r(_e),r($),r(ve),r(Me),r(ce)),r(u),v(H,e),v(A,e),v(z),v(k),v(P),v(N),v(F),v(j),v(B),v(G),v(W),v(K),v(J),v(Y,e)}}}const xt='{"title":"EDMDPMSolverMultistepScheduler","local":"edmdpmsolvermultistepscheduler","sections":[{"title":"EDMDPMSolverMultistepScheduler","local":"diffusers.EDMDPMSolverMultistepScheduler","sections":[],"depth":2}],"depth":1}';function bt(ue){return mt(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class wt extends ft{constructor(u){super(),gt(this,u,bt,St,pt,{})}}export{wt as component}; | |
Xet Storage Details
- Size:
- 27.8 kB
- Xet hash:
- 90b315df137ce445bbce95438914a0da5419533201709379920d4d63d084a6fc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.