feat: 为 gradio_app.py 加上 enable_flashvdm
This commit is contained in:
@@ -748,7 +748,6 @@ if __name__ == '__main__':
|
|||||||
parser.add_argument('--compile', action='store_true')
|
parser.add_argument('--compile', action='store_true')
|
||||||
parser.add_argument('--low_vram_mode', action='store_true')
|
parser.add_argument('--low_vram_mode', action='store_true')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
args.enable_flashvdm = False
|
|
||||||
|
|
||||||
SAVE_DIR = args.cache_path
|
SAVE_DIR = args.cache_path
|
||||||
os.makedirs(SAVE_DIR, exist_ok=True)
|
os.makedirs(SAVE_DIR, exist_ok=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user