Spaces:
Running
Running
mlthefirst99999
commited on
Commit
•
23832fb
1
Parent(s):
c3e4eca
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ class FakeArgs(BaseModel):
|
|
13 |
sd_enable_xformers: bool = False
|
14 |
local_files_only: bool = False
|
15 |
cpu_offload: bool = False
|
16 |
-
|
17 |
gui: bool = False
|
18 |
gui_size: List[int] = [1000, 1000]
|
19 |
input: str = ''
|
|
|
13 |
sd_enable_xformers: bool = False
|
14 |
local_files_only: bool = False
|
15 |
cpu_offload: bool = False
|
16 |
+
cuda: str = "cpu"
|
17 |
gui: bool = False
|
18 |
gui_size: List[int] = [1000, 1000]
|
19 |
input: str = ''
|