mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(workflow_records): typo
This commit is contained in:
parent
78face3481
commit
f268ea4e39
@ -188,8 +188,8 @@ class SqliteWorkflowRecordsStorage(WorkflowRecordsStorageBase):
|
||||
"""Syncs default workflows to the database. Internal use only."""
|
||||
|
||||
"""
|
||||
An enhancment might be to only update workflows that have changed. This would require we
|
||||
ensure workflow IDs don't change, and the workflow version is incremented.
|
||||
An enhancement might be to only update workflows that have changed. This would require stable
|
||||
default workflow IDs, and properly incrementing the workflow version.
|
||||
|
||||
It's much simpler to just replace them all with whichever workflows are in the directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user