We are thrilled to announce a major update to RunComfy, Workflow "Cloud Save" and "Sharing".
1. Why do we need this update?
This update solves the following problems,
- As a ComfyUI user, you may encounter challenges when trying to save a workflow along with its environment for future reuse. The current system lacks the ability to save the complete setup, making it challenging to reproduce results later.
- As a ComfyUI user, you may find that the environment of each workflow is not entirely independent. This lack of isolation can cause conflicting dependencies between workflows, requiring manual resolution each time.
- As a ComfyUI user, if you attempt to reproduce a workflow shared by others, you might face red errors indicating missing nodes, models, or libraries, as the necessary components aren't included or configured properly.
- As a ComfyUI workflow creator, you may need to provide additional support and guidance to users who are trying to set up and run your shared workflows.
2. How does this update solve the problems above?
Based on your valuable feedback, we are introducing the following two powerful new features to tackle these problems once and for all:
2.1 Workflow "Cloud Save"
With Cloud Save, you can now seamlessly save your workflow along with the entire GPU machine environment to the cloud. This includes any changes while working with your workflow:
- OS update (drivers and packages)
- Python libraries
- ComfyUI releases
- Custom Nodes
- New Models
All your configurations will be saved alongside any workflow you are working on, so you can pick up right where you left off—without losing any progress. You can also reproduce the same results in the future, as the entire setup is preserved.
Furthermore, Cloud Save allows you to save different workflows with their respective environments, eliminating the need to manually resolve conflicts between workflows.