Buckets:
| import{s as Le,n as Ee,o as Oe}from"../chunks/scheduler.8c3d61f6.js";import{S as He,i as Ie,g as d,s as n,r as u,A as qe,h as a,f as t,c as i,j as M,u as p,x as v,k as P,y as r,a as c,v as f,d as m,t as h,w as g}from"../chunks/index.da70eac4.js";import{D as G}from"../chunks/Docstring.ee4b6913.js";import{H as $e,E as Ue}from"../chunks/EditOnGithub.1e64e623.js";function Ve(xe){let _,W,j,J,T,Q,y,Se='The <code>KDPM2DiscreteScheduler</code> is inspired by the <a href="https://huggingface.co/papers/2206.00364" rel="nofollow">Elucidating the Design Space of Diffusion-Based Generative Models</a> paper, and the scheduler is ported from and created by <a href="https://github.com/crowsonkb/" rel="nofollow">Katherine Crowson</a>.',X,w,Me='The original codebase can be found at <a href="https://github.com/crowsonkb/k-diffusion" rel="nofollow">crowsonkb/k-diffusion</a>.',Y,K,Z,o,C,le,U,Pe=`KDPM2DiscreteScheduler is inspired by the DPMSolver2 and Algorithm 2 from the <a href="https://huggingface.co/papers/2206.00364" rel="nofollow">Elucidating the Design Space of | |
| Diffusion-Based Generative Models</a> paper.`,ue,V,Te=`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.`,pe,D,k,fe,A,ye=`Ensures interchangeability with schedulers that need to scale the denoising model input depending on the | |
| current timestep.`,me,$,L,he,N,we="Sets the begin index for the scheduler. This function should be run from pipeline before the inference.",ge,x,E,_e,z,Ke="Sets the discrete timesteps used for the diffusion chain (to be run before inference).",be,S,O,ve,B,Ce=`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).`,ee,H,te,b,I,De,F,ke="Base class for the output of a scheduler’s <code>step</code> function.",se,q,re,R,ne;return T=new $e({props:{title:"KDPM2DiscreteScheduler",local:"kdpm2discretescheduler",headingTag:"h1"}}),K=new $e({props:{title:"KDPM2DiscreteScheduler",local:"diffusers.KDPM2DiscreteScheduler",headingTag:"h2"}}),C=new G({props:{name:"class diffusers.KDPM2DiscreteScheduler",anchor:"diffusers.KDPM2DiscreteScheduler",parameters:[{name:"num_train_timesteps",val:": int = 1000"},{name:"beta_start",val:": float = 0.00085"},{name:"beta_end",val:": float = 0.012"},{name:"beta_schedule",val:": str = 'linear'"},{name:"trained_betas",val:": Union = None"},{name:"use_karras_sigmas",val:": Optional = False"},{name:"prediction_type",val:": str = 'epsilon'"},{name:"timestep_spacing",val:": str = 'linspace'"},{name:"steps_offset",val:": int = 0"}],parametersDescription:[{anchor:"diffusers.KDPM2DiscreteScheduler.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.KDPM2DiscreteScheduler.beta_start",description:`<strong>beta_start</strong> (<code>float</code>, defaults to 0.00085) — | |
| The starting <code>beta</code> value of inference.`,name:"beta_start"},{anchor:"diffusers.KDPM2DiscreteScheduler.beta_end",description:`<strong>beta_end</strong> (<code>float</code>, defaults to 0.012) — | |
| The final <code>beta</code> value.`,name:"beta_end"},{anchor:"diffusers.KDPM2DiscreteScheduler.beta_schedule",description:`<strong>beta_schedule</strong> (<code>str</code>, defaults to <code>"linear"</code>) — | |
| The beta schedule, a mapping from a beta range to a sequence of betas for stepping the model. Choose from | |
| <code>linear</code> or <code>scaled_linear</code>.`,name:"beta_schedule"},{anchor:"diffusers.KDPM2DiscreteScheduler.trained_betas",description:`<strong>trained_betas</strong> (<code>np.ndarray</code>, <em>optional</em>) — | |
| Pass an array of betas directly to the constructor to bypass <code>beta_start</code> and <code>beta_end</code>.`,name:"trained_betas"},{anchor:"diffusers.KDPM2DiscreteScheduler.use_karras_sigmas",description:`<strong>use_karras_sigmas</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) — | |
| Whether to use Karras sigmas for step sizes in the noise schedule during the sampling process. If <code>True</code>, | |
| the sigmas are determined according to a sequence of noise levels {σi}.`,name:"use_karras_sigmas"},{anchor:"diffusers.KDPM2DiscreteScheduler.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.KDPM2DiscreteScheduler.timestep_spacing",description:`<strong>timestep_spacing</strong> (<code>str</code>, defaults to <code>"linspace"</code>) — | |
| The way the timesteps should be scaled. Refer to Table 2 of the <a href="https://huggingface.co/papers/2305.08891" rel="nofollow">Common Diffusion Noise Schedules and | |
| Sample Steps are Flawed</a> for more information.`,name:"timestep_spacing"},{anchor:"diffusers.KDPM2DiscreteScheduler.steps_offset",description:`<strong>steps_offset</strong> (<code>int</code>, defaults to 0) — | |
| An offset added to the inference steps, as required by some model families.`,name:"steps_offset"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py#L70"}}),k=new G({props:{name:"scale_model_input",anchor:"diffusers.KDPM2DiscreteScheduler.scale_model_input",parameters:[{name:"sample",val:": Tensor"},{name:"timestep",val:": Union"}],parametersDescription:[{anchor:"diffusers.KDPM2DiscreteScheduler.scale_model_input.sample",description:`<strong>sample</strong> (<code>torch.Tensor</code>) — | |
| The input sample.`,name:"sample"},{anchor:"diffusers.KDPM2DiscreteScheduler.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/main/src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py#L176",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> | |
| `}}),L=new G({props:{name:"set_begin_index",anchor:"diffusers.KDPM2DiscreteScheduler.set_begin_index",parameters:[{name:"begin_index",val:": int = 0"}],parametersDescription:[{anchor:"diffusers.KDPM2DiscreteScheduler.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_k_dpm_2_discrete.py#L166"}}),E=new G({props:{name:"set_timesteps",anchor:"diffusers.KDPM2DiscreteScheduler.set_timesteps",parameters:[{name:"num_inference_steps",val:": int"},{name:"device",val:": Union = None"},{name:"num_train_timesteps",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.KDPM2DiscreteScheduler.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.KDPM2DiscreteScheduler.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/main/src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py#L206"}}),O=new G({props:{name:"step",anchor:"diffusers.KDPM2DiscreteScheduler.step",parameters:[{name:"model_output",val:": Union"},{name:"timestep",val:": Union"},{name:"sample",val:": Union"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.KDPM2DiscreteScheduler.step.model_output",description:`<strong>model_output</strong> (<code>torch.Tensor</code>) — | |
| The direct output from learned diffusion model.`,name:"model_output"},{anchor:"diffusers.KDPM2DiscreteScheduler.step.timestep",description:`<strong>timestep</strong> (<code>float</code>) — | |
| The current discrete timestep in the diffusion chain.`,name:"timestep"},{anchor:"diffusers.KDPM2DiscreteScheduler.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.KDPM2DiscreteScheduler.step.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>) — | |
| Whether or not to return a <a href="/docs/diffusers/main/en/api/schedulers/dpm_discrete_ancestral#diffusers.schedulers.scheduling_utils.SchedulerOutput">SchedulerOutput</a> or tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py#L362",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/dpm_discrete_ancestral#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/main/en/api/schedulers/dpm_discrete_ancestral#diffusers.schedulers.scheduling_utils.SchedulerOutput" | |
| >SchedulerOutput</a> or <code>tuple</code></p> | |
| `}}),H=new $e({props:{title:"SchedulerOutput",local:"diffusers.schedulers.scheduling_utils.SchedulerOutput",headingTag:"h2"}}),I=new G({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/main/src/diffusers/schedulers/scheduling_utils.py#L60"}}),q=new Ue({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/schedulers/dpm_discrete.md"}}),{c(){_=d("meta"),W=n(),j=d("p"),J=n(),u(T.$$.fragment),Q=n(),y=d("p"),y.innerHTML=Se,X=n(),w=d("p"),w.innerHTML=Me,Y=n(),u(K.$$.fragment),Z=n(),o=d("div"),u(C.$$.fragment),le=n(),U=d("p"),U.innerHTML=Pe,ue=n(),V=d("p"),V.innerHTML=Te,pe=n(),D=d("div"),u(k.$$.fragment),fe=n(),A=d("p"),A.textContent=ye,me=n(),$=d("div"),u(L.$$.fragment),he=n(),N=d("p"),N.textContent=we,ge=n(),x=d("div"),u(E.$$.fragment),_e=n(),z=d("p"),z.textContent=Ke,be=n(),S=d("div"),u(O.$$.fragment),ve=n(),B=d("p"),B.textContent=Ce,ee=n(),u(H.$$.fragment),te=n(),b=d("div"),u(I.$$.fragment),De=n(),F=d("p"),F.innerHTML=ke,se=n(),u(q.$$.fragment),re=n(),R=d("p"),this.h()},l(e){const s=qe("svelte-u9bgzb",document.head);_=a(s,"META",{name:!0,content:!0}),s.forEach(t),W=i(e),j=a(e,"P",{}),M(j).forEach(t),J=i(e),p(T.$$.fragment,e),Q=i(e),y=a(e,"P",{"data-svelte-h":!0}),v(y)!=="svelte-1r1y5wx"&&(y.innerHTML=Se),X=i(e),w=a(e,"P",{"data-svelte-h":!0}),v(w)!=="svelte-loovl7"&&(w.innerHTML=Me),Y=i(e),p(K.$$.fragment,e),Z=i(e),o=a(e,"DIV",{class:!0});var l=M(o);p(C.$$.fragment,l),le=i(l),U=a(l,"P",{"data-svelte-h":!0}),v(U)!=="svelte-iytw69"&&(U.innerHTML=Pe),ue=i(l),V=a(l,"P",{"data-svelte-h":!0}),v(V)!=="svelte-linuuh"&&(V.innerHTML=Te),pe=i(l),D=a(l,"DIV",{class:!0});var ie=M(D);p(k.$$.fragment,ie),fe=i(ie),A=a(ie,"P",{"data-svelte-h":!0}),v(A)!=="svelte-1rkfgpx"&&(A.textContent=ye),ie.forEach(t),me=i(l),$=a(l,"DIV",{class:!0});var oe=M($);p(L.$$.fragment,oe),he=i(oe),N=a(oe,"P",{"data-svelte-h":!0}),v(N)!=="svelte-1k141rk"&&(N.textContent=we),oe.forEach(t),ge=i(l),x=a(l,"DIV",{class:!0});var de=M(x);p(E.$$.fragment,de),_e=i(de),z=a(de,"P",{"data-svelte-h":!0}),v(z)!=="svelte-1vzm9q"&&(z.textContent=Ke),de.forEach(t),be=i(l),S=a(l,"DIV",{class:!0});var ae=M(S);p(O.$$.fragment,ae),ve=i(ae),B=a(ae,"P",{"data-svelte-h":!0}),v(B)!=="svelte-hi84tp"&&(B.textContent=Ce),ae.forEach(t),l.forEach(t),ee=i(e),p(H.$$.fragment,e),te=i(e),b=a(e,"DIV",{class:!0});var ce=M(b);p(I.$$.fragment,ce),De=i(ce),F=a(ce,"P",{"data-svelte-h":!0}),v(F)!=="svelte-6ojmkw"&&(F.innerHTML=ke),ce.forEach(t),se=i(e),p(q.$$.fragment,e),re=i(e),R=a(e,"P",{}),M(R).forEach(t),this.h()},h(){P(_,"name","hf:doc:metadata"),P(_,"content",Ae),P(D,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),P($,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),P(x,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),P(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),P(o,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),P(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,s){r(document.head,_),c(e,W,s),c(e,j,s),c(e,J,s),f(T,e,s),c(e,Q,s),c(e,y,s),c(e,X,s),c(e,w,s),c(e,Y,s),f(K,e,s),c(e,Z,s),c(e,o,s),f(C,o,null),r(o,le),r(o,U),r(o,ue),r(o,V),r(o,pe),r(o,D),f(k,D,null),r(D,fe),r(D,A),r(o,me),r(o,$),f(L,$,null),r($,he),r($,N),r(o,ge),r(o,x),f(E,x,null),r(x,_e),r(x,z),r(o,be),r(o,S),f(O,S,null),r(S,ve),r(S,B),c(e,ee,s),f(H,e,s),c(e,te,s),c(e,b,s),f(I,b,null),r(b,De),r(b,F),c(e,se,s),f(q,e,s),c(e,re,s),c(e,R,s),ne=!0},p:Ee,i(e){ne||(m(T.$$.fragment,e),m(K.$$.fragment,e),m(C.$$.fragment,e),m(k.$$.fragment,e),m(L.$$.fragment,e),m(E.$$.fragment,e),m(O.$$.fragment,e),m(H.$$.fragment,e),m(I.$$.fragment,e),m(q.$$.fragment,e),ne=!0)},o(e){h(T.$$.fragment,e),h(K.$$.fragment,e),h(C.$$.fragment,e),h(k.$$.fragment,e),h(L.$$.fragment,e),h(E.$$.fragment,e),h(O.$$.fragment,e),h(H.$$.fragment,e),h(I.$$.fragment,e),h(q.$$.fragment,e),ne=!1},d(e){e&&(t(W),t(j),t(J),t(Q),t(y),t(X),t(w),t(Y),t(Z),t(o),t(ee),t(te),t(b),t(se),t(re),t(R)),t(_),g(T,e),g(K,e),g(C),g(k),g(L),g(E),g(O),g(H,e),g(I),g(q,e)}}}const Ae='{"title":"KDPM2DiscreteScheduler","local":"kdpm2discretescheduler","sections":[{"title":"KDPM2DiscreteScheduler","local":"diffusers.KDPM2DiscreteScheduler","sections":[],"depth":2},{"title":"SchedulerOutput","local":"diffusers.schedulers.scheduling_utils.SchedulerOutput","sections":[],"depth":2}],"depth":1}';function Ne(xe){return Oe(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class je extends He{constructor(_){super(),Ie(this,_,Ne,Ve,Le,{})}}export{je as component}; | |
Xet Storage Details
- Size:
- 15.6 kB
- Xet hash:
- 2119e03e45b80a183e023902291cfc5ebc94a4744bcbcdb938f94bf3a3259106
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.