open-r1/OpenR1-Math-220k
Viewer • Updated • 450k • 54.5k • 759
How to use NikhilJain1102/1102 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("NikhilJain1102/1102", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Base model
deepseek-ai/DeepSeek-V3