Skip to content

Instantly share code, notes, and snippets.

View patrickvonplaten's full-sized avatar

Patrick von Platen patrickvonplaten

View GitHub Profile
@madebyollin
madebyollin / README.md
Last active March 28, 2025 23:36 — forked from mrsteyk/README.md
dalle_runner_api.model_infra.modules.public_diff_vae
@karpathy
karpathy / stablediffusionwalk.py
Last active April 12, 2025 23:27
hacky stablediffusion code for generating videos
"""
stable diffusion dreaming
creates hypnotic moving videos by smoothly walking randomly through the sample space
example way to run this script:
$ python stablediffusionwalk.py --prompt "blueberry spaghetti" --name blueberry
to stitch together the images, e.g.:
$ ffmpeg -r 10 -f image2 -s 512x512 -i blueberry/frame%06d.jpg -vcodec libx264 -crf 10 -pix_fmt yuv420p blueberry.mp4