From f13fb94abf5d636834ea153e09ed1ca76a6ead8a Mon Sep 17 00:00:00 2001 From: CodeExplode <79982924+CodeExplode@users.noreply.github.com> Date: Sun, 6 Nov 2022 18:46:34 +1100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b4c41..8007734 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ A very early WIP of an embeddings editor for AUTOMATIC1111's webui + It will likely add a small amount of startup time due to fetching all the original embeddings to calculate the ranges for the weight sliders, so it's probably better to only enable when you're using it for now + It currently doesn't check for invalid inputs and will likely error easily (e.g. you can enter invalid vector numbers, or click save embedding while no embedding is selected) + 'Refresh Embeddings' will repopulate the embeddings list, though won't reset the weight sliders on the currently selected embedding. Select a different embedding or change the vector number to refresh the weight sliders + Changing the vector number will lose any edited weights for the current vector. Saving the embedding first is required if you want to keep them -It's not easy to get any useful results with this yet, though some features are planned which might help a lot \ No newline at end of file + +It's not easy to get any useful results with this yet, though some features are planned which might help a lot