Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ _wg = None
|
|
| 35 |
def get_worldgen():
|
| 36 |
global _wg
|
| 37 |
if _wg is None:
|
| 38 |
-
_wg = WorldGen(mode="t2s", device="cpu", low_vram=True)
|
| 39 |
return _wg
|
| 40 |
|
| 41 |
def _zip_directory(dir_path: Path) -> str:
|
|
|
|
| 35 |
def get_worldgen():
|
| 36 |
global _wg
|
| 37 |
if _wg is None:
|
| 38 |
+
_wg = WorldGen(mode="t2s", device="cpu", low_vram=True, lora_path=None)
|
| 39 |
return _wg
|
| 40 |
|
| 41 |
def _zip_directory(dir_path: Path) -> str:
|