Upgrade to V2
Guide to upgrade from V1 to V2 APIs
Overview
ComfyDeploy V2 APIs bring significant improvements in performance and features. This guide will walk you through the two main steps required to upgrade from V1 to V2.
If you recently signed up, you will already have v2 enabled.
This is for older users.
Update API Version
First, you’ll need to update your API version in the settings:
- Go to ComfyDeploy Settings
- Find the “API Version” dropdown
- Select “v2” from the options
The budget of workspace is limited to $1000 in v2. To raise this limit, please contact us via Email or Discord DM.
Upgrade Machine Builder Version
After updating the API version, you’ll need to upgrade your machines:
Go to your machines page 2. Click “Edit” on each machine 3. Under “Builder Version”, set the Builder Version to “4”
v4 is reccomended and default, v2 is deprecated, v3 is maintained. You’ll need to update your v2 API access in /settings.
Update API integration
V2 API uses new endpoints. You’ll need to update your API integration as follows:
API Version | Base URL |
---|---|
V1 (Old) | https://www.comfydeploy.com/api/ |
V2 (New) | https://api.comfydeploy.com/api/ |
Remember to update all your API calls to use the new base URL.
What’s New in V2?
- Improved performance and stability
- Default sessions editing for all v4 machines
- v2 python API, more resource access for enterprise users
- Private outputs buckets for enterprise users
Need Help?
If you encounter any issues during the upgrade process:
- Check the machine logs for any errors
- Join our Discord community for support
- Contact us via email for enterprise support
Make sure to test your workflows after upgrading to ensure everything works as expected.
Was this page helpful?