advanced preset load

new model list

i

new candidates

add model fallback

allow disable preset download

Update anime.json

Update anime.json

Update config.py

Update anime.json

Update readme.md

Update default.json
This commit is contained in:
lllyasviel
2024-01-27 08:06:31 -08:00
parent ff2187efed
commit 69ad1b3c24
3 changed files with 63 additions and 32 deletions
+6
View File
@@ -20,6 +20,12 @@ args_parser.parser.add_argument("--disable-image-log", action='store_true',
args_parser.parser.add_argument("--disable-analytics", action='store_true',
help="Disables analytics for Gradio", default=False)
args_parser.parser.add_argument("--disable-preset-download", action='store_true',
help="Disables downloading models for presets", default=False)
args_parser.parser.add_argument("--always-download-new-model", action='store_true',
help="Always download newer models ", default=False)
args_parser.parser.set_defaults(
disable_cuda_malloc=True,
in_browser=True,