pytti-tools / pytti-notebook

Start here
https://pytti-tools.github.io/pytti-book/intro.html
MIT License
110 stars 26 forks source link

direct_image_prompts #39

Open kaosbeat opened 2 years ago

kaosbeat commented 2 years ago

From what I can derive from the docs, direct image prompts should behave like a "target_image". Or maybe I don't understand, but it certainly does not behave like that... given:

init image: "car.jpg" scenes: 'a green bike || a long bus' direct_image_prompts: "bike.jpg || bus.jpg"

I expect a video starting from my car.jpg morphing into bike.jpg using the 'a green bike prompt' into the bus.jpg via the 'a long bus' prompt...

am I misunderstanding this?