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("akleine/tiny-sd-turbo_q8_0", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Download model

Quantized to GGUF from https://huggingface.co/cc-nms/tiny-sd-turbo based on https://huggingface.co/stabilityai/sd-turbo

This gguf file is intended for running with sd.cpp . All credits go to: stabilityai, madebyollin, cc-nms. For questions regarding licensing and usage, go to:

Example Image

Downloads last month
68
GGUF
Model size
1B params
Architecture
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for akleine/tiny-sd-turbo_q8_0

Quantized
(6)
this model