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
parser.add_argument("--gfpgan-model", type=str, help="GFPGAN model file name", default=None)
27
27
parser.add_argument("--no-half", action='store_true', help="do not switch the model to 16-bit floats")
28
+
parser.add_argument("--no-half-vae", action='store_true', help="do not switch the VAE model to 16-bit floats")
28
29
parser.add_argument("--no-progressbar-hiding", action='store_true', help="do not hide progressbar in gradio UI (we hide it because it slows down ML if you have hardware acceleration in browser)")
29
30
parser.add_argument("--max-batch-count", type=int, default=16, help="maximum batch count value for the UI")
0 commit comments