Change to manually download default models instead of auto

This commit is contained in:
litagin02
2024-06-02 15:31:55 +09:00
parent e11e3efce9
commit ab158d1a7b
6 changed files with 22 additions and 11 deletions

View File

@@ -423,7 +423,7 @@
"outputs": [],
"source": [
"# 学習結果を試す・マージ・スタイル分けはこちらから\n",
"!python app.py --share --skip_default_models"
"!python app.py --share"
]
}
],