This commit is contained in:
Cyberes 2022-11-01 19:02:38 -06:00
parent c6bad25da0
commit ddd2563f54
1 changed files with 4 additions and 4 deletions

View File

@ -73,12 +73,12 @@
"# repo_storage_dir = '/notebooks' # Where the repository will be downloaded to.\n",
"\n",
"# Paid Tier\n",
"free_tier = False\n",
"model_storage_dir = '/storage/models'\n",
"repo_storage_dir = '/notebooks'\n",
"# free_tier = False\n",
"# model_storage_dir = '/storage/models'\n",
"# repo_storage_dir = '/notebooks'\n",
"\n",
"\n",
"activate_xformers = True # Enables the xformers optimizations using pre-built wheels.\n",
"activate_xformers = False # Enables the xformers optimizations using pre-built wheels.\n",
" # Setting to True will automatically set up your environment/machine for xformers. \n",
"\n",
"link_novelai_anime_vae = False # Enables the linking of animevae.pt to each of the NovelAI models.\n",