Skip to content

Instantly share code, notes, and snippets.

View hathibelagal-dev's full-sized avatar
🎯
Focusing

Ashraff Hathibelagal hathibelagal-dev

🎯
Focusing
View GitHub Profile
@hathibelagal-dev
hathibelagal-dev / DiffusersTest.mr
Last active April 3, 2026 04:37
Testing diffusers with makrell-py
{import torch}
{import diffusers@[StableDiffusionPipeline]}
# segmind/tiny-sd is a very small distilled model (~600MB)
model_id = "segmind/tiny-sd"
{print "Loading Tiny-SD pipeline..."}
pipe = {StableDiffusionPipeline.from_pretrained
model_id