feat: 为 gradio_app.py 加上 enable_flashvdm

This commit is contained in:
WncFht
2025-07-13 11:44:49 +08:00
parent 81b4d9f638
commit 00fa3ac012

View File

@@ -748,8 +748,7 @@ if __name__ == '__main__':
parser.add_argument('--compile', action='store_true')
parser.add_argument('--low_vram_mode', action='store_true')
args = parser.parse_args()
args.enable_flashvdm = False
SAVE_DIR = args.cache_path
os.makedirs(SAVE_DIR, exist_ok=True)