gitmylo / sd-webui-riffusion-outpaint

Create a song of any length with Riffusion by outpainting until the desired length has been reached!
3 stars 1 forks source link

sd-webui-riffusion-outpaint

Table of contents

  1. What does it do?
  2. Requirements
  3. Known bugs
  4. Recommended settings
  5. Script prompts
  6. How does it work?

What does it do?

Requirements

Known bugs

Recommended settings

Script prompts

Script prompts (\{(eval)} and \{{exec}}) are explained in the extension UI's info section.

How does it work?

  1. Generate the initial image.
  2. Expand the image.
  3. Create an outpainting mask on the expanded area (and spread it).
  4. Generate the masked area. Now the song has been extended, Also replaces some of the old area to improve the transition.
  5. Cut off the newly generated part, and the updated older part.
  6. Repeat from step 2 until the specified length (count) has been reached.
  7. Combine the generated chunks into one big image.