Skip to content

Instantly share code, notes, and snippets.

@matora123
matora123 / wan2.2-instagirl.json
Last active October 9, 2025 13:56
Insta Workflow
{
"id": "11e19437-56ee-487e-bb1f-3bd053f2f3c2",
"revision": 0,
"last_node_id": 76,
"last_link_id": 136,
"nodes": [
{
"id": 4,
"type": "CLIPTextEncode",
"pos": [
#!/bin/bash
# ComfyUI WAN 2.2 Setup Script for RunPod
# Save this as setup.sh in a GitHub repo or web server
set -e
MARKER="/workspace/.setup_complete"
COMFYUI_DIR="/workspace/ComfyUI"
COMFYUI_PORT="${COMFYUI_PORT:-8188}"