If you want to the Save workflow in ComfyUI and Load the same workflow next time you launch a machine, there are couple of steps you will have to go through with the current RunComfy machine. You only need to do this once.
- Find the pysssss.json in your /ComfyUI/custom-nodes/ComfyUI-Custom-Scripts folder on the right side of the machine page.
- Add the following lines starting from ‘workflows’ to pysssss.json file, remember to add a comma the the end of the previous “false”,
- Restart the ComfyUI and refresh your browser.
- Voila! You can save workflow and load them whenever you want now.
{
"name": "CustomScripts",
"logging": false,
"workflows": {
"directory": "/storage/user/ComfyUI/input/workflows"
}
}
pysssss.json0.1KB