From 51dbf1a616894fa7fcfd415fb2358c898ec1a5b6 Mon Sep 17 00:00:00 2001 From: "Zheng Zangwei (Alex Zheng)" Date: Wed, 19 Jun 2024 22:07:44 +0800 Subject: [PATCH] Hotfix/forcehf (#483) * hotfix * hotfix --- configs/opensora-v1-2/inference/sample.py | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/opensora-v1-2/inference/sample.py b/configs/opensora-v1-2/inference/sample.py index 49efca2..3e2c623 100644 --- a/configs/opensora-v1-2/inference/sample.py +++ b/configs/opensora-v1-2/inference/sample.py @@ -19,7 +19,6 @@ model = dict( qk_norm=True, enable_flash_attn=True, enable_layernorm_kernel=True, - force_huggingface=True, ) vae = dict( type="OpenSoraVAE_V1_2",