mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(app): include style preset defaults in build
This commit is contained in:
parent
9b482e2a4f
commit
5a24b89e54
@ -158,6 +158,10 @@ version = { attr = "invokeai.version.__version__" }
|
|||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
"invokeai.app.assets" = ["**/*.png"]
|
"invokeai.app.assets" = ["**/*.png"]
|
||||||
"invokeai.app.services.workflow_records.default_workflows" = ["*.json"]
|
"invokeai.app.services.workflow_records.default_workflows" = ["*.json"]
|
||||||
|
"invokeai.app.services.style_preset_records" = ["*.json"]
|
||||||
|
"invokeai.app.services.style_preset_images.default_style_preset_images" = [
|
||||||
|
"*.png",
|
||||||
|
]
|
||||||
"invokeai.assets.fonts" = ["**/*.ttf"]
|
"invokeai.assets.fonts" = ["**/*.ttf"]
|
||||||
"invokeai.backend" = ["**.png"]
|
"invokeai.backend" = ["**.png"]
|
||||||
"invokeai.configs" = ["*.example", "**/*.yaml", "*.txt"]
|
"invokeai.configs" = ["*.example", "**/*.yaml", "*.txt"]
|
||||||
|
Loading…
Reference in New Issue
Block a user