-
Notifications
You must be signed in to change notification settings - Fork 186
docs: add FAQ entry for embedding import on Comfy Cloud #1256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -145,4 +145,8 @@ Make sure your API key has the necessary permissions to access the specific priv | |||||
| <Accordion title="Can I delete a model that I uploaded?"> | ||||||
| Yes. You can delete models you imported. Note that models uploaded by the Comfy internal team cannot be deleted. | ||||||
| </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\`). | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Suggested change
🤖 Prompt for AI Agents |
||||||
| </Accordion> | ||||||
| </AccordionGroup> | ||||||
There was a problem hiding this comment.
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
.ptand.binimports work. Clarify whether the restriction applies only to standard model uploads, or update one of the conflicting claims.🤖 Prompt for AI Agents