Skip to content

Instantly share code, notes, and snippets.

View ohadxd's full-sized avatar

Ohad Israel ohadxd

  • 04:17 (UTC -12:00)
View GitHub Profile
@ohadxd
ohadxd / cameraai.sh
Last active January 26, 2026 01:48
StreamingAi
#!/bin/bash
source /venv/main/bin/activate
COMFYUI_DIR=${WORKSPACE}/ComfyUI
# Packages are installed after nodes so we can fix them...
APT_PACKAGES=(
#"package-1"
#"package-2"
@ohadxd
ohadxd / vastaiconfigs.sh
Last active January 18, 2026 13:10
Vast.ai ComfyUI Pro Setup
#!/bin/bash
source /venv/main/bin/activate
COMFYUI_DIR=${WORKSPACE}/ComfyUI
# Packages are installed after nodes so we can fix them...
APT_PACKAGES=(
#"package-1"
"ffmpeg"