Nodes Browser

ComfyDeploy: How Crystools-save works in ComfyUI?

What is Crystools-save?

With this quality of life extension, you can save your workflow with a specific name and include additional details such as the author, a description, and the version (in metadata/json). Important: When you share your workflow (via png/json), others will be able to see your information!

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Crystools-save and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-Crystools-save Hits Donate

🪛 You can save your workflows with a particular file name (finally!), and save author info as metadata 🪛

With this quality of life extension, you can save your workflow with a specific name and include additional details such as the author, a description, and the version (in metadata/json). Important: When you share your workflow (via png/json), others will be able to see your information!

It works transparently; you can load/import the information in the traditional way.

Settings

Settings

  • Use new save button?: I've to change the default behavior of the "save" button. Now it saves the workflow with the name of the project, may you don't want this, so you can turn off this feature.
  • Show project name in menu: Show the project name in the menu (see below).
  • Project name: The name of the project, it will be used to save the workflow and file name.
  • Author: The author of the project.
  • Description: A description of the project.
  • Version: The version of the project.

Menu

Project-name

You can turn on/off the project name in the menu (see settings).

Metadata

If you want to see the metadata, you can use the "Crystools" extension with a "Show metadata" node, ensure you select the "workflow" option.

Show metadata

Important notes

  • I used a specific field in metadata/json: "workflow.extra." I've created an "info" property to store this information. I don't know, and I haven't found any documentation about this, so I hope it's not a problem.

Changelog

Because it is the same project for me, I will use the same changelog on that project ComfyUI-Crystools.

Installation

Install from GitHub

  1. Install ComfyUi.
  2. Clone this repo into custom_modules:
    cd ComfyUI/custom_nodes
    git clone https://github.com/crystian/ComfyUI-Crystools-save.git
    
  3. Start up ComfyUI.

Install from manager

Search for crystools in the manager and install it.


Made with ❤️ by Crystian.