mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(nodes): it works
This commit is contained in:
committed by
Kent Keirsey
parent
22c34c343a
commit
5bf9891553
@ -63,9 +63,7 @@ class ApiDependencies:
|
||||
|
||||
urls = LocalUrlService()
|
||||
|
||||
image_file_storage = DiskImageFileStorage(
|
||||
f"{output_folder}/images", metadata_service=metadata
|
||||
)
|
||||
image_file_storage = DiskImageFileStorage(f"{output_folder}/images")
|
||||
|
||||
# TODO: build a file/path manager?
|
||||
db_location = os.path.join(output_folder, "invokeai.db")
|
||||
|
Reference in New Issue
Block a user