diff --git a/docs/deploy-to-api.md b/docs/deploy-to-api.md index d8269dd9c8..a55892064b 100644 --- a/docs/deploy-to-api.md +++ b/docs/deploy-to-api.md @@ -42,7 +42,7 @@ curl -X POST --location "" + "url": "https://imageurl.com/my-image.png" }, "value_type": "REFERENCE" }, diff --git a/docs/model-import.md b/docs/model-import.md new file mode 100644 index 0000000000..4194f2ca5f --- /dev/null +++ b/docs/model-import.md @@ -0,0 +1,42 @@ +# Importing Models from CivitAI or Hugging Face + +Self service model importing is here! You can now seamlessly upload models directly from Huggingface or CivitAI, streamlining your development process. + +## Importing from CivitAI + +Watch this short tutorial to learn how to easily import models directly from CivitAI. + + + + + +## Importing from Hugging Face + +Watch this short tutorial to learn how to easily import models directly from Hugging Face. + + + + + +## Frequently Asked Questions + +### Q: What file types are supported for model imports? +A: Salt supports .safetensors, .ckpt, and .pth file types. + +### Q: Can I import multiple models at once? +A: Yes, you can import multiple models in parallel. + +### Q: Why can't I import a specific model? +A: We do not support importing private models from either CivitAI or Hugging Face. If the creator of the asset requires you to login, or marks the model as private, you will not be able to import it on Salt. + +If you encounter any issues not covered here or need further assistance, don’t hesitate to reach out to us through **[Discord](https://discord.com/channels/1151592612525002822/1212167911771217961)**. \ No newline at end of file diff --git a/docs/videos/model-import-huggingface.mp4 b/docs/videos/model-import-huggingface.mp4 new file mode 100644 index 0000000000..5f1abd849e Binary files /dev/null and b/docs/videos/model-import-huggingface.mp4 differ diff --git a/docs/videos/model-import-tutorial.mp4 b/docs/videos/model-import-tutorial.mp4 new file mode 100644 index 0000000000..266b9bb87b Binary files /dev/null and b/docs/videos/model-import-tutorial.mp4 differ diff --git a/mkdocs.yml b/mkdocs.yml index 34625072be..8d8639a894 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,7 @@ site_name: Salt Documentation nav: - Getting Started: index.md - Workflows: workflows.md + - Importing Models: model-import.md - Deployments: - Deploy to API: deploy-to-api.md - Deploy to Discord: deploy-to-discord.md