Closed Feng881107 closed 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?
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?
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")