我想要一天分享一點「LLM從底層堆疊的技術」,並且每篇文章長度控制在三分鐘以內,讓大家不會壓力太大,但是又能夠每天成長一點。
延續 AI說書 - 從0開始 - 607 | Midjourney 與 Runway Gen-2 串接 的圖片,將其匯入 Runway Gen-2 並使用 Prompt:Make this ship sail the sea,產生影片,以下為檢視影片的方式:
from moviepy.editor import *
clip = VideoFileClip("ship_in_galaxy.mp4").subclip(00,7)
clip = clip.loop(5)
clip.ipython_display(width = 900)
結果為:

影片下載方式為:
!curl -L https://raw.githubusercontent.com/Denis2054/Transformers_3rd_Edition/master/Chapter19/ship_in_galaxy.mp4 --output "ship_in_galaxy.mp4"




























