NVlabs / sds-complete

46 stars 4 forks source link

Text prompt #4

Closed Feng881107 closed 3 months ago

Feng881107 commented 3 months ago

Hello, I would like to inquire about the details regarding text prompts. Should the text prompt be added in the '--text' option in the main.py file, or should it be added in the command line when running the program?

image

parser.add_argument('--text', default="", help="Text prompt")

parser.add_argument('--negative', default='', type=str, help="negative text prompt")

parser.add_argument('--eval_interval', type=int, default=50, help="evaluate on the valid set every interval epochs")