Skip to content

Commit

Permalink
fix embeddings dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ddPn08 committed Jan 1, 2023
1 parent 869d6b8 commit 6f38f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic1111.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"\n",
"for dir in os.listdir(models_path):\n",
" if dir == \"embeddings\":\n",
" ! rm -Rf stable-diffusion-webui/embeddings && ln -s {models_path}/embeddings stable-diffusion-webui/models/embeddings\n",
" ! rm -Rf stable-diffusion-webui/embeddings && ln -s {models_path}/embeddings stable-diffusion-webui/embeddings\n",
" else:\n",
" ! rm -Rf stable-diffusion-webui/models/{dir} && ln -s {models_path}/{dir} stable-diffusion-webui/models/{dir}\n",
"\n",
Expand Down Expand Up @@ -201,7 +201,7 @@
"no_progressbar_hiding = False # @param {type:\"boolean\"}\n",
"medvram = False # @param {type:\"boolean\"}\n",
"lowvram = False # @param {type:\"boolean\"}\n",
"deepdanbooru = True # @param {type:\"boolean\"}\n",
"deepdanbooru = False # @param {type:\"boolean\"}\n",
"xformers = True # @param {type:\"boolean\"}\n",
"disable_opt_split_attention = False # @param {type:\"boolean\"}\n",
"\n",
Expand Down

0 comments on commit 6f38f26

Please sign in to comment.