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
| 30-second photorealistic live-action video, 16:9 landscape. A single continuous take from beginning to end. No cuts, no transitions, no montage. | |
| A young adult Japanese woman in her mid-20s is happily running through a vast sunflower field on a bright summer afternoon. She wears a simple, modest, lightweight white cotton summer dress with a flowing knee-length skirt and white sneakers. Her dark natural hair moves freely in the summer breeze. The skirt of her dress flutters lightly and naturally with every stride, responding realistically to her running speed, wind, and body movement. | |
| The entire video is filmed by a friend running directly behind her with a handheld smartphone camera. The camera operator continuously chases and follows her from behind through the sunflower field. Keep the relationship between camera and subject physically believable at all times. The camera never overtakes her and never becomes an external cinematic camera. It always feels like a real person holding a phone while running after |
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 |
NewerOlder