chawin.chen commited on
Commit ·
3183d9b
1
Parent(s): e44b807
fix
Browse files
config.py
CHANGED
|
@@ -382,7 +382,7 @@ ENABLE_LOGGING = os.environ.get("ENABLE_LOGGING", "true").lower() in ("1", "true
|
|
| 382 |
ENABLE_DDCOLOR = os.environ.get("ENABLE_DDCOLOR", "true").lower() in ("1", "true", "on")
|
| 383 |
ENABLE_REALESRGAN = os.environ.get("ENABLE_REALESRGAN", "true").lower() in ("1", "true", "on")
|
| 384 |
ENABLE_GFPGAN = os.environ.get("ENABLE_GFPGAN", "true").lower() in ("1", "true", "on")
|
| 385 |
-
ENABLE_ANIME_STYLE = os.environ.get("ENABLE_ANIME_STYLE", "
|
| 386 |
ENABLE_ANIME_PRELOAD = os.environ.get("ENABLE_ANIME_PRELOAD", "false").lower() in ("1", "true", "on")
|
| 387 |
ENABLE_RVM = os.environ.get("ENABLE_RVM", "true").lower() in ("1", "true", "on")
|
| 388 |
|
|
|
|
| 382 |
ENABLE_DDCOLOR = os.environ.get("ENABLE_DDCOLOR", "true").lower() in ("1", "true", "on")
|
| 383 |
ENABLE_REALESRGAN = os.environ.get("ENABLE_REALESRGAN", "true").lower() in ("1", "true", "on")
|
| 384 |
ENABLE_GFPGAN = os.environ.get("ENABLE_GFPGAN", "true").lower() in ("1", "true", "on")
|
| 385 |
+
ENABLE_ANIME_STYLE = os.environ.get("ENABLE_ANIME_STYLE", "false").lower() in ("1", "true", "on")
|
| 386 |
ENABLE_ANIME_PRELOAD = os.environ.get("ENABLE_ANIME_PRELOAD", "false").lower() in ("1", "true", "on")
|
| 387 |
ENABLE_RVM = os.environ.get("ENABLE_RVM", "true").lower() in ("1", "true", "on")
|
| 388 |
|