Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ class FakeArgs(BaseModel):
|
|
7 |
port: int = 7860
|
8 |
model: str = 'lama'
|
9 |
hf_access_token: str = ""
|
|
|
10 |
sd_disable_nsfw: bool = False
|
11 |
sd_cpu_textencoder: bool = True
|
12 |
sd_controlnet: bool = False
|
|
|
7 |
port: int = 7860
|
8 |
model: str = 'lama'
|
9 |
hf_access_token: str = ""
|
10 |
+
sd_enable_xformers: bool = False
|
11 |
sd_disable_nsfw: bool = False
|
12 |
sd_cpu_textencoder: bool = True
|
13 |
sd_controlnet: bool = False
|