Skip to content

docs: add FAQ entry for embedding import on Comfy Cloud#1256

Open
lin-bot23 wants to merge 1 commit into
Comfy-Org:mainfrom
lin-bot23:analytics-fix/2026-07-13-cloud-embedding-import
Open

docs: add FAQ entry for embedding import on Comfy Cloud#1256
lin-bot23 wants to merge 1 commit into
Comfy-Org:mainfrom
lin-bot23:analytics-fix/2026-07-13-cloud-embedding-import

Conversation

@lin-bot23

Copy link
Copy Markdown
Contributor

Summary

Multiple users asked about how to use embedding and textual inversion files on Comfy Cloud, but the documentation didn't address this. Mintlify AI analytics shows these questions as unanswered.

Changes

  • cloud/import-models.mdx: Added FAQ entry clarifying that embedding/textual inversion files (.safetensors, .pt, .bin) can be imported via the same Civitai/Hugging Face flow and referenced with embedding syntax in prompts.

Source
Mintlify AI Assistant analytics data (2026-07-05)

Checklist

  • English only (translations separate)
  • PR created by Hermes Agent (bot), do not merge

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The model import FAQ now explains how to import embedding and textual inversion files, lists supported formats, and shows the embedding:<name> syntax for referencing embeddings.

Changes

Embedding Import Documentation

Layer / File(s) Summary
Embedding import FAQ
cloud/import-models.mdx
Adds FAQ guidance for importing embeddings or textual inversion files from Civitai or Hugging Face, including .safetensors, .pt, and .bin formats and CLIPTextEncode usage. A tiny doc imp, neatly in sync.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@cloud/import-models.mdx`:
- Around line 149-150: Reconcile the supported file formats between the upload
restriction near line 122 and the FAQ accordion titled “Can I import embedding
or textual inversion files?”. Clarify that the restriction applies only to
standard model uploads if embeddings and textual inversion files may use .pt and
.bin, or remove those formats from the FAQ so both sections state the same
supported behavior.
- Line 150: Update the inline code spans in the import guidance to use unescaped
backticks for the supported file extensions, CLIPTextEncode, and embedding
syntax; preserve the existing wording and examples.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 856c7ee7-7d4d-48b0-a7be-4a0b8aef7ef3

📥 Commits

Reviewing files that changed from the base of the PR and between 36378b6 and 5ece287.

📒 Files selected for processing (1)
  • cloud/import-models.mdx

Comment thread cloud/import-models.mdx
Comment on lines +149 to +150
<Accordion title="Can I import embedding or textual inversion files?">
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\`).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Reconcile this FAQ with the upload restriction above.

Line 122 says only safetensor files are supported, while this FAQ claims .pt and .bin imports work. Clarify whether the restriction applies only to standard model uploads, or update one of the conflicting claims.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@cloud/import-models.mdx` around lines 149 - 150, Reconcile the supported file
formats between the upload restriction near line 122 and the FAQ accordion
titled “Can I import embedding or textual inversion files?”. Clarify that the
restriction applies only to standard model uploads if embeddings and textual
inversion files may use .pt and .bin, or remove those formats from the FAQ so
both sections state the same supported behavior.

Comment thread cloud/import-models.mdx
</Accordion>

<Accordion title="Can I import embedding or textual inversion files?">
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\`).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Remove the backslashes from inline code spans.

The ``` sequences escape the backticks, so these values may render as literal backticks instead of code-styled tokens. Keep the syntax crisp, not cryptic.

Proposed fix
-    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\`).
+    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 (for example, `embedding:my-embedding-name`).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
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\`).
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 (for example, `embedding:my-embedding-name`).
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@cloud/import-models.mdx` at line 150, Update the inline code spans in the
import guidance to use unescaped backticks for the supported file extensions,
CLIPTextEncode, and embedding syntax; preserve the existing wording and
examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant