From 1d9b3a64dc64d2b7e376b5ad02766a4c5b74e2d5 Mon Sep 17 00:00:00 2001 From: Tran Xen <137925069+glucauze@users.noreply.github.com> Date: Sun, 30 Jul 2023 14:19:49 +0200 Subject: [PATCH] start v1.1.3 branch --- docs/faq.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.markdown b/docs/faq.markdown index 89eb744..115b9ad 100644 --- a/docs/faq.markdown +++ b/docs/faq.markdown @@ -112,7 +112,7 @@ A face checkpoint is a saved embedding of a face, generated from multiple images The primary advantage of face checkpoints is their size. An embedding is only around 2KB, meaning it's lightweight and can be reused later without requiring additional calculations. -Face checkpoints are saved as `.safetensors` files. Please be aware that exchanging `.safetensors` files carries potential security risks. These files, by default, are not secure and could potentially execute malicious code when opened. Therefore, extreme caution should be exercised when sharing or receiving this type of file. +Face checkpoints are saved as `.safetensors` files. #### How is similarity determined?