Skip to content

Instantly share code, notes, and snippets.

View computationalmama's full-sized avatar
🥜
Being

computational mama computationalmama

🥜
Being
View GitHub Profile

This is a quick step guide to building and using bleep and synth designer locally on your browser.

Derived from this doc: https://github.com/samaaron/bleep/blob/main/BUILD.md

Installing and Running for the first time

Step 1:

If you have homebrew you can use the command below to install Elixir

brew install elixir

@computationalmama
computationalmama / install-comfyui-mac.md
Last active August 26, 2024 18:04
How to install comfyUI on mac

NOTE: For this you need conda installed.

NOTE: This is for the first time install only!

1. Build a conda enviroment with python 3.11

Change myenv to whatever environment name of your choice

conda create --name myenv python=3.11 -y
conda activate myenv
@computationalmama
computationalmama / ffmpeg-cheatsheet-noobs.md
Last active July 2, 2020 12:32
ffmpeg cheatsheets suitable for n00bs

If you want to make an existing .mp4

$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

will keep adding more