Skip to content

Instantly share code, notes, and snippets.

@dearprakash
dearprakash / stablediffusionwalk.py
Created November 29, 2023 20:37 — 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
@dearprakash
dearprakash / VCSEC.proto
Created January 19, 2022 18:10 — forked from LexNastin/VCSEC.proto
The Tesla "Vehicle Secondary" protocol buffer, used for communication with phone keys, keyfobs, tire pressure sensors, and possibly more. Belongs to Tesla, I just extracted it from their mobile app.
/*
* ___________________________________________________________
* | Made by Tesla Motors |
* | Pulled by Arch from the Android app, version: 3.10.13-469 |
* |___________________________________________________________|
*/
syntax = "proto3";
package VCSEC;