Skip to content
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

How to generate text based scenes? #29

Open
Rizulv opened this issue Jun 5, 2024 · 3 comments
Open

How to generate text based scenes? #29

Rizulv opened this issue Jun 5, 2024 · 3 comments

Comments

@Rizulv
Copy link

Rizulv commented Jun 5, 2024

To generate text prompt based scenes i have to run generate_text.sh file?
but it doesnt include any text prompt function.
and it used generate_diffusion.py which also doesnt have any text prompt function ?
so to use it do i have to make changes in the code lines?
like for example -

parser.add_argument(
    "--text_prompt",
    type=str,
    nargs='+',
    help="Custom text prompts for scene generation"
)
??
@tangjiapeng
Copy link
Owner

Hi, the text prompt is automatically generated from the data preprocessing.

@Rizulv
Copy link
Author

Rizulv commented Jun 10, 2024

But i want to specify how to custom give the text prompts. How can that be done?

@csyhping
Copy link

csyhping commented Aug 29, 2024

Hi, the text prompt is automatically generated from the data preprocessing.

Hi, what do you mean "generated from the data preprocessing?"

Do you mean the user has to use a fixed prompt? If so, where can we find the prompt generation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants