artifice
1.0.0
การใช้ ML จากภาพสู่วิดีโอแบบ ai เพื่อสร้างภาพหลอนลำดับวิดีโอที่ขยายจากภาพแหล่งเดียว
คุณจะต้องมีคีย์ API จาก Replicate.com ที่ส่งออกเป็นตัวแปรสภาพแวดล้อม
ทดสอบบนเดเบียนลินุกซ์
สิ่งนี้ต้องใช้ ffmpeg
การดำเนินการนี้ต้องเสียเงิน *ดูราคา Replicate.com
วางรูปภาพของคุณในโฟลเดอร์ ./images เอาต์พุต mp4 อยู่ในโฟลเดอร์เอาต์พุต
sudo apt-get install ffmpeg
git clone https://github.com/m-onz/hallucinate
npm i
export REPLICATE_API_TOKEN=r8_BRU **********************************
node hallucinate.js
รอเป็นเวลานาน!
คุณสามารถเพิ่มรูปภาพลงในโฟลเดอร์ images
จากแหล่งใดก็ได้ ผมใช้รุ่นนี้ครับ
ด้วยข้อความแจ้ง:
shocking abstract 3D art in the style of andy warhol and francis bacon for a gallery that shocks the viewer exploring digital, glitch and modern culture, distorted abstract wireframe mesh forms
คุณยังสามารถอัปเดตสคริปต์ hallucinate.js
เพื่อกำหนดค่าโมเดลภาพเป็นวิดีโอได้:
const output = await replicate . run (
"ali-vilab/i2vgen-xl:5821a338d00033abaaba89080a17eb8783d9a17ed710a6b4246a18e0900ccad4" ,
{
input : {
image : dataURI ,
prompt : "shocking abstract 3D art in the style of andy warhol and francis bacon for a gallery that shocks the viewer exploring digital, glitch and modern culture, distorted abstract wireframe mesh forms" ,
max_frames : 33
}
}
) ;
คุณสามารถใช้โมเดลนี้เพื่อสร้าง .gif จากวิดีโอ .mp4
คุณสามารถดูวิดีโอตัวอย่างของผลลัพธ์นี้ได้ที่นี่