Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cloud/import-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 format: `.safetensors`) can be imported the same way as other models. Import them from Civitai or Hugging Face using the standard import flow, select the embeddings folder as the target (if prompted), then reference them in your `CLIPTextEncode` node prompt with the embedding syntax (e.g., `embedding:my-embedding-name`).
</Accordion>
</AccordionGroup>
Loading