How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("stets/nintendo64_cartridge")

prompt = "n64"
image = pipe(prompt).images[0]

Trigger with n64. Made for SDXL1.0

Creates Nintendo 64 Game Cartridges with cursed text. It might do better with: cartridge, grey, no humans, english text, solo added in.

My first model!

Downloads last month
26
Inference Providers NEW
Examples

Model tree for stets/nintendo64_cartridge

Adapter
(8353)
this model

Spaces using stets/nintendo64_cartridge 22