mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
refact: setting default device as cuda
This commit is contained in:
parent
cf1d67a6fd
commit
721aba3f23
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def parse_args():
|
|||
type=str,
|
||||
help="Device on which Stable Diffusion will be run",
|
||||
choices=["cpu", "cuda"],
|
||||
default="cpu"
|
||||
default="cuda"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--torchscript",
|
||||
|
|
Loading…
Reference in a new issue