import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("music-gen/distro", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("DeepFunxtion/rack-jobber")
prompt = "Good Vibes Only"
image = pipe(prompt).images[0]rack jobber

- Prompt
- Good Vibes Only
- Negative Prompt
- That Part
Model description
<audio controls src="https://cdn-uploads.huggingface.co/production/uploads/6563e3248fb38d71f7886ba9/TC5LnRXvjAlAfbdTLRq09.mpga"></audio>
Trigger words
You should use Mexico to trigger the image generation.
You should use Afro-American to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- -
