Skip to content

Commit

Permalink
Finalize v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiNoel-osu committed Dec 7, 2022
1 parent 54e99ce commit e7b4fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewModel/MiscToolsVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public MiscToolsVM()
{
BindingOperations.EnableCollectionSynchronization(PEmbList, new object());
BindingOperations.EnableCollectionSynchronization(NEmbList, new object());
EmbDir = "V:\\NovelAI\\stable-diffusion-webui\\embeddings";
EmbDir = "<Your stable-diffusion-webui folder path here>\\embeddings";
}
}
}

0 comments on commit e7b4fc2

Please sign in to comment.