Skip to content

Instantly share code, notes, and snippets.

View alleniver's full-sized avatar
🎯
Focusing

alleniver alleniver

🎯
Focusing
  • shaoxing
View GitHub Profile
@alleniver
alleniver / stablediffusionwalk.py
Created August 18, 2022 05:11 — forked from karpathy/stablediffusionwalk.py
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
@alleniver
alleniver / timm.ipynb
Created May 11, 2022 00:48 — forked from Chris-hughes10/timm.ipynb
timm.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.