feat: add support for playground v2.5 (#3073)

* feat: add support for playground v2.5

* feat: add preset for playground v2.5

* feat: change URL to mashb1t

* feat: optimize playground v2.5 preset
This commit is contained in:
Manuel Schmid
2024-06-04 20:15:49 +02:00
committed by GitHub
parent cb24c686b0
commit 2d55a5f257
11 changed files with 233 additions and 30 deletions
-3
View File
@@ -1,7 +1,4 @@
import ldm_patched.modules.args_parser as args_parser
import os
from tempfile import gettempdir
args_parser.parser.add_argument("--share", action='store_true', help="Set whether to share on Gradio.")