feat: 为 gradio_app.py 加上 enable_flashvdm
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user