mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 14:52:31 +03:00
Merge branch 'dev' of github.com:unnamedplugins/stable-diffusion-webui into dev
This commit is contained in:
commit
0fc3e592f7
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user