diff --git a/invokeai/app/services/style_preset_images/default_style_preset_images/__init__.py b/invokeai/app/services/style_preset_images/default_style_preset_images/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pyproject.toml b/pyproject.toml index 6da48e1d74..37ff1936ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,6 +158,10 @@ version = { attr = "invokeai.version.__version__" } [tool.setuptools.package-data] "invokeai.app.assets" = ["**/*.png"] "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.backend" = ["**.png"] "invokeai.configs" = ["*.example", "**/*.yaml", "*.txt"]