{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# 🎬 TuTaDev Studio - ComfyUI Seedance Combo & Wan2.1\n",
    "### Hệ Thống 4 Mắt Xích (Cloud 100% - Bảo Vệ Quota GPU Tự Động)\n",
    "- **Mắt Xích 1:** Điều khiển trên `https://tutadev.pages.dev` (Mã PIN: `89898989`)\n",
    "- **Mắt Xích 2:** GPU Tesla T4 15GB VRAM (Google Colab)\n",
    "- **Mắt Xích 3:** Cloudflare Named Tunnel độc lập https://video.tutalabs.com\\n",
    "- **Mắt Xích 4:** Google Drive vĩnh viễn + Telegram Vault 0đ\n",
    "- ⏱️ **Tự động ngắt sau 3 phút rảnh rỗi** để bảo toàn 100% Quota GPU!"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "# [BƯỚC 1]: GẮN Ổ GOOGLE DRIVE (MẤT 2 GIÂY)\n",
    "from google.colab import drive\n",
    "import os\n",
    "drive.mount('/content/drive')\n",
    "os.makedirs('/content/drive/MyDrive/ComfyUI_Seedance', exist_ok=True)\n",
    "print('✅ Đã gắn kho lưu trữ vĩnh viễn Google Drive thành công!')"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "# [BƯỚC 2]: KHỞI ĐỘNG CỖ MÁY COMFYUI SEEDANCE & ĐƯỜNG HẦM KẾT NỐI VỀ TUTADEV.PAGES.DEV\n",
    "!wget -q -O /content/colab_comfyui_seedance_launcher.py https://raw.githubusercontent.com/tutapro/tutadev/main/scripts/colab_comfyui_seedance_launcher.py || curl -s -o /content/colab_comfyui_seedance_launcher.py https://tutadev.pages.dev/scripts/colab_comfyui_seedance_launcher.py\n",
    "!python3 /content/colab_comfyui_seedance_launcher.py"
   ]
  }
 ],
 "metadata": {
  "accelerator": "GPU",
  "colab": {
   "gpuType": "T4",
   "provenance": []
  },
  "kernelspec": {
   "display_name": "Python 3",
   "name": "python3"
  },
  "language_info": {
   "name": "python"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 0
}