-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
story to images #33
Comments
Well, since different people input stories in various ways (direct input or calling GPT to generate), we did not implement a function/interface for non-researchers. |
Thank you for your reply. I noticed in inference.py that there is the following code: prompt = "The white cat is running after the black-haired man." |
Thank you for your reply. May I inquire about the correct operation of inferrence.py, as I noticed that the two reference images are not in the data folder.
…________________________________
发件人: Haoning Wu ***@***.***>
发送时间: 星期三, 七月 24, 2024 10:00:14 下午
收件人: haoningwu3639/StoryGen ***@***.***>
抄送: zuli ***@***.***>; Author ***@***.***>
主题: Re: [haoningwu3639/StoryGen] story to images (Issue #33)
Well, since different people input stories in various ways (direct input or calling GPT to generate), we did not implement a function/interface for non-researchers.
But you can divide the story into prompts one by one, and generate the story frames step by step in an auto-regressive way by using the functions in 'inference.py'.
You can also further encapsulate a loop based on it to auto-regressively generate the image sequence corresponding to the entire story at once.
―
Reply to this email directly, view it on GitHub<#33 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQLSFPARQVU4WS6FUFXSWVLZN6XOVAVCNFSM6AAAAABLMKQZZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBYGA2DGOJZGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sorry for the late reply, I was on vacation last week. |
Thank you for your wonderful work. May I ask if it is possible for me to input a story and output a series of images. How can I implement this function
The text was updated successfully, but these errors were encountered: