6174 / comflowyspace

Comflowyspace is an intuitive, user-friendly, open-source AI tool for generating images and videos, democratizing access to AI technology.
https://comflowy.com/
Other
1.92k stars 91 forks source link

Where are workflows saved? #271

Closed jffaust closed 5 months ago

jffaust commented 5 months ago

Relevant documentation: https://www.comflowy.com/blog/comflowy-vs-comfyui#-supports-workflow-management-functions

"The second major distinguishing feature of ComflowySpace is the addition of Workflow management functions. This feature allows you to manage your Workflow more conveniently, and every change you make will be automatically saved,"

Where are they saved? I looked around the files of the installation destination and I could not see my workflows.

My initial thought when I saw this automatic workflow management was that I could arrange workflows as files in a folder hierarchy and configure the save location so that it is a git repo so I can backup and control versions of my workflows.

Is this not possible?

Nick22nd commented 5 months ago

Derived from path.join(os.homedir(), 'comflowy'), the typical paths are:

• On Mac: ~/comflowy/db/workflows • On Windows: c:\users\your_username\comflowy\db\workflows

jffaust commented 5 months ago

Found it at the path described above on Windows. image

Looks like file names for the workflows are GUIDs so might not be that usable as a git repo.