From 154d837087d835b6b96323f59d62b1db5784922d Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Wed, 14 Dec 2022 21:16:57 -0800 Subject: [PATCH] Tweak about --- pages/about.tsx | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/pages/about.tsx b/pages/about.tsx index eadec37..8638b00 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -410,22 +410,19 @@ export default function Home() {
  • Web app:{" "} - https://github.com/hmartiro/ - riffusion-app + https://github.com/hmartiro/ riffusion-app
  • Inference server:{" "} - https://github.com/hmartiro/ - riffusion-inference + https://github.com/hmartiro/ riffusion-inference
  • Model checkpoint:{" "} - https://huggingface.co/ - riffusion/riffusion-model-v1 + https://huggingface.co/ riffusion/riffusion-model-v1
  • @@ -462,19 +459,17 @@ export default function Home() { image will result in poor, generic audio.

    - Prompt Reweighting - We have support for providing weights for tokens in - a prompt, to emphasize certain words more than others. An example syntax to boost - a word is (vocals:1.2), which applies a 1.2x multiplier. The shorthand (vocals) is - supported for a 1.1x boost or [vocals] for a 1.1x reduction. + Prompt Reweighting - We have support for providing weights + for tokens in a prompt, to emphasize certain words more than others. + An example syntax to boost a word is (vocals:1.2), which applies a + 1.2x multiplier. The shorthand (vocals) is supported for a 1.1x + boost or [vocals] for a 1.1x reduction.

    Parameters can also be specified via URL, for example:
    -
    - https://www.riffusion.com/? - &prompt=rainy+day& - denoising=0.85& + https://www.riffusion.com/? &prompt=rainy+day& denoising=0.85& seedImageId=og_beat

    @@ -519,7 +514,8 @@ export default function Home() {

    - Cinematic New York City in a Dust Storm to Golden hour vibes: + Cinematic New York City in a Dust Storm to{" "} + Golden hour vibes:

    + +

    Citation

    +

    + If you build on this work, please cite it as follows: +

    +
    +            {`@software{Forsgren_Martiros_2022,
    +  author = {Forsgren, Seth* and Martiros, Hayk*},
    +  title = {{Riffusion - Stable diffusion for real-time music generation}},
    +  url = {https://riffusion.com/about},
    +  year = {2022}
    +}`}
    +