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
- -