Skip to content

Instantly share code, notes, and snippets.

@aicrumb
Last active November 5, 2022 08:05
Show Gist options
  • Save aicrumb/1c26b638f5726fecfbf348f4e5eac0b9 to your computer and use it in GitHub Desktop.
Save aicrumb/1c26b638f5726fecfbf348f4e5eac0b9 to your computer and use it in GitHub Desktop.

me recap (2022 code catalog)

Things I've made this year (that I can remember, not in order of complexity nor chronologically in order)

Quick Inversion, approximate textual-inversion in seconds instead of hours.

Doohickey, A diffusers-based wrapper for stable diffusion, one of (if not? someone fact check) the first public notebooks to incorporate CLIP guidance, loading of any model from the huggingface hub (diffusers or compvis style), and more.

Whatchamacallit an alternative wrapper for simplified use of Stable Diffusion with diffusers pipelines.

Experiments in Adversarial Noise for corrupting an image upon encoding of the VQGAN used in Stable Diffusion. (In response to a tweet about an "anti-ai" filter)

Experiments with pre-training transformers on algorithmically generated texts from scratch. (note: on a laptop 3060, couldn't make it much bigger in reasonable time without a big machine)

Genetic Algorithm for fine-tuning a prompt in accordance to user preferences.

Webui for creating new concepts from existing tokens with sliders representing how much of each token to mix in

Meta-Opt of RGB Tensors for Txt2Img

Experiment with hivemind's 8bit transformer finetuning before load_in_8bit existed.. now this is redundant 🙃

Wrapper around OpenAI's CLIP for few/0-shot classification

Other Assorted Models/Files:

There's countless other side-projects I completed but I'm pretty sure this hits all the main points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment