hr_prompt=gr.Textbox(label="Prompt",elem_id=f"hires_prompt",show_label=False,lines=3,placeholder="Prompt that will be used for hires fix pass (leave it blank to use the same prompt as in initial txt2img gen)")
withgr.Column(scale=80):
withgr.Row():
hr_negative_prompt=gr.Textbox(label="Negative prompt",elem_id=f"hires_neg_prompt",show_label=False,lines=3,placeholder="Negative prompt that will be used for hires fix pass (leave it blank to use the same prompt as in initial txt2img gen)")