Instructions to use riffusion/riffusion-model-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use riffusion/riffusion-model-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("riffusion/riffusion-model-v1", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
PSA: THE LINK TO THE RIFFUSION WEBSITE HOSTS A COMPLETELY DIFFERENT CLOSED MODEL - MISLEADING
👍 2
4
#33 opened about 1 year ago
by
LVMCS
Was asked to updated the sample_size to 64
#31 opened almost 2 years ago
by
VDGamete
Update?
👍 3
#30 opened over 2 years ago
by
Yhyu13
Adding `safetensors` variant of this model
#29 opened over 2 years ago
by
exiomius
Convert Spectrogram to Audio
#28 opened almost 3 years ago
by
bernland
Modify your songs with Riffusion!
#26 opened about 3 years ago
by
JanBabela
Additional info about fine-tuning
1
#24 opened about 3 years ago
by
JanBabela
Adding `safetensors` variant of this model
#23 opened about 3 years ago
by
dreamingtulpa
riffusion lora finetuning
1
#22 opened about 3 years ago
by
femboysLover
Add Diffusers weights
#21 opened about 3 years ago
by
spaceinvader
How to generate a 90-second audio
2
#20 opened about 3 years ago
by
zhangk
Add `scale_factor` to vae config.
#19 opened over 3 years ago
by
valhalla
Convert weights to jax
#18 opened over 3 years ago
by
jfacevedo
How to train your custom model of riffusion?
3
#16 opened over 3 years ago
by
Shashashasha
When I click a to switch to a new sound prompt, it gives me a user aborted request error.
#14 opened over 3 years ago
by
prompterminal
Finetuning details/code
3
#12 opened over 3 years ago
by
jerobich
Adding `safetensors` variant of this model
#11 opened over 3 years ago
by
Lunibo
Upload riffusion-model-v1-pruned.ckpt
👍 2
6
#7 opened over 3 years ago
by
clembeetlebaby
add gradio web ui
❤️ 2
1
#4 opened over 3 years ago
by
akhaliq