Merge branch 'dev' of github.com:unnamedplugins/stable-diffusion-webui into dev

This commit is contained in:
unnamedplugins 2022-09-13 10:57:37 -04:00
commit 0fc3e592f7

View File

@ -1962,7 +1962,7 @@ def txt2vid(
weights_path,
use_local_file=True,
use_auth_token=True,
torch_dtype=torch.float16 if not defaults.general.no_half else None,
#torch_dtype=torch.float16 if not defaults.general.no_half else None,
revision="fp16" if not defaults.general.no_half else None
)
@ -1982,7 +1982,7 @@ def txt2vid(
weights_path,
use_local_file=True,
use_auth_token=True,
torch_dtype=torch.float16 if not defaults.general.no_half else None,
#torch_dtype=torch.float16 if not defaults.general.no_half else None,
revision="fp16" if not defaults.general.no_half else None
)