58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
export const metadata = {
|
|
title: 'Comfy Deploy Video tutorials',
|
|
description:
|
|
'Get started with API integration to run any deploy ComfyUI workflow',
|
|
}
|
|
|
|
**This is a collection of video tutorials on questions that have come up in our [discord channel](https://discord.gg/Zrar7yP6MJ).**
|
|
|
|
# Comfy Deploy workflow walkthrough (comprehensive)
|
|
|
|
Local workflow, to production API
|
|
- Set inputs with Comfy Deploy `External Text` nodes
|
|
- Deploy the workflow
|
|
- Create a machine
|
|
- Deploy an API endpoint for the workflow
|
|
- Test the workflow in Comfy Deploy
|
|
|
|
<video controls>
|
|
<source src="https://pub-1a2bca0642c24fcfb84ce8d8415958d3.r2.dev/comfydeploy_base-sd-setup.mp4" type="video/mp4"/>
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
|
|
|
|
# Test with Docs
|
|
Shows how you can use the <a href='/docs/endpoints'>endpoints docs</a> to test out the API!
|
|
|
|
<video controls>
|
|
<source src="https://pub-1a2bca0642c24fcfb84ce8d8415958d3.r2.dev/comfydeploy_interactive_docs.mp4" type="video/mp4"/>
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
## Intermediate IPAdaptor example run
|
|
Shows off a semi-complex workflow working on Comfy Deploy
|
|
|
|
<video controls>
|
|
<source src="https://pub-1a2bca0642c24fcfb84ce8d8415958d3.r2.dev/ipadapters-test.mp4" type="video/mp4"/>
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
## Animate diff on Comfy Deploy
|
|
Shows off animate diff working on Comfy Deploy
|
|
|
|
<video controls>
|
|
<source src="https://pub-1a2bca0642c24fcfb84ce8d8415958d3.r2.dev/comfydeploy-animediff.mp4" type="video/mp4"/>
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
## Cloning workflows
|
|
What does cloning a workflow look like
|
|
|
|
<video controls>
|
|
<source src="https://pub-1a2bca0642c24fcfb84ce8d8415958d3.r2.dev/comfydeploy-clone-template.mp4" type="video/mp4"/>
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
## [Install custom nodes from any github repo (Loom)](https://www.loom.com/share/c2025c5060e348839ade6a3a9d96441d?sid=6a57f779-0209-4341-a5fd-f99769cdb162)
|
|
- This is only neccessary if the custom node is not in the ComfyUI Manager node list |