Instructions to use kellempxt/checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kellempxt/checkpoints with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kellempxt/checkpoints", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Checkpoints Collection
A collection of Stable Diffusion checkpoints organized by base model type.
Structure
pony/- Pony Diffusion modelssdxl/- SDXL modelsflux/- Flux modelssd15/- SD 1.5 models
Usage
from diffusers import StableDiffusionXLPipeline
pipe = StableDiffusionXLPipeline.from_single_file(
"https://huggingface.co/kellempxt/checkpoints/resolve/main/sdxl/model_name/model.safetensors"
)
- Downloads last month
- 1
Hardware compatibility
Log In to add your hardware
2-bit