AquSpring commited on
Commit
43ad599
1 Parent(s): 0a62c57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ class FakeArgs(BaseModel):
16
  sd_run_local: bool = False
17
  local_files_only: bool = False
18
  cpu_offload: bool = False
19
- device: str = "cpu"
20
  gui: bool = False
21
  gui_size: List[int] = [1000, 1000]
22
  input: str = ''
 
16
  sd_run_local: bool = False
17
  local_files_only: bool = False
18
  cpu_offload: bool = False
19
+ device: str = "cuda"
20
  gui: bool = False
21
  gui_size: List[int] = [1000, 1000]
22
  input: str = ''