You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
)
??
The text was updated successfully, but these errors were encountered:
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 -
The text was updated successfully, but these errors were encountered: