From 5ece287149c57440fafe35c79fcf906ac305ed4d Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Mon, 13 Jul 2026 06:18:13 +0800 Subject: [PATCH] docs: add FAQ entry for embedding import on Comfy Cloud --- cloud/import-models.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/import-models.mdx b/cloud/import-models.mdx index fe774796d..622186d0b 100644 --- a/cloud/import-models.mdx +++ b/cloud/import-models.mdx @@ -145,4 +145,8 @@ Make sure your API key has the necessary permissions to access the specific priv Yes. You can delete models you imported. Note that models uploaded by the Comfy internal team cannot be deleted. + + + Yes. Embedding and textual inversion files (supported formats: \`.safetensors\`, \`.pt\`, \`.bin\`) can be imported the same way as other models. Import them from Civitai or Hugging Face using the standard import flow, then reference them in your \`CLIPTextEncode\` node prompt with the embedding syntax (e.g., \`embedding:my-embedding-name\`). +