Add files via upload

Former-commit-id: 7d752a87448d475d5ff4d4acd4960d205e49353b [formerly 27ba0c85a7]
Former-commit-id: 8e97d41236ea39884715eb270839519887a5e090
This commit is contained in:
Cyberes 2022-10-03 10:11:53 -06:00 committed by GitHub
parent 526fb060cd
commit cbaf8c3df0
1 changed files with 7 additions and 7 deletions

View File

@ -87,11 +87,11 @@
"source_image_directory = '/notebooks/textual inversion/source/'\n",
"\n",
"# Word to activate the embedding in the SD WebUI\n",
"init_word = 'simonstalenhag'\n",
"init_word = 'bananas'\n",
"\n",
"project_name = 'simonstalenhag'\n",
"project_name = 'bananas'\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",
@ -124,16 +124,16 @@
"source_image_directory = '/notebooks/textual inversion/source/'\n",
"\n",
"# Word to activate the embedding in the SD WebUI\n",
"init_word = 'simonstalenhag'\n",
"init_word = 'bananas'\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",
"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",
"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",
"!python \"main.py\" \\\n",
" --base \"{config_path}\" \\\n",