-
Notifications
You must be signed in to change notification settings - Fork 18
Selection of reference images #46
Description
Thank you for your excellent work! In a previous issue raised by someone else, you mentioned that if one wants to generate a continuous story, they can first generate the first frame of the story in single-frame mode (set stage = 'no'). Then, use the generated frame as the ref_image for generating the next frame of the story, and iteratively generate a coherent and complete story in an autoregressive manner. I have a question: for the story generation task, if I set stage='no' to generate the first frame, and then use the first frame as the reference path to generate the second frame, should the reference path for the third frame be changed to the paths of the first and second frames? If so, would the reference path for the seventh frame be the paths of the first six frames? Or is the reference path always the path of the first generated frame? Or is the reference path the path of the previous frame? (But I personally tried this and felt that the effect was not good.) I hope to get your prompt reply. I'm sorry to bother you! (The attached image is a reproduction of the example in your paper. And my reference image is always fixed to only the first image. I'm not sure if this is correct~)
