Buckets:
| import{s as _e,o as ge,n as he}from"../chunks/scheduler.8c3d61f6.js";import{S as $e,i as be,g as d,s as o,r as b,A as we,h as u,f as n,c as r,j as S,u as w,x as k,k as z,y as m,a as i,v,d as y,t as T,w as M}from"../chunks/index.da70eac4.js";import{T as ve}from"../chunks/Tip.1d9b8c37.js";import{D as re}from"../chunks/Docstring.6b390b9a.js";import{C as ye}from"../chunks/CodeBlock.00a903b3.js";import{E as Te}from"../chunks/ExampleCodeBlock.db12be95.js";import{H as le,E as Me}from"../chunks/EditOnGithub.1e64e623.js";function De(V){let s,g='Make sure to check out the Schedulers <a href="../../using-diffusers/schedulers">guide</a> to learn how to explore the tradeoff between scheduler speed and quality, and see the <a href="../../using-diffusers/loading#reuse-components-across-pipelines">reuse components across pipelines</a> section to learn how to efficiently load the same components into multiple pipelines.';return{c(){s=d("p"),s.innerHTML=g},l(l){s=u(l,"P",{"data-svelte-h":!0}),k(s)!=="svelte-1wmc0l4"&&(s.innerHTML=g)},m(l,p){i(l,s,p)},p:he,d(l){l&&n(s)}}}function Pe(V){let s,g="Example:",l,p,c;return p=new ye({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMERpZmZ1c2lvblBpcGVsaW5lJTBBZnJvbSUyMHNjaXB5LmlvLndhdmZpbGUlMjBpbXBvcnQlMjB3cml0ZSUwQSUwQW1vZGVsX2lkJTIwJTNEJTIwJTIyaGFybW9uYWklMkZtYWVzdHJvLTE1MGslMjIlMEFwaXBlJTIwJTNEJTIwRGlmZnVzaW9uUGlwZWxpbmUuZnJvbV9wcmV0cmFpbmVkKG1vZGVsX2lkKSUwQXBpcGUlMjAlM0QlMjBwaXBlLnRvKCUyMmN1ZGElMjIpJTBBJTBBYXVkaW9zJTIwJTNEJTIwcGlwZShhdWRpb19sZW5ndGhfaW5fcyUzRDQuMCkuYXVkaW9zJTBBJTBBJTIzJTIwVG8lMjBzYXZlJTIwbG9jYWxseSUwQWZvciUyMGklMkMlMjBhdWRpbyUyMGluJTIwZW51bWVyYXRlKGF1ZGlvcyklM0ElMEElMjAlMjAlMjAlMjB3cml0ZShmJTIybWFlc3Ryb190ZXN0XyU3QmklN0Qud2F2JTIyJTJDJTIwcGlwZS51bmV0LnNhbXBsZV9yYXRlJTJDJTIwYXVkaW8udHJhbnNwb3NlKCkpJTBBJTBBJTIzJTIwVG8lMjBkaXNsYXklMjBpbiUyMGdvb2dsZSUyMGNvbGFiJTBBaW1wb3J0JTIwSVB5dGhvbi5kaXNwbGF5JTIwYXMlMjBpcGQlMEElMEFmb3IlMjBhdWRpbyUyMGluJTIwYXVkaW9zJTNBJTBBJTIwJTIwJTIwJTIwZGlzcGxheShpcGQuQXVkaW8oYXVkaW8lMkMlMjByYXRlJTNEcGlwZS51bmV0LnNhbXBsZV9yYXRlKSk=",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> DiffusionPipeline | |
| <span class="hljs-keyword">from</span> scipy.io.wavfile <span class="hljs-keyword">import</span> write | |
| model_id = <span class="hljs-string">"harmonai/maestro-150k"</span> | |
| pipe = DiffusionPipeline.from_pretrained(model_id) | |
| pipe = pipe.to(<span class="hljs-string">"cuda"</span>) | |
| audios = pipe(audio_length_in_s=<span class="hljs-number">4.0</span>).audios | |
| <span class="hljs-comment"># To save locally</span> | |
| <span class="hljs-keyword">for</span> i, audio <span class="hljs-keyword">in</span> <span class="hljs-built_in">enumerate</span>(audios): | |
| write(<span class="hljs-string">f"maestro_test_<span class="hljs-subst">{i}</span>.wav"</span>, pipe.unet.sample_rate, audio.transpose()) | |
| <span class="hljs-comment"># To dislay in google colab</span> | |
| <span class="hljs-keyword">import</span> IPython.display <span class="hljs-keyword">as</span> ipd | |
| <span class="hljs-keyword">for</span> audio <span class="hljs-keyword">in</span> audios: | |
| display(ipd.Audio(audio, rate=pipe.unet.sample_rate))`,wrap:!1}}),{c(){s=d("p"),s.textContent=g,l=o(),b(p.$$.fragment)},l(a){s=u(a,"P",{"data-svelte-h":!0}),k(s)!=="svelte-11lpom8"&&(s.textContent=g),l=r(a),w(p.$$.fragment,a)},m(a,h){i(a,s,h),i(a,l,h),v(p,a,h),c=!0},p:he,i(a){c||(y(p.$$.fragment,a),c=!0)},o(a){T(p.$$.fragment,a),c=!1},d(a){a&&(n(s),n(l)),M(p,a)}}}function Je(V){let s,g,l,p,c,a,h,pe='<a href="https://github.com/Harmonai-org/sample-generator" rel="nofollow">Dance Diffusion</a> is by Zach Evans.',L,B,de='Dance Diffusion is the first in a suite of generative audio tools for producers and musicians released by <a href="https://github.com/Harmonai-org" rel="nofollow">Harmonai</a>.',H,J,O,G,Y,f,j,te,X,ue="Pipeline for audio generation.",ne,N,fe=`This model inherits from <a href="/docs/diffusers/pr_10312/en/api/pipelines/overview#diffusers.DiffusionPipeline">DiffusionPipeline</a>. Check the superclass documentation for the generic methods | |
| implemented for all pipelines (downloading, saving, running on a particular device, etc.).`,se,$,I,ie,U,ce="The call function to the pipeline for generation.",ae,x,R,Z,Q,D,C,oe,W,me="Output class for audio pipelines.",q,E,F,A,K;return c=new le({props:{title:"Dance Diffusion",local:"dance-diffusion",headingTag:"h1"}}),J=new ve({props:{$$slots:{default:[De]},$$scope:{ctx:V}}}),G=new le({props:{title:"DanceDiffusionPipeline",local:"diffusers.DanceDiffusionPipeline",headingTag:"h2"}}),j=new re({props:{name:"class diffusers.DanceDiffusionPipeline",anchor:"diffusers.DanceDiffusionPipeline",parameters:[{name:"unet",val:""},{name:"scheduler",val:""}],parametersDescription:[{anchor:"diffusers.DanceDiffusionPipeline.unet",description:`<strong>unet</strong> (<a href="/docs/diffusers/pr_10312/en/api/models/unet#diffusers.UNet1DModel">UNet1DModel</a>) — | |
| A <code>UNet1DModel</code> to denoise the encoded audio.`,name:"unet"},{anchor:"diffusers.DanceDiffusionPipeline.scheduler",description:`<strong>scheduler</strong> (<a href="/docs/diffusers/pr_10312/en/api/schedulers/overview#diffusers.SchedulerMixin">SchedulerMixin</a>) — | |
| A scheduler to be used in combination with <code>unet</code> to denoise the encoded audio latents. Can be one of | |
| <a href="/docs/diffusers/pr_10312/en/api/schedulers/ipndm#diffusers.IPNDMScheduler">IPNDMScheduler</a>.`,name:"scheduler"}],source:"https://github.com/huggingface/diffusers/blob/vr_10312/src/diffusers/pipelines/dance_diffusion/pipeline_dance_diffusion.py#L28"}}),I=new re({props:{name:"__call__",anchor:"diffusers.DanceDiffusionPipeline.__call__",parameters:[{name:"batch_size",val:": int = 1"},{name:"num_inference_steps",val:": int = 100"},{name:"generator",val:": typing.Union[torch._C.Generator, typing.List[torch._C.Generator], NoneType] = None"},{name:"audio_length_in_s",val:": typing.Optional[float] = None"},{name:"return_dict",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.DanceDiffusionPipeline.__call__.batch_size",description:`<strong>batch_size</strong> (<code>int</code>, <em>optional</em>, defaults to 1) — | |
| The number of audio samples to generate.`,name:"batch_size"},{anchor:"diffusers.DanceDiffusionPipeline.__call__.num_inference_steps",description:`<strong>num_inference_steps</strong> (<code>int</code>, <em>optional</em>, defaults to 50) — | |
| The number of denoising steps. More denoising steps usually lead to a higher-quality audio sample at | |
| the expense of slower inference.`,name:"num_inference_steps"},{anchor:"diffusers.DanceDiffusionPipeline.__call__.generator",description:`<strong>generator</strong> (<code>torch.Generator</code>, <em>optional</em>) — | |
| A <a href="https://pytorch.org/docs/stable/generated/torch.Generator.html" rel="nofollow"><code>torch.Generator</code></a> to make | |
| generation deterministic.`,name:"generator"},{anchor:"diffusers.DanceDiffusionPipeline.__call__.audio_length_in_s",description:`<strong>audio_length_in_s</strong> (<code>float</code>, <em>optional</em>, defaults to <code>self.unet.config.sample_size/self.unet.config.sample_rate</code>) — | |
| The length of the generated audio sample in seconds.`,name:"audio_length_in_s"},{anchor:"diffusers.DanceDiffusionPipeline.__call__.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/pr_10312/en/api/pipelines/audioldm2#diffusers.AudioPipelineOutput">AudioPipelineOutput</a> instead of a plain tuple.`,name:"return_dict"}],source:"https://github.com/huggingface/diffusers/blob/vr_10312/src/diffusers/pipelines/dance_diffusion/pipeline_dance_diffusion.py#L49",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>If <code>return_dict</code> is <code>True</code>, <a | |
| href="/docs/diffusers/pr_10312/en/api/pipelines/audioldm2#diffusers.AudioPipelineOutput" | |
| >AudioPipelineOutput</a> is returned, otherwise a <code>tuple</code> is | |
| returned where the first element is a list with the generated audio.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><a | |
| href="/docs/diffusers/pr_10312/en/api/pipelines/audioldm2#diffusers.AudioPipelineOutput" | |
| >AudioPipelineOutput</a> or <code>tuple</code></p> | |
| `}}),x=new Te({props:{anchor:"diffusers.DanceDiffusionPipeline.__call__.example",$$slots:{default:[Pe]},$$scope:{ctx:V}}}),Z=new le({props:{title:"AudioPipelineOutput",local:"diffusers.AudioPipelineOutput",headingTag:"h2"}}),C=new re({props:{name:"class diffusers.AudioPipelineOutput",anchor:"diffusers.AudioPipelineOutput",parameters:[{name:"audios",val:": ndarray"}],parametersDescription:[{anchor:"diffusers.AudioPipelineOutput.audios",description:`<strong>audios</strong> (<code>np.ndarray</code>) — | |
| List of denoised audio samples of a NumPy array of shape <code>(batch_size, num_channels, sample_rate)</code>.`,name:"audios"}],source:"https://github.com/huggingface/diffusers/blob/vr_10312/src/diffusers/pipelines/pipeline_utils.py#L120"}}),E=new Me({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/pipelines/dance_diffusion.md"}}),{c(){s=d("meta"),g=o(),l=d("p"),p=o(),b(c.$$.fragment),a=o(),h=d("p"),h.innerHTML=pe,L=o(),B=d("p"),B.innerHTML=de,H=o(),b(J.$$.fragment),O=o(),b(G.$$.fragment),Y=o(),f=d("div"),b(j.$$.fragment),te=o(),X=d("p"),X.textContent=ue,ne=o(),N=d("p"),N.innerHTML=fe,se=o(),$=d("div"),b(I.$$.fragment),ie=o(),U=d("p"),U.textContent=ce,ae=o(),b(x.$$.fragment),R=o(),b(Z.$$.fragment),Q=o(),D=d("div"),b(C.$$.fragment),oe=o(),W=d("p"),W.textContent=me,q=o(),b(E.$$.fragment),F=o(),A=d("p"),this.h()},l(e){const t=we("svelte-u9bgzb",document.head);s=u(t,"META",{name:!0,content:!0}),t.forEach(n),g=r(e),l=u(e,"P",{}),S(l).forEach(n),p=r(e),w(c.$$.fragment,e),a=r(e),h=u(e,"P",{"data-svelte-h":!0}),k(h)!=="svelte-z4ffbo"&&(h.innerHTML=pe),L=r(e),B=u(e,"P",{"data-svelte-h":!0}),k(B)!=="svelte-dzyais"&&(B.innerHTML=de),H=r(e),w(J.$$.fragment,e),O=r(e),w(G.$$.fragment,e),Y=r(e),f=u(e,"DIV",{class:!0});var _=S(f);w(j.$$.fragment,_),te=r(_),X=u(_,"P",{"data-svelte-h":!0}),k(X)!=="svelte-1jvczvp"&&(X.textContent=ue),ne=r(_),N=u(_,"P",{"data-svelte-h":!0}),k(N)!=="svelte-1qc9xyr"&&(N.innerHTML=fe),se=r(_),$=u(_,"DIV",{class:!0});var P=S($);w(I.$$.fragment,P),ie=r(P),U=u(P,"P",{"data-svelte-h":!0}),k(U)!=="svelte-50j04k"&&(U.textContent=ce),ae=r(P),w(x.$$.fragment,P),P.forEach(n),_.forEach(n),R=r(e),w(Z.$$.fragment,e),Q=r(e),D=u(e,"DIV",{class:!0});var ee=S(D);w(C.$$.fragment,ee),oe=r(ee),W=u(ee,"P",{"data-svelte-h":!0}),k(W)!=="svelte-19ryw33"&&(W.textContent=me),ee.forEach(n),q=r(e),w(E.$$.fragment,e),F=r(e),A=u(e,"P",{}),S(A).forEach(n),this.h()},h(){z(s,"name","hf:doc:metadata"),z(s,"content",xe),z($,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),z(f,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),z(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,t){m(document.head,s),i(e,g,t),i(e,l,t),i(e,p,t),v(c,e,t),i(e,a,t),i(e,h,t),i(e,L,t),i(e,B,t),i(e,H,t),v(J,e,t),i(e,O,t),v(G,e,t),i(e,Y,t),i(e,f,t),v(j,f,null),m(f,te),m(f,X),m(f,ne),m(f,N),m(f,se),m(f,$),v(I,$,null),m($,ie),m($,U),m($,ae),v(x,$,null),i(e,R,t),v(Z,e,t),i(e,Q,t),i(e,D,t),v(C,D,null),m(D,oe),m(D,W),i(e,q,t),v(E,e,t),i(e,F,t),i(e,A,t),K=!0},p(e,[t]){const _={};t&2&&(_.$$scope={dirty:t,ctx:e}),J.$set(_);const P={};t&2&&(P.$$scope={dirty:t,ctx:e}),x.$set(P)},i(e){K||(y(c.$$.fragment,e),y(J.$$.fragment,e),y(G.$$.fragment,e),y(j.$$.fragment,e),y(I.$$.fragment,e),y(x.$$.fragment,e),y(Z.$$.fragment,e),y(C.$$.fragment,e),y(E.$$.fragment,e),K=!0)},o(e){T(c.$$.fragment,e),T(J.$$.fragment,e),T(G.$$.fragment,e),T(j.$$.fragment,e),T(I.$$.fragment,e),T(x.$$.fragment,e),T(Z.$$.fragment,e),T(C.$$.fragment,e),T(E.$$.fragment,e),K=!1},d(e){e&&(n(g),n(l),n(p),n(a),n(h),n(L),n(B),n(H),n(O),n(Y),n(f),n(R),n(Q),n(D),n(q),n(F),n(A)),n(s),M(c,e),M(J,e),M(G,e),M(j),M(I),M(x),M(Z,e),M(C),M(E,e)}}}const xe='{"title":"Dance Diffusion","local":"dance-diffusion","sections":[{"title":"DanceDiffusionPipeline","local":"diffusers.DanceDiffusionPipeline","sections":[],"depth":2},{"title":"AudioPipelineOutput","local":"diffusers.AudioPipelineOutput","sections":[],"depth":2}],"depth":1}';function ke(V){return ge(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class Ve extends $e{constructor(s){super(),be(this,s,ke,Je,_e,{})}}export{Ve as component}; | |
Xet Storage Details
- Size:
- 12.6 kB
- Xet hash:
- c64a2bcf6bc578b59805b13cb0bbfd68ca136bdf408e0a00da3bab5b24f2a53b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.