This file contains 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
!git clone https://github.com/lllyasviel/FramePack.git | |
%cd FramePack | |
!pip install -r requirements.txt | |
!python demo_gradio.py --share |
This file contains 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 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 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 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 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ローカル上で作成するためのノートブックとなります。 |
This file contains 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 --- | |
#@markdown # Civitai API Keyの設定(HunyuanVideo LoRAのダウンロードに必要です) | |
#@markdown Civitaiにホストされているモデルをダウンロードする場合はAPIキーが必要になりました。APIキーはCivitaiのサイトにログインした状態で以下のリンクから取得できます。 | |
#@markdown https://civitai.com/user/account | |
#@markdown **なおCivitaiのAPI Keyは人と共有しないようにお気をつけください** |
This file contains 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
#@markdown # AI Toolkit (Web UI版) をGoogle Colabで動かすためのノートブック | |
#@markdown ## Hugging FaceのAccess Tokens設定 | |
#@markdown FLUX.1-devでトレーニングを行うには必須となります。Access TokensはHugging Faceのサイトにログインした状態で以下のリンクから取得できます。 | |
#@markdown https://huggingface.co/settings/tokens | |
#@markdown **なおHugging FaceのAccess Tokensは人と共有しないようにお気をつけください** | |
HUGGINGFACE_TOKEN= "" #@param {type:"string"} |
This file contains 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": 47, | |
"last_link_id": 129, | |
"nodes": [ | |
{ | |
"id": 8, | |
"type": "VAEDecode", | |
"pos": [ | |
588, | |
-1486 |
This file contains 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 # Hugging FaceのAccess Tokens設定 | |
#@markdown Hugging Faceにホストされている、ダウンロードに認証が必要なモデルをダウンロードする場合はAccess Tokensが必要です。Access TokensはHugging Faceのサイトにログインした状態で以下のリンクから取得できます。 | |
#@markdown https://huggingface.co/settings/tokens | |
#@markdown **なおHugging FaceのAccess Tokensは人と共有しないようにお気をつけください** | |
hf_token = "" #@param {type:"string"} |
NewerOlder