You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: audioldm2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In this blog post, we showcase how to use AudioLDM 2 in the Hugging Face 🧨 Di
26
26
optimisations such as half-precision, flash attention, and compilation, and model optimisations such as scheduler choice
27
27
and negative prompting, to reduce the inference time by over **10 times**, with minimal degradation in quality of the
28
28
output audio. The blog post is also accompanied by a more streamlined [Colab notebook](https://colab.research.google.com/github/sanchit-gandhi/notebooks/blob/main/AudioLDM-2.ipynb),
29
-
that contains all the code but fewer explanations
29
+
that contains all the code but fewer explanations.
30
30
31
31
Read to the end to find out how to generate a 10 second audio sample in just 1 second!
32
32
@@ -353,7 +353,7 @@ audio = pipe(prompt, negative_prompt=negative_prompt, num_inference_steps=20, ge
0 commit comments