Add files via upload
Former-commit-id: 088afb33aab52732a973c4304dfc97576e527031 [formerly 1bbc56b099
]
Former-commit-id: 0d09e24b72cfca0ec47f864d34b20ba14e7ffc9b
This commit is contained in:
parent
5bc9b0204a
commit
f976ad8d6c
|
@ -69,6 +69,14 @@
|
|||
"!pip install -e ."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "e201a6a3-b488-41c7-91d0-c9863f51e178",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Now upload the images you want to feed into the AI to `/notebooks/textual inversion/source/`."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
@ -135,6 +143,7 @@
|
|||
"from datetime import datetime\n",
|
||||
"datetime_str = datetime.now().strftime('%m-%d-%Y_%H-%M-%S')\n",
|
||||
"\n",
|
||||
"!rm -rf \"{source_image_directory}/.ipynb_checkpoints\"\n",
|
||||
"!python \"main.py\" \\\n",
|
||||
" --base \"{config_path}\" \\\n",
|
||||
" -t --no-test \\\n",
|
||||
|
|
Loading…
Reference in New Issue