artifice
1.0.0
생성적 AI 이미지-비디오 ML을 사용하여 단일 소스 이미지에서 확장된 비디오 시퀀스를 환각화합니다.
환경 변수로 내보낸 submit.com의 API 키가 필요합니다.
데비안 리눅스에서 테스트됨
이것은 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
}
}
) ;
이 모델을 사용하여 .mp4 비디오에서 .gif를 생성할 수 있습니다.
여기에서 이 출력의 예시 비디오를 볼 수 있습니다.