fka/prompts.chat
Viewer • Updated • 1.93k • 31.7k • 9.75k
How to use Avener/Sd3m with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("deepseek-ai/DeepSeek-R1", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Avener/Sd3m")
prompt = "-"
image = pipe(prompt).images[0]
You should use Sd3.m to trigger the image generation.
Download them in the Files & versions tab.
Base model
deepseek-ai/DeepSeek-R1