We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b482e2 commit 5a24b89Copy full SHA for 5a24b89
invokeai/app/services/style_preset_images/default_style_preset_images/__init__.py
pyproject.toml
@@ -158,6 +158,10 @@ version = { attr = "invokeai.version.__version__" }
158
[tool.setuptools.package-data]
159
"invokeai.app.assets" = ["**/*.png"]
160
"invokeai.app.services.workflow_records.default_workflows" = ["*.json"]
161
+"invokeai.app.services.style_preset_records" = ["*.json"]
162
+"invokeai.app.services.style_preset_images.default_style_preset_images" = [
163
+ "*.png",
164
+]
165
"invokeai.assets.fonts" = ["**/*.ttf"]
166
"invokeai.backend" = ["**.png"]
167
"invokeai.configs" = ["*.example", "**/*.yaml", "*.txt"]
0 commit comments