import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("OFT/MODEL_SD15_RockRaiderRuby_v01", dtype=torch.bfloat16, device_map="cuda")
prompt = "photo of the sunset"
image = pipe(prompt).images[0]Rock Raider Ruby
An old version of a customised model. Very simple SD1.5 + 10 photos. Dates back before I learned about LORA's.SD 1.5 trained with character screenshots from Fallout 76.
Codeword: rockraiderruby
Creation date: Dec 2022 - Jan 2023
- Downloads last month
- 4