Skip to content

Commit e7b4fc2

Browse files
committed
Finalize v0.1.1
1 parent 54e99ce commit e7b4fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ViewModel/MiscToolsVM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public MiscToolsVM()
154154
{
155155
BindingOperations.EnableCollectionSynchronization(PEmbList, new object());
156156
BindingOperations.EnableCollectionSynchronization(NEmbList, new object());
157-
EmbDir = "V:\\NovelAI\\stable-diffusion-webui\\embeddings";
157+
EmbDir = "<Your stable-diffusion-webui folder path here>\\embeddings";
158158
}
159159
}
160160
}

0 commit comments

Comments
 (0)