Spaces:
Running
Running
Honest1987
commited on
Commit
•
0db8f34
1
Parent(s):
c3e4eca
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 |
-
device: str = "
|
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 |
+
device: str = "cuda"
|
17 |
gui: bool = False
|
18 |
gui_size: List[int] = [1000, 1000]
|
19 |
input: str = ''
|