Instructions to use szxllm/MSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use szxllm/MSD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("szxllm/MSD", 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
Commit History
Update eval.py c14bad3 verified
Update README.md 7289dfb verified
Update README.md 95547bb verified
Update README.md 02ebd21 verified
Create README.md 39c01d4 verified
Delete assets/selection.png f33c062 verified
Delete assets/ssd_algorithm.png 0701d98 verified
Initial clean upload: checkpoint + scripts + PNG via LFS 5e7715d
root commited on
Configure Git LFS for checkpoints and PNGs 849ea7a
root commited on