Skip to content

Instantly share code, notes, and snippets.

View dribnet's full-sized avatar

tom white dribnet

View GitHub Profile
@dribnet
dribnet / .DS_Store
Created July 5, 2023 22:01 — forked from uwcc/.DS_Store
Creative Coding 2: Project 1_Clock
@dribnet
dribnet / stablediffusionwalk.py
Last active August 16, 2022 03:16 — forked from karpathy/stablediffusionwalk.py
hacky stablediffusion code for generating videos
"""
draws many samples from a diffusion model by slerp'ing around
the noise space, and dumps frames to a directory. You can then
stitch up the frames with e.g.:
$ ffmpeg -r 10 -f image2 -s 512x512 -i out/frame%06d.jpg -vcodec libx264 -crf 10 -pix_fmt yuv420p test.mp4
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
@dribnet
dribnet / .block
Last active September 23, 2021 03:51 — forked from uwcc/.block
MDDN 342 2021 Assignment 3: Data Mappings
license: mit
@dribnet
dribnet / .block
Last active August 11, 2021 22:53 — forked from uwcc/.block
MDDN 342 2021 Assignment 2: Parameterised Space
license: mit
height: 540
@dribnet
dribnet / .block
Last active July 19, 2021 23:20 — forked from uwcc/.block
MDDN 342 2021 Assignment 1: Random Faces
.
@dribnet
dribnet / .block
Last active March 10, 2021 22:25 — forked from uwcc/.block
2021 MDDN341 Assignment 1: Time-based Media
license: mit
@dribnet
dribnet / .block
Last active October 18, 2020 21:50 — forked from uwcc/.block
2020 MDDN342 Assignment 3: Face Mappings
license: mit
@dribnet
dribnet / .block
Last active September 9, 2020 23:21 — forked from uwcc/.block
2020 MDDN342 Assignment 2: Randomised Collections
license: mit
@dribnet
dribnet / .block
Last active August 5, 2020 23:23 — forked from uwcc/.block
2020 MDDN342 Assignment 1: Living Wallpaper
license: mit
height: 540
@dribnet
dribnet / .block
Last active March 1, 2020 22:11 — forked from uwcc/.block
2020 MDDN242 Assignment 1: Software Clock
license: mit