Skip to content

Commit

Permalink
change default embeddings directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ddPn08 committed Oct 5, 2022
1 parent 6f2488c commit ed439f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic1111.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
" models_path_gdrive = \"/content/drive/MyDrive/AI/models\" # @param {type:\"string\"}\n",
" output_path_gdrive = \"/content/drive/MyDrive/AI/automatic1111/outputs\" # @param {type:\"string\"}\n",
" config_path_gdrive = \"/content/drive/MyDrive/AI/automatic1111/config\" # @param {type:\"string\"}\n",
" embeddings_path_gdrive = \"/content/drive/MyDrive/AI/textual-inversion/embeddings\" # @param {type:\"string\"}\n",
" embeddings_path_gdrive = \"/content/drive/MyDrive/AI/automatic1111/embeddings\" # @param {type:\"string\"}\n",
" models_path = models_path_gdrive\n",
" output_path = output_path_gdrive\n",
" config_path = config_path_gdrive\n",
Expand Down

0 comments on commit ed439f2

Please sign in to comment.