InvokeAI 4.2.9.dev11__tar.gz → 4.2.9.dev20240823__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/InvokeAI.egg-info/PKG-INFO +1 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/InvokeAI.egg-info/SOURCES.txt +4 -20
- InvokeAI-4.2.9.dev20240823/InvokeAI.egg-info/entry_points.txt +4 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/InvokeAI.egg-info/requires.txt +0 -4
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/PKG-INFO +1 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/baseinvocation.py +31 -23
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/fields.py +0 -14
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/image.py +22 -18
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/model.py +2 -90
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/primitives.py +0 -12
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/events/events_common.py +1 -7
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_install/model_install_default.py +2 -3
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_records/model_records_base.py +0 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_queue/session_queue_common.py +2 -19
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_queue/session_queue_sqlite.py +4 -7
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_15.py +0 -3
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/config.py +3 -60
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/load_default.py +0 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_cache/model_cache_base.py +9 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_cache/model_cache_default.py +62 -61
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/generic_diffusers.py +1 -6
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/stable_diffusion.py +2 -12
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_util.py +1 -12
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/probe.py +12 -57
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/starter_models.py +1 -74
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/util/select_hf_files.py +3 -23
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/conditioning_data.py +5 -16
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/__init__.py +2 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/util.py +3 -0
- InvokeAI-4.2.9.dev20240823/invokeai/frontend/web/dist/assets/App-DNI-ogJF.js +26 -0
- InvokeAI-4.2.9.dev20240823/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-DvNDyPIE.js +1 -0
- InvokeAI-4.2.9.dev20240823/invokeai/frontend/web/dist/assets/images/transparent_bg.png +0 -0
- InvokeAI-4.2.9.dev20240823/invokeai/frontend/web/dist/assets/index-CXpRxQkz.js +563 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/index.html +1 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/en.json +26 -69
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/invocation_api/__init__.py +0 -4
- InvokeAI-4.2.9.dev20240823/invokeai/version/invokeai_version.py +1 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/pyproject.toml +2 -3
- InvokeAI-4.2.9.dev11/InvokeAI.egg-info/entry_points.txt +0 -2
- InvokeAI-4.2.9.dev11/invokeai/app/invocations/flux_text_encoder.py +0 -92
- InvokeAI-4.2.9.dev11/invokeai/app/invocations/flux_text_to_image.py +0 -169
- InvokeAI-4.2.9.dev11/invokeai/app/services/workflow_records/default_workflows/Flux Text to Image.json +0 -260
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/math.py +0 -32
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/model.py +0 -117
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/modules/autoencoder.py +0 -310
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/modules/conditioner.py +0 -33
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/modules/layers.py +0 -253
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/sampling.py +0 -167
- InvokeAI-4.2.9.dev11/invokeai/backend/flux/util.py +0 -71
- InvokeAI-4.2.9.dev11/invokeai/backend/model_manager/load/model_loaders/flux.py +0 -234
- InvokeAI-4.2.9.dev11/invokeai/backend/quantization/bnb_llm_int8.py +0 -135
- InvokeAI-4.2.9.dev11/invokeai/backend/quantization/bnb_nf4.py +0 -156
- InvokeAI-4.2.9.dev11/invokeai/backend/quantization/scripts/load_flux_model_bnb_llm_int8.py +0 -79
- InvokeAI-4.2.9.dev11/invokeai/backend/quantization/scripts/load_flux_model_bnb_nf4.py +0 -96
- InvokeAI-4.2.9.dev11/invokeai/backend/quantization/scripts/quantize_t5_xxl_bnb_llm_int8.py +0 -92
- InvokeAI-4.2.9.dev11/invokeai/frontend/cli/__init__.py +0 -0
- InvokeAI-4.2.9.dev11/invokeai/frontend/web/dist/assets/App-BeqKOIea.js +0 -66
- InvokeAI-4.2.9.dev11/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-pqPKAJUu.js +0 -1
- InvokeAI-4.2.9.dev11/invokeai/frontend/web/dist/assets/index-BGgOiIGq.js +0 -563
- InvokeAI-4.2.9.dev11/invokeai/version/invokeai_version.py +0 -1
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/InvokeAI.egg-info/dependency_links.txt +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/InvokeAI.egg-info/top_level.txt +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/LICENSE +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/LICENSE-SD1+SD2.txt +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/LICENSE-SDXL.txt +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/README.md +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/dependencies.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/no_cache_staticfiles.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/app_info.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/board_images.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/boards.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/download_queue.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/images.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/model_manager.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/session_queue.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/style_presets.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/utilities.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/routers/workflows.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api/sockets.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/api_app.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/assets/images/caution.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/blend_latents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/collections.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/compel.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/constants.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/controlnet_image_processors.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/create_denoise_mask.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/create_gradient_mask.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/crop_latents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/custom_nodes/README.md +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/custom_nodes/init.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/cv.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/denoise_latents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/facetools.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/grounding_dino.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/ideal_size.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/image_to_latents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/infill.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/ip_adapter.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/latents_to_image.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/mask.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/math.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/metadata.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/noise.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/param_easing.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/prompt.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/resize_latents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/scheduler.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/sdxl.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/segment_anything.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/spandrel_image_to_image.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/strings.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/t2i_adapter.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/tiled_multi_diffusion_denoise_latents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/tiles.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/upscale.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/util.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/run_app.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_image_records/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_image_records/board_image_records_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_image_records/board_image_records_sqlite.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_images/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_images/board_images_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_images/board_images_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_images/board_images_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_records/board_records_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_records/board_records_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/board_records/board_records_sqlite.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/boards/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/boards/boards_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/boards/boards_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/boards/boards_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/bulk_download/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/bulk_download/bulk_download_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/bulk_download/bulk_download_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/bulk_download/bulk_download_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/config/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/config/config_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/config/config_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/download/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/download/download_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/download/download_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/events/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/events/events_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/events/events_fastapievents.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_files/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_files/image_files_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_files/image_files_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_files/image_files_disk.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_records/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_records/image_records_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_records/image_records_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/image_records/image_records_sqlite.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/images/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/images/images_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/images/images_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/images/images_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_cache/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_cache/invocation_cache_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_cache/invocation_cache_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_cache/invocation_cache_memory.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_services.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_stats/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_stats/invocation_stats_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_stats/invocation_stats_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invocation_stats/invocation_stats_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/invoker.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/item_storage/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/item_storage/item_storage_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/item_storage/item_storage_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/item_storage/item_storage_memory.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_images/model_images_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_images/model_images_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_images/model_images_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_install/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_install/model_install_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_install/model_install_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_load/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_load/model_load_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_load/model_load_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_manager/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_manager/model_manager_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_manager/model_manager_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_manager/model_manager_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_records/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/model_records/model_records_sql.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/names/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/names/names_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/names/names_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/names/names_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/object_serializer/object_serializer_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/object_serializer/object_serializer_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/object_serializer/object_serializer_disk.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/object_serializer/object_serializer_forward_cache.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_processor/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_processor/session_processor_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_processor/session_processor_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_processor/session_processor_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_queue/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/session_queue/session_queue_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/graph.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/invocation_context.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/pagination.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite/sqlite_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite/sqlite_database.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite/sqlite_util.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_1.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_10.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_11.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_12.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_13.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_14.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_2.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_3.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_4.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_5.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_6.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_7.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_8.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_9.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/sqlite_migrator_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/shared/sqlite_migrator/sqlite_migrator_impl.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Anime.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Architectural Visualization.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Concept Art (Character).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Concept Art (Fantasy).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Concept Art (Painterly).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Concept Art (Sci-Fi).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Environment Art.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Illustration.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Interior Design (Visualization).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Line Art.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Photography (Black and White).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Photography (General).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Photography (Landscape).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Photography (Portrait).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Photography (Studio Lighting).png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Product Rendering.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Sketch.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/Vehicles.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/default_style_preset_images/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/style_preset_images_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/style_preset_images_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_images/style_preset_images_disk.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_records/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_records/default_style_presets.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_records/style_preset_records_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_records/style_preset_records_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/style_preset_records/style_preset_records_sqlite.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/urls/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/urls/urls_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/urls/urls_default.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/ESRGAN Upscaling with Canny ControlNet.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Face Detailer with IP-Adapter & Canny (See Note in Details).json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Multi ControlNet (Canny & Depth).json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/MultiDiffusion SD1.5.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/MultiDiffusion SDXL.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Prompt from File.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Text to Image - SD1.5.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Text to Image - SDXL.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Text to Image with LoRA.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/default_workflows/Tiled Upscaling (Beta).json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/workflow_records_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/workflow_records_common.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/workflow_records/workflow_records_sqlite.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/shared/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/shared/models.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/controlnet_utils.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/custom_openapi.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/metaenum.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/misc.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/model_exclude_null.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/profiler.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/step_callback.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/suppress_output.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/thumbnails.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/util/ti_utils.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/assets/fonts/inter/Inter-Regular.ttf +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/basicsr/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/basicsr/arch_util.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/basicsr/rrdbnet_arch.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/canny.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/depth_anything/depth_anything_pipeline.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/dw_openpose/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/dw_openpose/onnxdet.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/dw_openpose/onnxpose.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/dw_openpose/utils.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/dw_openpose/wholebody.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/grounding_dino/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/grounding_dino/detection_result.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/grounding_dino/grounding_dino_pipeline.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/hed.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/infill_methods/cv2_inpaint.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/infill_methods/lama.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/infill_methods/mosaic.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/infill_methods/patchmatch.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/infill_methods/tile.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/invisible_watermark.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/lineart.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/lineart_anime.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/pngwriter.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/realesrgan/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/realesrgan/realesrgan.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/safety_checker.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/segment_anything/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/segment_anything/mask_refinement.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/segment_anything/segment_anything_pipeline.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/image_util/util.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/ip_adapter/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/ip_adapter/ip_adapter.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/ip_adapter/ip_attention_weights.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/ip_adapter/resampler.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/lora.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_hash/hash_validator.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_hash/model_hash.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/load_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/memory_snapshot.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_cache/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_cache/model_locker.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loader_registry.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/controlnet.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/ip_adapter.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/lora.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/onnx.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/spandrel_image_to_image.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/textual_inversion.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/model_loaders/vae.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/load/optimizations.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/merge.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/metadata/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/metadata/fetch/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/metadata/fetch/fetch_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/metadata/fetch/huggingface.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/metadata/metadata_base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/search.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/util/libc_util.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_manager/util/model_util.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/model_patcher.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/onnx/onnx_runtime.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/raw_model.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/spandrel_image_to_image_model.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/denoise_context.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusers_pipeline.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/custom_atttention.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/regional_ip_data.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/regional_prompt_data.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/shared_invokeai_diffusion.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion/unet_attention_patcher.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/diffusion_backend.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extension_callback_type.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/base.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/controlnet.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/freeu.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/inpaint.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/inpaint_model.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/lora.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/preview.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/rescale_cfg.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/seamless.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions/t2i_adapter.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/extensions_manager.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/multi_diffusion_pipeline.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/schedulers/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/schedulers/schedulers.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/stable_diffusion/vae_tiling.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/textual_inversion.py +0 -0
- {InvokeAI-4.2.9.dev11/invokeai/backend/quantization → InvokeAI-4.2.9.dev20240823/invokeai/backend/tiles}/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/tiles/tiles.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/tiles/utils.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/attention.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/catch_sigint.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/db_maintenance.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/devices.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/hotfixes.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/logging.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/mask.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/mps_fixes.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/original_weights_storage.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/silence_warnings.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/backend/util/test_utils.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/controlnet/cldm_v15.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/controlnet/cldm_v21.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/sd_xl_base.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/sd_xl_inpaint.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/sd_xl_refiner.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v1-finetune.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v1-finetune_style.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v1-inference-v.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v1-inference.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v1-inpainting-inference.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v1-m1-finetune.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v2-inference-v.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v2-inference.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v2-inpainting-inference-v.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v2-inpainting-inference.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/configs/stable-diffusion/v2-midas-inference.yaml +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11/invokeai/backend/tiles → InvokeAI-4.2.9.dev20240823/invokeai/frontend/cli}/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/cli/arg_parser.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/install/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/install/import_images.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/App-DEu4J2pT.css +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-B2NxUfIp.css +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-alert-favicon.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-avatar-circle.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-avatar-square.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-favicon.png +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-favicon.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-key-char-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-key-char-sml.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-key-wht-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-key-wht-sml.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-symbol-char-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-symbol-char-sml.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-symbol-wht-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-symbol-wht-sml.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-symbol-ylw-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-tag-char-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-tag-char-sml.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-tag-lrg.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-tag-sml.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-wordmark-charcoal.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/invoke-wordmark-white.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/images/mask.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-cyrillic-ext-wght-normal-B2xhLi22.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-cyrillic-wght-normal-CMZtQduZ.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-greek-ext-wght-normal-CGAr0uHJ.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-greek-wght-normal-CaVNZxsx.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-latin-ext-wght-normal-CFHvXkgd.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-latin-wght-normal-C2S99t-D.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2 +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/assets/worker-Dywf1EVc.js +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/ar.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/az.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/bg.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/de.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/es.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/fi.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/fr.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/he.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/hu.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/it.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/ja.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/ko.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/mn.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/nl.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/pl.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/pt.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/pt_BR.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/ro.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/ru.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/sv.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/tr.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/uk.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/vi.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/zh_CN.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/dist/locales/zh_Hant.json +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/scripts/clean_translations.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/frontend/web/static/docs/invoke-favicon-docs.svg +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/version/__init__.py +0 -0
- {InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: InvokeAI
|
|
3
|
-
Version: 4.2.9.
|
|
3
|
+
Version: 4.2.9.dev20240823
|
|
4
4
|
Summary: An implementation of Stable Diffusion which provides various new features and options to aid the image generation process
|
|
5
5
|
Author-email: The InvokeAI Project <lincoln.stein@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -40,8 +40,6 @@ invokeai/app/invocations/cv.py
|
|
|
40
40
|
invokeai/app/invocations/denoise_latents.py
|
|
41
41
|
invokeai/app/invocations/facetools.py
|
|
42
42
|
invokeai/app/invocations/fields.py
|
|
43
|
-
invokeai/app/invocations/flux_text_encoder.py
|
|
44
|
-
invokeai/app/invocations/flux_text_to_image.py
|
|
45
43
|
invokeai/app/invocations/grounding_dino.py
|
|
46
44
|
invokeai/app/invocations/ideal_size.py
|
|
47
45
|
invokeai/app/invocations/image.py
|
|
@@ -221,7 +219,6 @@ invokeai/app/services/workflow_records/workflow_records_common.py
|
|
|
221
219
|
invokeai/app/services/workflow_records/workflow_records_sqlite.py
|
|
222
220
|
invokeai/app/services/workflow_records/default_workflows/ESRGAN Upscaling with Canny ControlNet.json
|
|
223
221
|
invokeai/app/services/workflow_records/default_workflows/Face Detailer with IP-Adapter & Canny (See Note in Details).json
|
|
224
|
-
invokeai/app/services/workflow_records/default_workflows/Flux Text to Image.json
|
|
225
222
|
invokeai/app/services/workflow_records/default_workflows/Multi ControlNet (Canny & Depth).json
|
|
226
223
|
invokeai/app/services/workflow_records/default_workflows/MultiDiffusion SD1.5.json
|
|
227
224
|
invokeai/app/services/workflow_records/default_workflows/MultiDiffusion SDXL.json
|
|
@@ -250,13 +247,6 @@ invokeai/backend/model_patcher.py
|
|
|
250
247
|
invokeai/backend/raw_model.py
|
|
251
248
|
invokeai/backend/spandrel_image_to_image_model.py
|
|
252
249
|
invokeai/backend/textual_inversion.py
|
|
253
|
-
invokeai/backend/flux/math.py
|
|
254
|
-
invokeai/backend/flux/model.py
|
|
255
|
-
invokeai/backend/flux/sampling.py
|
|
256
|
-
invokeai/backend/flux/util.py
|
|
257
|
-
invokeai/backend/flux/modules/autoencoder.py
|
|
258
|
-
invokeai/backend/flux/modules/conditioner.py
|
|
259
|
-
invokeai/backend/flux/modules/layers.py
|
|
260
250
|
invokeai/backend/image_util/__init__.py
|
|
261
251
|
invokeai/backend/image_util/canny.py
|
|
262
252
|
invokeai/backend/image_util/hed.py
|
|
@@ -313,7 +303,6 @@ invokeai/backend/model_manager/load/model_cache/model_cache_default.py
|
|
|
313
303
|
invokeai/backend/model_manager/load/model_cache/model_locker.py
|
|
314
304
|
invokeai/backend/model_manager/load/model_loaders/__init__.py
|
|
315
305
|
invokeai/backend/model_manager/load/model_loaders/controlnet.py
|
|
316
|
-
invokeai/backend/model_manager/load/model_loaders/flux.py
|
|
317
306
|
invokeai/backend/model_manager/load/model_loaders/generic_diffusers.py
|
|
318
307
|
invokeai/backend/model_manager/load/model_loaders/ip_adapter.py
|
|
319
308
|
invokeai/backend/model_manager/load/model_loaders/lora.py
|
|
@@ -331,12 +320,6 @@ invokeai/backend/model_manager/util/libc_util.py
|
|
|
331
320
|
invokeai/backend/model_manager/util/model_util.py
|
|
332
321
|
invokeai/backend/model_manager/util/select_hf_files.py
|
|
333
322
|
invokeai/backend/onnx/onnx_runtime.py
|
|
334
|
-
invokeai/backend/quantization/__init__.py
|
|
335
|
-
invokeai/backend/quantization/bnb_llm_int8.py
|
|
336
|
-
invokeai/backend/quantization/bnb_nf4.py
|
|
337
|
-
invokeai/backend/quantization/scripts/load_flux_model_bnb_llm_int8.py
|
|
338
|
-
invokeai/backend/quantization/scripts/load_flux_model_bnb_nf4.py
|
|
339
|
-
invokeai/backend/quantization/scripts/quantize_t5_xxl_bnb_llm_int8.py
|
|
340
323
|
invokeai/backend/stable_diffusion/__init__.py
|
|
341
324
|
invokeai/backend/stable_diffusion/denoise_context.py
|
|
342
325
|
invokeai/backend/stable_diffusion/diffusers_pipeline.py
|
|
@@ -403,11 +386,11 @@ invokeai/frontend/install/__init__.py
|
|
|
403
386
|
invokeai/frontend/install/import_images.py
|
|
404
387
|
invokeai/frontend/web/__init__.py
|
|
405
388
|
invokeai/frontend/web/dist/index.html
|
|
406
|
-
invokeai/frontend/web/dist/assets/App-BeqKOIea.js
|
|
407
389
|
invokeai/frontend/web/dist/assets/App-DEu4J2pT.css
|
|
390
|
+
invokeai/frontend/web/dist/assets/App-DNI-ogJF.js
|
|
408
391
|
invokeai/frontend/web/dist/assets/ThemeLocaleProvider-B2NxUfIp.css
|
|
409
|
-
invokeai/frontend/web/dist/assets/ThemeLocaleProvider-
|
|
410
|
-
invokeai/frontend/web/dist/assets/index-
|
|
392
|
+
invokeai/frontend/web/dist/assets/ThemeLocaleProvider-DvNDyPIE.js
|
|
393
|
+
invokeai/frontend/web/dist/assets/index-CXpRxQkz.js
|
|
411
394
|
invokeai/frontend/web/dist/assets/inter-cyrillic-ext-wght-normal-B2xhLi22.woff2
|
|
412
395
|
invokeai/frontend/web/dist/assets/inter-cyrillic-wght-normal-CMZtQduZ.woff2
|
|
413
396
|
invokeai/frontend/web/dist/assets/inter-greek-ext-wght-normal-CGAr0uHJ.woff2
|
|
@@ -437,6 +420,7 @@ invokeai/frontend/web/dist/assets/images/invoke-tag-sml.svg
|
|
|
437
420
|
invokeai/frontend/web/dist/assets/images/invoke-wordmark-charcoal.svg
|
|
438
421
|
invokeai/frontend/web/dist/assets/images/invoke-wordmark-white.svg
|
|
439
422
|
invokeai/frontend/web/dist/assets/images/mask.svg
|
|
423
|
+
invokeai/frontend/web/dist/assets/images/transparent_bg.png
|
|
440
424
|
invokeai/frontend/web/dist/locales/ar.json
|
|
441
425
|
invokeai/frontend/web/dist/locales/az.json
|
|
442
426
|
invokeai/frontend/web/dist/locales/bg.json
|
|
@@ -11,7 +11,6 @@ onnxruntime==1.16.3
|
|
|
11
11
|
opencv-python==4.9.0.80
|
|
12
12
|
pytorch-lightning==2.1.3
|
|
13
13
|
safetensors==0.4.3
|
|
14
|
-
sentencepiece==0.2.0
|
|
15
14
|
spandrel==0.3.4
|
|
16
15
|
timm==0.6.13
|
|
17
16
|
torch==2.2.2
|
|
@@ -53,9 +52,6 @@ scikit-image~=0.21.0
|
|
|
53
52
|
semver~=3.0.1
|
|
54
53
|
test-tube~=0.7.5
|
|
55
54
|
|
|
56
|
-
[:sys_platform != "darwin"]
|
|
57
|
-
bitsandbytes==0.43.3
|
|
58
|
-
|
|
59
55
|
[:sys_platform == "win32"]
|
|
60
56
|
windows-curses
|
|
61
57
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: InvokeAI
|
|
3
|
-
Version: 4.2.9.
|
|
3
|
+
Version: 4.2.9.dev20240823
|
|
4
4
|
Summary: An implementation of Stable Diffusion which provides various new features and options to aid the image generation process
|
|
5
5
|
Author-email: The InvokeAI Project <lincoln.stein@gmail.com>
|
|
6
6
|
License: Apache License
|
{InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/invocations/baseinvocation.py
RENAMED
|
@@ -20,6 +20,7 @@ from typing import (
|
|
|
20
20
|
Type,
|
|
21
21
|
TypeVar,
|
|
22
22
|
Union,
|
|
23
|
+
cast,
|
|
23
24
|
)
|
|
24
25
|
|
|
25
26
|
import semver
|
|
@@ -79,7 +80,7 @@ class UIConfigBase(BaseModel):
|
|
|
79
80
|
version: str = Field(
|
|
80
81
|
description='The node\'s version. Should be a valid semver string e.g. "1.0.0" or "3.8.13".',
|
|
81
82
|
)
|
|
82
|
-
node_pack: str = Field(description="
|
|
83
|
+
node_pack: Optional[str] = Field(default=None, description="Whether or not this is a custom node")
|
|
83
84
|
classification: Classification = Field(default=Classification.Stable, description="The node's classification")
|
|
84
85
|
|
|
85
86
|
model_config = ConfigDict(
|
|
@@ -229,16 +230,18 @@ class BaseInvocation(ABC, BaseModel):
|
|
|
229
230
|
@staticmethod
|
|
230
231
|
def json_schema_extra(schema: dict[str, Any], model_class: Type[BaseInvocation]) -> None:
|
|
231
232
|
"""Adds various UI-facing attributes to the invocation's OpenAPI schema."""
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
233
|
+
uiconfig = cast(UIConfigBase | None, getattr(model_class, "UIConfig", None))
|
|
234
|
+
if uiconfig is not None:
|
|
235
|
+
if uiconfig.title is not None:
|
|
236
|
+
schema["title"] = uiconfig.title
|
|
237
|
+
if uiconfig.tags is not None:
|
|
238
|
+
schema["tags"] = uiconfig.tags
|
|
239
|
+
if uiconfig.category is not None:
|
|
240
|
+
schema["category"] = uiconfig.category
|
|
241
|
+
if uiconfig.node_pack is not None:
|
|
242
|
+
schema["node_pack"] = uiconfig.node_pack
|
|
243
|
+
schema["classification"] = uiconfig.classification
|
|
244
|
+
schema["version"] = uiconfig.version
|
|
242
245
|
if "required" not in schema or not isinstance(schema["required"], list):
|
|
243
246
|
schema["required"] = []
|
|
244
247
|
schema["class"] = "invocation"
|
|
@@ -309,7 +312,7 @@ class BaseInvocation(ABC, BaseModel):
|
|
|
309
312
|
json_schema_extra={"field_kind": FieldKind.NodeAttribute},
|
|
310
313
|
)
|
|
311
314
|
|
|
312
|
-
UIConfig: ClassVar[UIConfigBase]
|
|
315
|
+
UIConfig: ClassVar[Type[UIConfigBase]]
|
|
313
316
|
|
|
314
317
|
model_config = ConfigDict(
|
|
315
318
|
protected_namespaces=(),
|
|
@@ -438,25 +441,30 @@ def invocation(
|
|
|
438
441
|
validate_fields(cls.model_fields, invocation_type)
|
|
439
442
|
|
|
440
443
|
# Add OpenAPI schema extras
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
444
|
+
uiconfig_name = cls.__qualname__ + ".UIConfig"
|
|
445
|
+
if not hasattr(cls, "UIConfig") or cls.UIConfig.__qualname__ != uiconfig_name:
|
|
446
|
+
cls.UIConfig = type(uiconfig_name, (UIConfigBase,), {})
|
|
447
|
+
cls.UIConfig.title = title
|
|
448
|
+
cls.UIConfig.tags = tags
|
|
449
|
+
cls.UIConfig.category = category
|
|
450
|
+
cls.UIConfig.classification = classification
|
|
451
|
+
|
|
452
|
+
# Grab the node pack's name from the module name, if it's a custom node
|
|
453
|
+
is_custom_node = cls.__module__.rsplit(".", 1)[0] == "invokeai.app.invocations"
|
|
454
|
+
if is_custom_node:
|
|
455
|
+
cls.UIConfig.node_pack = cls.__module__.split(".")[0]
|
|
456
|
+
else:
|
|
457
|
+
cls.UIConfig.node_pack = None
|
|
448
458
|
|
|
449
459
|
if version is not None:
|
|
450
460
|
try:
|
|
451
461
|
semver.Version.parse(version)
|
|
452
462
|
except ValueError as e:
|
|
453
463
|
raise InvalidVersionError(f'Invalid version string for node "{invocation_type}": "{version}"') from e
|
|
454
|
-
|
|
464
|
+
cls.UIConfig.version = version
|
|
455
465
|
else:
|
|
456
466
|
logger.warn(f'No version specified for node "{invocation_type}", using "1.0.0"')
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
cls.UIConfig = UIConfigBase(**uiconfig)
|
|
467
|
+
cls.UIConfig.version = "1.0.0"
|
|
460
468
|
|
|
461
469
|
if use_cache is not None:
|
|
462
470
|
cls.model_fields["use_cache"].default = use_cache
|
|
@@ -40,18 +40,14 @@ class UIType(str, Enum, metaclass=MetaEnum):
|
|
|
40
40
|
|
|
41
41
|
# region Model Field Types
|
|
42
42
|
MainModel = "MainModelField"
|
|
43
|
-
FluxMainModel = "FluxMainModelField"
|
|
44
43
|
SDXLMainModel = "SDXLMainModelField"
|
|
45
44
|
SDXLRefinerModel = "SDXLRefinerModelField"
|
|
46
45
|
ONNXModel = "ONNXModelField"
|
|
47
46
|
VAEModel = "VAEModelField"
|
|
48
|
-
FluxVAEModel = "FluxVAEModelField"
|
|
49
47
|
LoRAModel = "LoRAModelField"
|
|
50
48
|
ControlNetModel = "ControlNetModelField"
|
|
51
49
|
IPAdapterModel = "IPAdapterModelField"
|
|
52
50
|
T2IAdapterModel = "T2IAdapterModelField"
|
|
53
|
-
T5EncoderModel = "T5EncoderModelField"
|
|
54
|
-
CLIPEmbedModel = "CLIPEmbedModelField"
|
|
55
51
|
SpandrelImageToImageModel = "SpandrelImageToImageModelField"
|
|
56
52
|
# endregion
|
|
57
53
|
|
|
@@ -129,17 +125,13 @@ class FieldDescriptions:
|
|
|
129
125
|
negative_cond = "Negative conditioning tensor"
|
|
130
126
|
noise = "Noise tensor"
|
|
131
127
|
clip = "CLIP (tokenizer, text encoder, LoRAs) and skipped layer count"
|
|
132
|
-
t5_encoder = "T5 tokenizer and text encoder"
|
|
133
|
-
clip_embed_model = "CLIP Embed loader"
|
|
134
128
|
unet = "UNet (scheduler, LoRAs)"
|
|
135
|
-
transformer = "Transformer"
|
|
136
129
|
vae = "VAE"
|
|
137
130
|
cond = "Conditioning tensor"
|
|
138
131
|
controlnet_model = "ControlNet model to load"
|
|
139
132
|
vae_model = "VAE model to load"
|
|
140
133
|
lora_model = "LoRA model to load"
|
|
141
134
|
main_model = "Main model (UNet, VAE, CLIP) to load"
|
|
142
|
-
flux_model = "Flux model (Transformer) to load"
|
|
143
135
|
sdxl_main_model = "SDXL Main model (UNet, VAE, CLIP1, CLIP2) to load"
|
|
144
136
|
sdxl_refiner_model = "SDXL Refiner Main Modde (UNet, VAE, CLIP2) to load"
|
|
145
137
|
onnx_main_model = "ONNX Main model (UNet, VAE, CLIP) to load"
|
|
@@ -239,12 +231,6 @@ class ColorField(BaseModel):
|
|
|
239
231
|
return (self.r, self.g, self.b, self.a)
|
|
240
232
|
|
|
241
233
|
|
|
242
|
-
class FluxConditioningField(BaseModel):
|
|
243
|
-
"""A conditioning tensor primitive value"""
|
|
244
|
-
|
|
245
|
-
conditioning_name: str = Field(description="The name of conditioning tensor")
|
|
246
|
-
|
|
247
|
-
|
|
248
234
|
class ConditioningField(BaseModel):
|
|
249
235
|
"""A conditioning tensor primitive value"""
|
|
250
236
|
|
|
@@ -1032,11 +1032,7 @@ class CanvasV2MaskAndCropOutput(ImageOutput):
|
|
|
1032
1032
|
class CanvasV2MaskAndCropInvocation(BaseInvocation, WithMetadata, WithBoard):
|
|
1033
1033
|
"""Handles Canvas V2 image output masking and cropping"""
|
|
1034
1034
|
|
|
1035
|
-
|
|
1036
|
-
default=None,
|
|
1037
|
-
description="The source image onto which the masked generated image is pasted. If omitted, the masked generated image is returned with transparency.",
|
|
1038
|
-
)
|
|
1039
|
-
generated_image: ImageField = InputField(description="The image to apply the mask to")
|
|
1035
|
+
image: ImageField = InputField(description="The image to apply the mask to")
|
|
1040
1036
|
mask: ImageField = InputField(description="The mask to apply")
|
|
1041
1037
|
mask_blur: int = InputField(default=0, ge=0, description="The amount to blur the mask by")
|
|
1042
1038
|
|
|
@@ -1050,25 +1046,33 @@ class CanvasV2MaskAndCropInvocation(BaseInvocation, WithMetadata, WithBoard):
|
|
|
1050
1046
|
return ImageOps.invert(mask.convert("L"))
|
|
1051
1047
|
|
|
1052
1048
|
def invoke(self, context: InvocationContext) -> CanvasV2MaskAndCropOutput:
|
|
1049
|
+
image = context.images.get_pil(self.image.image_name)
|
|
1053
1050
|
mask = self._prepare_mask(context.images.get_pil(self.mask.image_name))
|
|
1054
|
-
|
|
1055
|
-
if self.source_image:
|
|
1056
|
-
generated_image = context.images.get_pil(self.generated_image.image_name)
|
|
1057
|
-
source_image = context.images.get_pil(self.source_image.image_name)
|
|
1058
|
-
source_image.paste(generated_image, (0, 0), mask)
|
|
1059
|
-
image_dto = context.images.save(image=source_image)
|
|
1060
|
-
else:
|
|
1061
|
-
generated_image = context.images.get_pil(self.generated_image.image_name)
|
|
1062
|
-
generated_image.putalpha(mask)
|
|
1063
|
-
image_dto = context.images.save(image=generated_image)
|
|
1064
|
-
|
|
1051
|
+
image.putalpha(mask)
|
|
1065
1052
|
# bbox = image.getbbox()
|
|
1066
1053
|
# image = image.crop(bbox)
|
|
1054
|
+
image_dto = context.images.save(image=image)
|
|
1067
1055
|
|
|
1068
1056
|
return CanvasV2MaskAndCropOutput(
|
|
1069
1057
|
image=ImageField(image_name=image_dto.image_name),
|
|
1070
1058
|
offset_x=0,
|
|
1071
1059
|
offset_y=0,
|
|
1072
|
-
width=
|
|
1073
|
-
height=
|
|
1060
|
+
width=image.width,
|
|
1061
|
+
height=image.height,
|
|
1074
1062
|
)
|
|
1063
|
+
|
|
1064
|
+
# def invoke(self, context: InvocationContext) -> CanvasV2MaskAndCropOutput:
|
|
1065
|
+
# image = context.images.get_pil(self.image.image_name)
|
|
1066
|
+
# mask = self._prepare_mask(context.images.get_pil(self.mask.image_name))
|
|
1067
|
+
# image.putalpha(mask)
|
|
1068
|
+
# bbox = image.getbbox()
|
|
1069
|
+
# image = image.crop(bbox)
|
|
1070
|
+
# image_dto = context.images.save(image=image)
|
|
1071
|
+
|
|
1072
|
+
# return CanvasV2MaskAndCropOutput(
|
|
1073
|
+
# image=ImageField(image_name=image_dto.image_name),
|
|
1074
|
+
# offset_x=bbox[0],
|
|
1075
|
+
# offset_y=bbox[1],
|
|
1076
|
+
# width=image.width,
|
|
1077
|
+
# height=image.height,
|
|
1078
|
+
# )
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import copy
|
|
2
|
-
from typing import List,
|
|
2
|
+
from typing import List, Optional
|
|
3
3
|
|
|
4
4
|
from pydantic import BaseModel, Field
|
|
5
5
|
|
|
@@ -13,14 +13,7 @@ from invokeai.app.invocations.baseinvocation import (
|
|
|
13
13
|
from invokeai.app.invocations.fields import FieldDescriptions, Input, InputField, OutputField, UIType
|
|
14
14
|
from invokeai.app.services.shared.invocation_context import InvocationContext
|
|
15
15
|
from invokeai.app.shared.models import FreeUConfig
|
|
16
|
-
from invokeai.backend.
|
|
17
|
-
from invokeai.backend.model_manager.config import (
|
|
18
|
-
AnyModelConfig,
|
|
19
|
-
BaseModelType,
|
|
20
|
-
CheckpointConfigBase,
|
|
21
|
-
ModelType,
|
|
22
|
-
SubModelType,
|
|
23
|
-
)
|
|
16
|
+
from invokeai.backend.model_manager.config import AnyModelConfig, BaseModelType, ModelType, SubModelType
|
|
24
17
|
|
|
25
18
|
|
|
26
19
|
class ModelIdentifierField(BaseModel):
|
|
@@ -67,15 +60,6 @@ class CLIPField(BaseModel):
|
|
|
67
60
|
loras: List[LoRAField] = Field(description="LoRAs to apply on model loading")
|
|
68
61
|
|
|
69
62
|
|
|
70
|
-
class TransformerField(BaseModel):
|
|
71
|
-
transformer: ModelIdentifierField = Field(description="Info to load Transformer submodel")
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
class T5EncoderField(BaseModel):
|
|
75
|
-
tokenizer: ModelIdentifierField = Field(description="Info to load tokenizer submodel")
|
|
76
|
-
text_encoder: ModelIdentifierField = Field(description="Info to load text_encoder submodel")
|
|
77
|
-
|
|
78
|
-
|
|
79
63
|
class VAEField(BaseModel):
|
|
80
64
|
vae: ModelIdentifierField = Field(description="Info to load vae submodel")
|
|
81
65
|
seamless_axes: List[str] = Field(default_factory=list, description='Axes("x" and "y") to which apply seamless')
|
|
@@ -138,78 +122,6 @@ class ModelIdentifierInvocation(BaseInvocation):
|
|
|
138
122
|
return ModelIdentifierOutput(model=self.model)
|
|
139
123
|
|
|
140
124
|
|
|
141
|
-
@invocation_output("flux_model_loader_output")
|
|
142
|
-
class FluxModelLoaderOutput(BaseInvocationOutput):
|
|
143
|
-
"""Flux base model loader output"""
|
|
144
|
-
|
|
145
|
-
transformer: TransformerField = OutputField(description=FieldDescriptions.transformer, title="Transformer")
|
|
146
|
-
clip: CLIPField = OutputField(description=FieldDescriptions.clip, title="CLIP")
|
|
147
|
-
t5_encoder: T5EncoderField = OutputField(description=FieldDescriptions.t5_encoder, title="T5 Encoder")
|
|
148
|
-
vae: VAEField = OutputField(description=FieldDescriptions.vae, title="VAE")
|
|
149
|
-
max_seq_len: Literal[256, 512] = OutputField(
|
|
150
|
-
description="The max sequence length to used for the T5 encoder. (256 for schnell transformer, 512 for dev transformer)",
|
|
151
|
-
title="Max Seq Length",
|
|
152
|
-
)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
@invocation(
|
|
156
|
-
"flux_model_loader",
|
|
157
|
-
title="Flux Main Model",
|
|
158
|
-
tags=["model", "flux"],
|
|
159
|
-
category="model",
|
|
160
|
-
version="1.0.4",
|
|
161
|
-
classification=Classification.Prototype,
|
|
162
|
-
)
|
|
163
|
-
class FluxModelLoaderInvocation(BaseInvocation):
|
|
164
|
-
"""Loads a flux base model, outputting its submodels."""
|
|
165
|
-
|
|
166
|
-
model: ModelIdentifierField = InputField(
|
|
167
|
-
description=FieldDescriptions.flux_model,
|
|
168
|
-
ui_type=UIType.FluxMainModel,
|
|
169
|
-
input=Input.Direct,
|
|
170
|
-
)
|
|
171
|
-
|
|
172
|
-
t5_encoder_model: ModelIdentifierField = InputField(
|
|
173
|
-
description=FieldDescriptions.t5_encoder, ui_type=UIType.T5EncoderModel, input=Input.Direct, title="T5 Encoder"
|
|
174
|
-
)
|
|
175
|
-
|
|
176
|
-
clip_embed_model: ModelIdentifierField = InputField(
|
|
177
|
-
description=FieldDescriptions.clip_embed_model,
|
|
178
|
-
ui_type=UIType.CLIPEmbedModel,
|
|
179
|
-
input=Input.Direct,
|
|
180
|
-
title="CLIP Embed",
|
|
181
|
-
)
|
|
182
|
-
|
|
183
|
-
vae_model: ModelIdentifierField = InputField(
|
|
184
|
-
description=FieldDescriptions.vae_model, ui_type=UIType.FluxVAEModel, title="VAE"
|
|
185
|
-
)
|
|
186
|
-
|
|
187
|
-
def invoke(self, context: InvocationContext) -> FluxModelLoaderOutput:
|
|
188
|
-
for key in [self.model.key, self.t5_encoder_model.key, self.clip_embed_model.key, self.vae_model.key]:
|
|
189
|
-
if not context.models.exists(key):
|
|
190
|
-
raise ValueError(f"Unknown model: {key}")
|
|
191
|
-
|
|
192
|
-
transformer = self.model.model_copy(update={"submodel_type": SubModelType.Transformer})
|
|
193
|
-
vae = self.vae_model.model_copy(update={"submodel_type": SubModelType.VAE})
|
|
194
|
-
|
|
195
|
-
tokenizer = self.clip_embed_model.model_copy(update={"submodel_type": SubModelType.Tokenizer})
|
|
196
|
-
clip_encoder = self.clip_embed_model.model_copy(update={"submodel_type": SubModelType.TextEncoder})
|
|
197
|
-
|
|
198
|
-
tokenizer2 = self.t5_encoder_model.model_copy(update={"submodel_type": SubModelType.Tokenizer2})
|
|
199
|
-
t5_encoder = self.t5_encoder_model.model_copy(update={"submodel_type": SubModelType.TextEncoder2})
|
|
200
|
-
|
|
201
|
-
transformer_config = context.models.get_config(transformer)
|
|
202
|
-
assert isinstance(transformer_config, CheckpointConfigBase)
|
|
203
|
-
|
|
204
|
-
return FluxModelLoaderOutput(
|
|
205
|
-
transformer=TransformerField(transformer=transformer),
|
|
206
|
-
clip=CLIPField(tokenizer=tokenizer, text_encoder=clip_encoder, loras=[], skipped_layers=0),
|
|
207
|
-
t5_encoder=T5EncoderField(tokenizer=tokenizer2, text_encoder=t5_encoder),
|
|
208
|
-
vae=VAEField(vae=vae),
|
|
209
|
-
max_seq_len=max_seq_lengths[transformer_config.config_path],
|
|
210
|
-
)
|
|
211
|
-
|
|
212
|
-
|
|
213
125
|
@invocation(
|
|
214
126
|
"main_model_loader",
|
|
215
127
|
title="Main Model",
|
|
@@ -12,7 +12,6 @@ from invokeai.app.invocations.fields import (
|
|
|
12
12
|
ConditioningField,
|
|
13
13
|
DenoiseMaskField,
|
|
14
14
|
FieldDescriptions,
|
|
15
|
-
FluxConditioningField,
|
|
16
15
|
ImageField,
|
|
17
16
|
Input,
|
|
18
17
|
InputField,
|
|
@@ -415,17 +414,6 @@ class MaskOutput(BaseInvocationOutput):
|
|
|
415
414
|
height: int = OutputField(description="The height of the mask in pixels.")
|
|
416
415
|
|
|
417
416
|
|
|
418
|
-
@invocation_output("flux_conditioning_output")
|
|
419
|
-
class FluxConditioningOutput(BaseInvocationOutput):
|
|
420
|
-
"""Base class for nodes that output a single conditioning tensor"""
|
|
421
|
-
|
|
422
|
-
conditioning: FluxConditioningField = OutputField(description=FieldDescriptions.cond)
|
|
423
|
-
|
|
424
|
-
@classmethod
|
|
425
|
-
def build(cls, conditioning_name: str) -> "FluxConditioningOutput":
|
|
426
|
-
return cls(conditioning=FluxConditioningField(conditioning_name=conditioning_name))
|
|
427
|
-
|
|
428
|
-
|
|
429
417
|
@invocation_output("conditioning_output")
|
|
430
418
|
class ConditioningOutput(BaseInvocationOutput):
|
|
431
419
|
"""Base class for nodes that output a single conditioning tensor"""
|
{InvokeAI-4.2.9.dev11 → InvokeAI-4.2.9.dev20240823}/invokeai/app/services/events/events_common.py
RENAMED
|
@@ -88,8 +88,7 @@ class QueueItemEventBase(QueueEventBase):
|
|
|
88
88
|
|
|
89
89
|
item_id: int = Field(description="The ID of the queue item")
|
|
90
90
|
batch_id: str = Field(description="The ID of the queue batch")
|
|
91
|
-
origin: str | None = Field(default=None, description="The origin of the
|
|
92
|
-
destination: str | None = Field(default=None, description="The destination of the queue item")
|
|
91
|
+
origin: str | None = Field(default=None, description="The origin of the batch")
|
|
93
92
|
|
|
94
93
|
|
|
95
94
|
class InvocationEventBase(QueueItemEventBase):
|
|
@@ -115,7 +114,6 @@ class InvocationStartedEvent(InvocationEventBase):
|
|
|
115
114
|
item_id=queue_item.item_id,
|
|
116
115
|
batch_id=queue_item.batch_id,
|
|
117
116
|
origin=queue_item.origin,
|
|
118
|
-
destination=queue_item.destination,
|
|
119
117
|
session_id=queue_item.session_id,
|
|
120
118
|
invocation=invocation,
|
|
121
119
|
invocation_source_id=queue_item.session.prepared_source_mapping[invocation.id],
|
|
@@ -150,7 +148,6 @@ class InvocationDenoiseProgressEvent(InvocationEventBase):
|
|
|
150
148
|
item_id=queue_item.item_id,
|
|
151
149
|
batch_id=queue_item.batch_id,
|
|
152
150
|
origin=queue_item.origin,
|
|
153
|
-
destination=queue_item.destination,
|
|
154
151
|
session_id=queue_item.session_id,
|
|
155
152
|
invocation=invocation,
|
|
156
153
|
invocation_source_id=queue_item.session.prepared_source_mapping[invocation.id],
|
|
@@ -189,7 +186,6 @@ class InvocationCompleteEvent(InvocationEventBase):
|
|
|
189
186
|
item_id=queue_item.item_id,
|
|
190
187
|
batch_id=queue_item.batch_id,
|
|
191
188
|
origin=queue_item.origin,
|
|
192
|
-
destination=queue_item.destination,
|
|
193
189
|
session_id=queue_item.session_id,
|
|
194
190
|
invocation=invocation,
|
|
195
191
|
invocation_source_id=queue_item.session.prepared_source_mapping[invocation.id],
|
|
@@ -223,7 +219,6 @@ class InvocationErrorEvent(InvocationEventBase):
|
|
|
223
219
|
item_id=queue_item.item_id,
|
|
224
220
|
batch_id=queue_item.batch_id,
|
|
225
221
|
origin=queue_item.origin,
|
|
226
|
-
destination=queue_item.destination,
|
|
227
222
|
session_id=queue_item.session_id,
|
|
228
223
|
invocation=invocation,
|
|
229
224
|
invocation_source_id=queue_item.session.prepared_source_mapping[invocation.id],
|
|
@@ -262,7 +257,6 @@ class QueueItemStatusChangedEvent(QueueItemEventBase):
|
|
|
262
257
|
item_id=queue_item.item_id,
|
|
263
258
|
batch_id=queue_item.batch_id,
|
|
264
259
|
origin=queue_item.origin,
|
|
265
|
-
destination=queue_item.destination,
|
|
266
260
|
session_id=queue_item.session_id,
|
|
267
261
|
status=queue_item.status,
|
|
268
262
|
error_type=queue_item.error_type,
|
|
@@ -783,9 +783,8 @@ class ModelInstallService(ModelInstallServiceBase):
|
|
|
783
783
|
# So what we do is to synthesize a folder named "sdxl-turbo_vae" here.
|
|
784
784
|
if subfolder:
|
|
785
785
|
top = Path(remote_files[0].path.parts[0]) # e.g. "sdxl-turbo/"
|
|
786
|
-
path_to_remove = top / subfolder # sdxl-turbo/vae/
|
|
787
|
-
|
|
788
|
-
path_to_add = Path(f"{top}_{subfolder_rename}")
|
|
786
|
+
path_to_remove = top / subfolder.parts[-1] # sdxl-turbo/vae/
|
|
787
|
+
path_to_add = Path(f"{top}_{subfolder}")
|
|
789
788
|
else:
|
|
790
789
|
path_to_remove = Path(".")
|
|
791
790
|
path_to_add = Path(".")
|
|
@@ -77,7 +77,6 @@ class ModelRecordChanges(BaseModelExcludeNull):
|
|
|
77
77
|
type: Optional[ModelType] = Field(description="Type of model", default=None)
|
|
78
78
|
key: Optional[str] = Field(description="Database ID for this model", default=None)
|
|
79
79
|
hash: Optional[str] = Field(description="hash of model file", default=None)
|
|
80
|
-
format: Optional[str] = Field(description="format of model file", default=None)
|
|
81
80
|
trigger_phrases: Optional[set[str]] = Field(description="Set of trigger phrases for this model", default=None)
|
|
82
81
|
default_settings: Optional[MainModelDefaultSettings | ControlAdapterDefaultSettings] = Field(
|
|
83
82
|
description="Default settings for this model", default=None
|
|
@@ -77,14 +77,7 @@ BatchDataCollection: TypeAlias = list[list[BatchDatum]]
|
|
|
77
77
|
|
|
78
78
|
class Batch(BaseModel):
|
|
79
79
|
batch_id: str = Field(default_factory=uuid_string, description="The ID of the batch")
|
|
80
|
-
origin: str | None = Field(
|
|
81
|
-
default=None,
|
|
82
|
-
description="The origin of this queue item. This data is used by the frontend to determine how to handle results.",
|
|
83
|
-
)
|
|
84
|
-
destination: str | None = Field(
|
|
85
|
-
default=None,
|
|
86
|
-
description="The origin of this queue item. This data is used by the frontend to determine how to handle results",
|
|
87
|
-
)
|
|
80
|
+
origin: str | None = Field(default=None, description="The origin of this batch.")
|
|
88
81
|
data: Optional[BatchDataCollection] = Field(default=None, description="The batch data collection.")
|
|
89
82
|
graph: Graph = Field(description="The graph to initialize the session with")
|
|
90
83
|
workflow: Optional[WorkflowWithoutID] = Field(
|
|
@@ -203,14 +196,7 @@ class SessionQueueItemWithoutGraph(BaseModel):
|
|
|
203
196
|
status: QUEUE_ITEM_STATUS = Field(default="pending", description="The status of this queue item")
|
|
204
197
|
priority: int = Field(default=0, description="The priority of this queue item")
|
|
205
198
|
batch_id: str = Field(description="The ID of the batch associated with this queue item")
|
|
206
|
-
origin: str | None = Field(
|
|
207
|
-
default=None,
|
|
208
|
-
description="The origin of this queue item. This data is used by the frontend to determine how to handle results.",
|
|
209
|
-
)
|
|
210
|
-
destination: str | None = Field(
|
|
211
|
-
default=None,
|
|
212
|
-
description="The origin of this queue item. This data is used by the frontend to determine how to handle results",
|
|
213
|
-
)
|
|
199
|
+
origin: str | None = Field(default=None, description="The origin of this queue item. ")
|
|
214
200
|
session_id: str = Field(
|
|
215
201
|
description="The ID of the session associated with this queue item. The session doesn't exist in graph_executions until the queue item is executed."
|
|
216
202
|
)
|
|
@@ -311,7 +297,6 @@ class BatchStatus(BaseModel):
|
|
|
311
297
|
queue_id: str = Field(..., description="The ID of the queue")
|
|
312
298
|
batch_id: str = Field(..., description="The ID of the batch")
|
|
313
299
|
origin: str | None = Field(..., description="The origin of the batch")
|
|
314
|
-
destination: str | None = Field(..., description="The destination of the batch")
|
|
315
300
|
pending: int = Field(..., description="Number of queue items with status 'pending'")
|
|
316
301
|
in_progress: int = Field(..., description="Number of queue items with status 'in_progress'")
|
|
317
302
|
completed: int = Field(..., description="Number of queue items with status 'complete'")
|
|
@@ -458,7 +443,6 @@ class SessionQueueValueToInsert(NamedTuple):
|
|
|
458
443
|
priority: int # priority
|
|
459
444
|
workflow: Optional[str] # workflow json
|
|
460
445
|
origin: str | None
|
|
461
|
-
destination: str | None
|
|
462
446
|
|
|
463
447
|
|
|
464
448
|
ValuesToInsert: TypeAlias = list[SessionQueueValueToInsert]
|
|
@@ -480,7 +464,6 @@ def prepare_values_to_insert(queue_id: str, batch: Batch, priority: int, max_new
|
|
|
480
464
|
priority, # priority
|
|
481
465
|
json.dumps(workflow, default=to_jsonable_python) if workflow else None, # workflow (json)
|
|
482
466
|
batch.origin, # origin
|
|
483
|
-
batch.destination, # destination
|
|
484
467
|
)
|
|
485
468
|
)
|
|
486
469
|
return values_to_insert
|
|
@@ -128,8 +128,8 @@ class SqliteSessionQueue(SessionQueueBase):
|
|
|
128
128
|
|
|
129
129
|
self.__cursor.executemany(
|
|
130
130
|
"""--sql
|
|
131
|
-
INSERT INTO session_queue (queue_id, session, session_id, batch_id, field_values, priority, workflow, origin
|
|
132
|
-
VALUES (?, ?, ?, ?, ?, ?, ?,
|
|
131
|
+
INSERT INTO session_queue (queue_id, session, session_id, batch_id, field_values, priority, workflow, origin)
|
|
132
|
+
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
|
|
133
133
|
""",
|
|
134
134
|
values_to_insert,
|
|
135
135
|
)
|
|
@@ -579,8 +579,7 @@ class SqliteSessionQueue(SessionQueueBase):
|
|
|
579
579
|
session_id,
|
|
580
580
|
batch_id,
|
|
581
581
|
queue_id,
|
|
582
|
-
origin
|
|
583
|
-
destination
|
|
582
|
+
origin
|
|
584
583
|
FROM session_queue
|
|
585
584
|
WHERE queue_id = ?
|
|
586
585
|
"""
|
|
@@ -660,7 +659,7 @@ class SqliteSessionQueue(SessionQueueBase):
|
|
|
660
659
|
self.__lock.acquire()
|
|
661
660
|
self.__cursor.execute(
|
|
662
661
|
"""--sql
|
|
663
|
-
SELECT status, count(*), origin
|
|
662
|
+
SELECT status, count(*), origin
|
|
664
663
|
FROM session_queue
|
|
665
664
|
WHERE
|
|
666
665
|
queue_id = ?
|
|
@@ -673,7 +672,6 @@ class SqliteSessionQueue(SessionQueueBase):
|
|
|
673
672
|
total = sum(row[1] for row in result)
|
|
674
673
|
counts: dict[str, int] = {row[0]: row[1] for row in result}
|
|
675
674
|
origin = result[0]["origin"] if result else None
|
|
676
|
-
destination = result[0]["destination"] if result else None
|
|
677
675
|
except Exception:
|
|
678
676
|
self.__conn.rollback()
|
|
679
677
|
raise
|
|
@@ -683,7 +681,6 @@ class SqliteSessionQueue(SessionQueueBase):
|
|
|
683
681
|
return BatchStatus(
|
|
684
682
|
batch_id=batch_id,
|
|
685
683
|
origin=origin,
|
|
686
|
-
destination=destination,
|
|
687
684
|
queue_id=queue_id,
|
|
688
685
|
pending=counts.get("pending", 0),
|
|
689
686
|
in_progress=counts.get("in_progress", 0),
|