This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #@title MiniMax H3 with ComfyUI | |
| #@markdown MiniMax H3 を ComfyUI のネイティブノードで起動します。 | |
| #@markdown T2V / I2V / R2V と、映像・32kHzステレオ音声の同時生成に対応します。 | |
| #@markdown | |
| #@markdown **重要:** 最小構成でも約42.5GB(T2V/I2VまたはR2Vの片方)のダウンロードが必要です。 | |
| #@markdown 一般的な Colab T4 / L4 環境では、RAM・VRAM不足や非常に長い生成時間が発生する可能性があります。 | |
| #@markdown A100 40GB 以上とハイメモリランタイムを推奨しますが、通常の Colab 環境での完走を保証するものではありません。 | |
| from pathlib import Path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #@title Setup for Krea 2 in ComfyUI | |
| #@markdown --- | |
| #@markdown # Hugging FaceのAccess Tokens設定 | |
| #@markdown Hugging Faceにホストされている、ダウンロードに認証が必要なモデルをダウンロードする場合はAccess Tokensが必要です。 | |
| #@markdown Access TokensはHugging Faceのサイトにログインした状態で以下のリンクから取得できます。 | |
| #@markdown https://huggingface.co/settings/tokens | |
| #@markdown **なおHugging FaceのAccess Tokensは人と共有しないようにお気をつけください** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #@title Setup for Z-Image in ComfyUI | |
| #@markdown --- | |
| #@markdown # Civitai API Keyの設定 | |
| #@markdown Civitaiにホストされているモデルをダウンロードする場合はAPIキーが必要になりました。APIキーはCivitaiのサイトにログインした状態で以下のリンクから取得できます。 | |
| #@markdown https://civitai.com/user/account | |
| #@markdown **なおCivitaiのAPI Keyは人と共有しないようにお気をつけください** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #@title Qwen-Image-Edit with ComfyUI | |
| #@markdown --- | |
| ### setup ComfyUI ### | |
| from pathlib import Path | |
| OPTIONS = {} | |
| USE_GOOGLE_DRIVE = False #@param {type:"boolean"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #@title Qwen-Image with ComfyUI | |
| #@markdown --- | |
| ### setup ComfyUI ### | |
| from pathlib import Path | |
| OPTIONS = {} | |
| USE_GOOGLE_DRIVE = False #@param {type:"boolean"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@title Wan 2.1 Fusion X | |
| ### setup ComfyUI ### | |
| from pathlib import Path | |
| OPTIONS = {} | |
| USE_GOOGLE_DRIVE = False #@param {type:"boolean"} | |
| UPDATE_COMFY_UI = True #@param {type:"boolean"} | |
| USE_COMFYUI_MANAGER = True #@param {type:"boolean"} | |
| INSTALL_CUSTOM_NODES_DEPENDENCIES = True #@param {type:"boolean"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #@title Environment Setup (Flux 1 Kontext [dev]) | |
| ### setup ComfyUI ### | |
| from pathlib import Path | |
| OPTIONS = {} | |
| USE_GOOGLE_DRIVE = False #@param {type:"boolean"} | |
| UPDATE_COMFY_UI = True #@param {type:"boolean"} | |
| USE_COMFYUI_MANAGER = True #@param {type:"boolean"} | |
| INSTALL_CUSTOM_NODES_DEPENDENCIES = True #@param {type:"boolean"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@title FramePack StudioをColabノートブックで動かすためのスクリプト | |
| # URL: https://github.com/colinurbs/FramePack-Studio | |
| !git clone https://github.com/colinurbs/FramePack-Studio.git | |
| %cd FramePack-Studio | |
| !pip install -r requirements.txt | |
| !python studio.py --share |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@title FramePackLoop を Colab で動かすためのスクリプト | |
| # URL: https://github.com/red-polo/FramePackLoop | |
| !git clone https://github.com/lllyasviel/FramePack.git | |
| %cd FramePack | |
| # 動作確認済みとしてFramePackLoop側に記載されていたコミット(2025-04-28時点) | |
| !git checkout 6da55e8 | |
| # 依存ライブラリのインストール(FramePack 本家) | |
| !pip install -r requirements.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@title FramePack-eichi を Colab で動かすためのスクリプト | |
| # URL: https://github.com/git-ai-code/FramePack-eichi | |
| # Setup FramePack | |
| %cd /content | |
| !git clone https://github.com/lllyasviel/FramePack.git | |
| %cd FramePack | |
| # Setup FramePack-eichi | |
| !git clone https://github.com/git-ai-code/FramePack-eichi.git /content/FramePack-eichi |
NewerOlder