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 |
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 を Colab で動かすためのスクリプト | |
# URL: https://github.com/red-polo/FramePackLoop | |
!git clone https://github.com/lllyasviel/FramePack.git | |
%cd FramePack | |
!pip install -r requirements.txt | |
#@markdown --- | |
#@markdown ### 実行するUIを選択 |
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 | |
### 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"} |
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
{ | |
"last_node_id": 138, | |
"last_link_id": 247, | |
"nodes": [ | |
{ | |
"id": 52, | |
"type": "BasicScheduler", | |
"pos": [ | |
-637.8325805664062, | |
-149.5433349609375 |
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 | |
#@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 Environment Setup | |
### 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"} |
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 # HunyuanVideo LoRA作成ノートブック | |
#@markdown --- | |
#@markdown ## このノートブックについて | |
#@markdown これは「Hunyuan Video」ベースのLoRAをColabローカル上で作成するためのノートブックとなります。 |
NewerOlder