画像ベースのAIによる動画生成
中級
これはAI分野の自動化ワークフローで、13個のノードを含みます。主にIf, Set, Wait, FormTrigger, GoogleDriveなどのノードを使用、AI技術を活用したスマート自動化を実現。 画像から 🤖🧠 AI 駆動の動画 🎥 を生成して Google Drive にアップロード
前提条件
- •Google Drive API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "WSYhLeH2uNrR9C20",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "AI generated video from image",
"tags": [],
"nodes": [
{
"id": "0b38123a-0134-4bf6-abb8-6a454212d2b4",
"name": "ステータス取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
400
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "1900f2e8-310c-4c0b-914b-0c7a9890fb05",
"name": "60秒待機",
"type": "n8n-nodes-base.wait",
"position": [
660,
400
],
"webhookId": "ba8dcc65-c1aa-427b-9ba0-d083c6af79dc",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "c6c8ff96-b7f0-49d4-ba12-b086f1c07265",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
-240
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "237e03ad-72d2-4ddd-8baf-33c6f88b7c88",
"name": "完了?",
"type": "n8n-nodes-base.if",
"position": [
1020,
400
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "301f51c7-b3eb-4001-b4ad-b504af7085fb",
"name": "データ設定",
"type": "n8n-nodes-base.set",
"position": [
220,
400
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "95c13de7-b11a-4472-9176-68b4c69078d8",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "fc2b9d60-3c3d-4336-805e-94835fe7155c",
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
-20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "df0555de-85e4-45ea-bdb2-e330237bd876",
"name": "付箋7",
"type": "n8n-nodes-base.stickyNote",
"position": [
400,
340
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9d2ab380-a3d4-4745-93d4-dc0040915977",
"name": "フォーム送信時",
"type": "n8n-nodes-base.formTrigger",
"position": [
-40,
400
],
"webhookId": "621b572f-3b5a-4b8c-b0f6-f5c8486d08d6",
"parameters": {},
"typeVersion": 2.2
},
{
"id": "43d68c4e-adaf-4b9b-84b8-db476b35a5f3",
"name": "動画作成",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
400
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "67ecd974-6a94-491a-853b-8c99cc5caad8",
"name": "動画URL取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-20,
720
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "79abf65b-6c38-4108-ba65-d06428d18951",
"name": "動画ファイル取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
200,
720
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "ec0da2e6-70e3-4ee1-abba-5e7157e6fe2e",
"name": "動画アップロード",
"type": "n8n-nodes-base.googleDrive",
"position": [
420,
720
],
"parameters": {},
"typeVersion": 3
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "577f731c-07f5-4708-9afa-90357393e4d9",
"connections": {
"301f51c7-b3eb-4001-b4ad-b504af7085fb": {
"main": [
[
{
"node": "43d68c4e-adaf-4b9b-84b8-db476b35a5f3",
"type": "main",
"index": 0
}
]
]
},
"237e03ad-72d2-4ddd-8baf-33c6f88b7c88": {
"main": [
[
{
"node": "67ecd974-6a94-491a-853b-8c99cc5caad8",
"type": "main",
"index": 0
}
],
[
{
"node": "1900f2e8-310c-4c0b-914b-0c7a9890fb05",
"type": "main",
"index": 0
}
]
]
},
"0b38123a-0134-4bf6-abb8-6a454212d2b4": {
"main": [
[
{
"node": "237e03ad-72d2-4ddd-8baf-33c6f88b7c88",
"type": "main",
"index": 0
}
]
]
},
"43d68c4e-adaf-4b9b-84b8-db476b35a5f3": {
"main": [
[
{
"node": "1900f2e8-310c-4c0b-914b-0c7a9890fb05",
"type": "main",
"index": 0
}
]
]
},
"ec0da2e6-70e3-4ee1-abba-5e7157e6fe2e": {
"main": [
[]
]
},
"1900f2e8-310c-4c0b-914b-0c7a9890fb05": {
"main": [
[
{
"node": "0b38123a-0134-4bf6-abb8-6a454212d2b4",
"type": "main",
"index": 0
}
]
]
},
"67ecd974-6a94-491a-853b-8c99cc5caad8": {
"main": [
[
{
"node": "79abf65b-6c38-4108-ba65-d06428d18951",
"type": "main",
"index": 0
}
]
]
},
"79abf65b-6c38-4108-ba65-d06428d18951": {
"main": [
[
{
"node": "ec0da2e6-70e3-4ee1-abba-5e7157e6fe2e",
"type": "main",
"index": 0
}
]
]
},
"9d2ab380-a3d4-4745-93d4-dc0040915977": {
"main": [
[
{
"node": "301f51c7-b3eb-4001-b4ad-b504af7085fb",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 人工知能
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
WooCommerce服装カタログのAI仮想試着
WooCommerce服装カタログのAI仮想試着自動生成
If
Set
Wait
+
If
Set
Wait
21 ノードDavide
営業
GIF に顔を入れ替える
Fal.run AI と Google サービスで GIF 顔入れ替えを自動化
If
Set
Wait
+
If
Set
Wait
19 ノードDavide
デザイン
画像から 3D モデルへ
Fal.ai Trellis を使って画像を3Dモデルに変換し、Google Drive に保存
If
Set
Wait
+
If
Set
Wait
17 ノードDavide
デザイン
Google Veo3 を使って動画を作成して YouTube にアップロード
Google Veo3 で AI 動画を生成し、Google Drive に保存して YouTube へアップロード
If
Set
Wait
+
If
Set
Wait
22 ノードDavide
人工知能
サウンドエフェクトジェネレーター
CassetteAI を使用してリアルなサウンド効果を生成し、Google ドライブに保存します
If
Wait
Form Trigger
+
If
Wait
Form Trigger
12 ノードDavide
人工知能
リップシンクリップ生成
Infinitalk AIを使って口型同期VRoid動画を作成・共有し、TikTok/YouTubeへアップロード
If
Set
Wait
+
If
Set
Wait
18 ノードDavide
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数13
カテゴリー1
ノードタイプ7
作成者
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
外部リンク
n8n.ioで表示 →
このワークフローを共有