import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stablelm-3b-4e1t", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("SykoSLM/Stablelm-roleplay-V1")
prompt = "-"
image = pipe(prompt).images[0]- Downloads last month
- -
Model tree for SykoSLM/Stablelm-roleplay-V1
Base model
stabilityai/stablelm-3b-4e1t