Add files via upload
This commit is contained in:
parent
a4dc54e108
commit
27ba0c85a7
|
@ -87,11 +87,11 @@
|
||||||
"source_image_directory = '/notebooks/textual inversion/source/'\n",
|
"source_image_directory = '/notebooks/textual inversion/source/'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Word to activate the embedding in the SD WebUI\n",
|
"# Word to activate the embedding in the SD WebUI\n",
|
||||||
"init_word = 'simonstalenhag'\n",
|
"init_word = 'bananas'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"project_name = 'simonstalenhag'\n",
|
"project_name = 'bananas'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"actual_resume = '/storage/models/trinart2_step115000.ckpt' # trinart2_step115000.ckpt sd-v1-4.ckpt\n",
|
"actual_resume = '/storage/models/sd-v1-4.ckpt'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# ============================================================================================================\n",
|
"# ============================================================================================================\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -124,16 +124,16 @@
|
||||||
"source_image_directory = '/notebooks/textual inversion/source/'\n",
|
"source_image_directory = '/notebooks/textual inversion/source/'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Word to activate the embedding in the SD WebUI\n",
|
"# Word to activate the embedding in the SD WebUI\n",
|
||||||
"init_word = 'simonstalenhag'\n",
|
"init_word = 'bananas'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"project_path = '/notebooks/textual inversion/logs/source2022-10-01T03-52-45_simonstalenhag'\n",
|
"project_path = '/notebooks/textual inversion/logs/<name of folder you last trained>'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"actual_resume = '/storage/models/trinart2_step115000.ckpt' # trinart2_step115000.ckpt sd-v1-4.ckpt\n",
|
"actual_resume = '/storage/models/sd-v1-4.ckpt'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# ============================================================================================================\n",
|
"# ============================================================================================================\n",
|
||||||
"\n",
|
"\n",
|
||||||
"from datetime import datetime\n",
|
"from datetime import datetime\n",
|
||||||
"datetime_str = datetime.now().strftime('%m-%d-%Y_%H:%M:%S')\n",
|
"datetime_str = datetime.now().strftime('%m-%d-%Y_%H-%M-%S')\n",
|
||||||
"\n",
|
"\n",
|
||||||
"!python \"main.py\" \\\n",
|
"!python \"main.py\" \\\n",
|
||||||
" --base \"{config_path}\" \\\n",
|
" --base \"{config_path}\" \\\n",
|
||||||
|
|
Loading…
Reference in New Issue