InvokeAI 4.2.0__tar.gz → 4.2.0a2__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.
Files changed (397) hide show
  1. InvokeAI-4.2.0a2/InvokeAI.egg-info/PKG-INFO +651 -0
  2. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/InvokeAI.egg-info/SOURCES.txt +5 -6
  3. InvokeAI-4.2.0a2/PKG-INFO +651 -0
  4. InvokeAI-4.2.0a2/README.md +431 -0
  5. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/controlnet_image_processors.py +53 -71
  6. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/latent.py +13 -69
  7. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/metadata.py +1 -1
  8. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/t2i_adapter.py +1 -1
  9. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/download/download_default.py +4 -22
  10. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/object_serializer/object_serializer_disk.py +7 -7
  11. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/controlnet_utils.py +128 -136
  12. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/hed.py +2 -2
  13. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/util.py +11 -26
  14. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/probe.py +0 -1
  15. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/starter_models.py +4 -4
  16. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/schedulers/schedulers.py +0 -2
  17. InvokeAI-4.2.0a2/invokeai/frontend/web/dist/assets/App-CkAoDdvO.js +128 -0
  18. InvokeAI-4.2.0a2/invokeai/frontend/web/dist/assets/App-DI6oCUg0.css +1 -0
  19. InvokeAI-4.2.0a2/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-Bsx7ESc2.css +9 -0
  20. InvokeAI-4.2.0a2/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-JH9rgKRv.js +1 -0
  21. InvokeAI-4.2.0a2/invokeai/frontend/web/dist/assets/index-CaugRhlO.js +515 -0
  22. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/index.html +1 -1
  23. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/en.json +7 -50
  24. InvokeAI-4.2.0a2/invokeai/version/invokeai_version.py +1 -0
  25. InvokeAI-4.2.0/InvokeAI.egg-info/PKG-INFO +0 -336
  26. InvokeAI-4.2.0/PKG-INFO +0 -336
  27. InvokeAI-4.2.0/README.md +0 -116
  28. InvokeAI-4.2.0/invokeai/configs/stable-diffusion/sd_xl_inpaint.yaml +0 -98
  29. InvokeAI-4.2.0/invokeai/frontend/web/dist/assets/App-BmN0HOJ3.js +0 -137
  30. InvokeAI-4.2.0/invokeai/frontend/web/dist/assets/App-DEu4J2pT.css +0 -1
  31. InvokeAI-4.2.0/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-CLe3PvR9.js +0 -1
  32. InvokeAI-4.2.0/invokeai/frontend/web/dist/assets/ThemeLocaleProvider-DzjsLZSc.css +0 -9
  33. InvokeAI-4.2.0/invokeai/frontend/web/dist/assets/index-CFsX_oMr.js +0 -510
  34. InvokeAI-4.2.0/invokeai/version/invokeai_version.py +0 -1
  35. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/InvokeAI.egg-info/dependency_links.txt +0 -0
  36. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/InvokeAI.egg-info/entry_points.txt +0 -0
  37. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/InvokeAI.egg-info/requires.txt +0 -0
  38. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/InvokeAI.egg-info/top_level.txt +0 -0
  39. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/LICENSE +0 -0
  40. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/LICENSE-SD1+SD2.txt +0 -0
  41. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/LICENSE-SDXL.txt +0 -0
  42. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/__init__.py +0 -0
  43. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/dependencies.py +0 -0
  44. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/events.py +0 -0
  45. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/no_cache_staticfiles.py +0 -0
  46. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/app_info.py +0 -0
  47. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/board_images.py +0 -0
  48. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/boards.py +0 -0
  49. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/download_queue.py +0 -0
  50. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/images.py +0 -0
  51. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/model_manager.py +0 -0
  52. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/session_queue.py +0 -0
  53. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/utilities.py +0 -0
  54. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/routers/workflows.py +0 -0
  55. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api/sockets.py +0 -0
  56. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/api_app.py +0 -0
  57. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/assets/images/caution.png +0 -0
  58. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/__init__.py +0 -0
  59. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/baseinvocation.py +0 -0
  60. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/collections.py +0 -0
  61. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/compel.py +0 -0
  62. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/constants.py +0 -0
  63. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/custom_nodes/README.md +0 -0
  64. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/custom_nodes/init.py +0 -0
  65. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/cv.py +0 -0
  66. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/facetools.py +0 -0
  67. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/fields.py +0 -0
  68. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/image.py +0 -0
  69. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/infill.py +0 -0
  70. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/ip_adapter.py +0 -0
  71. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/mask.py +0 -0
  72. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/math.py +0 -0
  73. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/model.py +0 -0
  74. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/noise.py +0 -0
  75. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/param_easing.py +0 -0
  76. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/primitives.py +0 -0
  77. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/prompt.py +0 -0
  78. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/sdxl.py +0 -0
  79. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/strings.py +0 -0
  80. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/tiles.py +0 -0
  81. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/upscale.py +0 -0
  82. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/invocations/util.py +0 -0
  83. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/run_app.py +0 -0
  84. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/__init__.py +0 -0
  85. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_image_records/__init__.py +0 -0
  86. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_image_records/board_image_records_base.py +0 -0
  87. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_image_records/board_image_records_sqlite.py +0 -0
  88. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_images/__init__.py +0 -0
  89. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_images/board_images_base.py +0 -0
  90. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_images/board_images_common.py +0 -0
  91. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_images/board_images_default.py +0 -0
  92. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_records/board_records_base.py +0 -0
  93. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_records/board_records_common.py +0 -0
  94. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/board_records/board_records_sqlite.py +0 -0
  95. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/boards/__init__.py +0 -0
  96. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/boards/boards_base.py +0 -0
  97. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/boards/boards_common.py +0 -0
  98. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/boards/boards_default.py +0 -0
  99. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/bulk_download/__init__.py +0 -0
  100. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/bulk_download/bulk_download_base.py +0 -0
  101. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/bulk_download/bulk_download_common.py +0 -0
  102. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/bulk_download/bulk_download_default.py +0 -0
  103. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/config/__init__.py +0 -0
  104. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/config/config_common.py +0 -0
  105. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/config/config_default.py +0 -0
  106. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/download/__init__.py +0 -0
  107. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/download/download_base.py +0 -0
  108. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/events/__init__.py +0 -0
  109. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/events/events_base.py +0 -0
  110. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_files/__init__.py +0 -0
  111. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_files/image_files_base.py +0 -0
  112. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_files/image_files_common.py +0 -0
  113. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_files/image_files_disk.py +0 -0
  114. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_records/__init__.py +0 -0
  115. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_records/image_records_base.py +0 -0
  116. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_records/image_records_common.py +0 -0
  117. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/image_records/image_records_sqlite.py +0 -0
  118. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/images/__init__.py +0 -0
  119. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/images/images_base.py +0 -0
  120. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/images/images_common.py +0 -0
  121. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/images/images_default.py +0 -0
  122. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_cache/__init__.py +0 -0
  123. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_cache/invocation_cache_base.py +0 -0
  124. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_cache/invocation_cache_common.py +0 -0
  125. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_cache/invocation_cache_memory.py +0 -0
  126. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_services.py +0 -0
  127. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_stats/__init__.py +0 -0
  128. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_stats/invocation_stats_base.py +0 -0
  129. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_stats/invocation_stats_common.py +0 -0
  130. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invocation_stats/invocation_stats_default.py +0 -0
  131. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/invoker.py +0 -0
  132. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/item_storage/__init__.py +0 -0
  133. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/item_storage/item_storage_base.py +0 -0
  134. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/item_storage/item_storage_common.py +0 -0
  135. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/item_storage/item_storage_memory.py +0 -0
  136. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_images/model_images_base.py +0 -0
  137. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_images/model_images_common.py +0 -0
  138. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_images/model_images_default.py +0 -0
  139. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_install/__init__.py +0 -0
  140. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_install/model_install_base.py +0 -0
  141. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_install/model_install_default.py +0 -0
  142. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_load/__init__.py +0 -0
  143. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_load/model_load_base.py +0 -0
  144. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_load/model_load_default.py +0 -0
  145. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_manager/__init__.py +0 -0
  146. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_manager/model_manager_base.py +0 -0
  147. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_manager/model_manager_common.py +0 -0
  148. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_manager/model_manager_default.py +0 -0
  149. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_records/__init__.py +0 -0
  150. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_records/model_records_base.py +0 -0
  151. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/model_records/model_records_sql.py +0 -0
  152. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/names/__init__.py +0 -0
  153. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/names/names_base.py +0 -0
  154. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/names/names_common.py +0 -0
  155. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/names/names_default.py +0 -0
  156. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/object_serializer/object_serializer_base.py +0 -0
  157. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/object_serializer/object_serializer_common.py +0 -0
  158. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/object_serializer/object_serializer_forward_cache.py +0 -0
  159. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_processor/__init__.py +0 -0
  160. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_processor/session_processor_base.py +0 -0
  161. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_processor/session_processor_common.py +0 -0
  162. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_processor/session_processor_default.py +0 -0
  163. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_queue/__init__.py +0 -0
  164. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_queue/session_queue_base.py +0 -0
  165. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_queue/session_queue_common.py +0 -0
  166. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/session_queue/session_queue_sqlite.py +0 -0
  167. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/__init__.py +0 -0
  168. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/graph.py +0 -0
  169. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/invocation_context.py +0 -0
  170. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/pagination.py +0 -0
  171. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite/__init__.py +0 -0
  172. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite/sqlite_common.py +0 -0
  173. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite/sqlite_database.py +0 -0
  174. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite/sqlite_util.py +0 -0
  175. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/__init__.py +0 -0
  176. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/__init__.py +0 -0
  177. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_1.py +0 -0
  178. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_2.py +0 -0
  179. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_3.py +0 -0
  180. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_4.py +0 -0
  181. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_5.py +0 -0
  182. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_6.py +0 -0
  183. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_7.py +0 -0
  184. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_8.py +0 -0
  185. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/migrations/migration_9.py +0 -0
  186. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/sqlite_migrator_common.py +0 -0
  187. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/shared/sqlite_migrator/sqlite_migrator_impl.py +0 -0
  188. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/urls/__init__.py +0 -0
  189. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/urls/urls_base.py +0 -0
  190. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/urls/urls_default.py +0 -0
  191. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/__init__.py +0 -0
  192. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/ESRGAN Upscaling with Canny ControlNet.json +0 -0
  193. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Face Detailer with IP-Adapter & Canny (See Note in Details).json +0 -0
  194. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Multi ControlNet (Canny & Depth).json +0 -0
  195. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Prompt from File.json +0 -0
  196. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Text to Image - SD1.5.json +0 -0
  197. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Text to Image - SDXL.json +0 -0
  198. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Text to Image with LoRA.json +0 -0
  199. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/default_workflows/Tiled Upscaling (Beta).json +0 -0
  200. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/workflow_records_base.py +0 -0
  201. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/workflow_records_common.py +0 -0
  202. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/services/workflow_records/workflow_records_sqlite.py +0 -0
  203. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/shared/__init__.py +0 -0
  204. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/shared/models.py +0 -0
  205. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/__init__.py +0 -0
  206. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/download_with_progress.py +0 -0
  207. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/metaenum.py +0 -0
  208. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/misc.py +0 -0
  209. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/model_exclude_null.py +0 -0
  210. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/profiler.py +0 -0
  211. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/step_callback.py +0 -0
  212. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/suppress_output.py +0 -0
  213. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/thumbnails.py +0 -0
  214. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/app/util/ti_utils.py +0 -0
  215. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/assets/fonts/inter/Inter-Regular.ttf +0 -0
  216. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/__init__.py +0 -0
  217. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/__init__.py +0 -0
  218. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/basicsr/__init__.py +0 -0
  219. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/basicsr/arch_util.py +0 -0
  220. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/basicsr/rrdbnet_arch.py +0 -0
  221. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/canny.py +0 -0
  222. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/depth_anything/__init__.py +0 -0
  223. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/depth_anything/model/blocks.py +0 -0
  224. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/depth_anything/model/dpt.py +0 -0
  225. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/depth_anything/utilities/util.py +0 -0
  226. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/dw_openpose/__init__.py +0 -0
  227. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/dw_openpose/onnxdet.py +0 -0
  228. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/dw_openpose/onnxpose.py +0 -0
  229. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/dw_openpose/utils.py +0 -0
  230. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/dw_openpose/wholebody.py +0 -0
  231. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/infill_methods/cv2_inpaint.py +0 -0
  232. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/infill_methods/lama.py +0 -0
  233. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/infill_methods/mosaic.py +0 -0
  234. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/infill_methods/patchmatch.py +0 -0
  235. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/infill_methods/tile.py +0 -0
  236. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/invisible_watermark.py +0 -0
  237. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/lineart.py +0 -0
  238. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/lineart_anime.py +0 -0
  239. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/pngwriter.py +0 -0
  240. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/realesrgan/__init__.py +0 -0
  241. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/realesrgan/realesrgan.py +0 -0
  242. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/safety_checker.py +0 -0
  243. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/image_util/seamless.py +0 -0
  244. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/ip_adapter/__init__.py +0 -0
  245. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/ip_adapter/ip_adapter.py +0 -0
  246. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/ip_adapter/ip_attention_weights.py +0 -0
  247. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/ip_adapter/resampler.py +0 -0
  248. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/lora.py +0 -0
  249. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_hash/model_hash.py +0 -0
  250. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/__init__.py +0 -0
  251. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/config.py +1 -1
  252. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/convert_ckpt_to_diffusers.py +0 -0
  253. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/libc_util.py +0 -0
  254. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/__init__.py +0 -0
  255. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/convert_cache/__init__.py +0 -0
  256. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/convert_cache/convert_cache_base.py +0 -0
  257. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/convert_cache/convert_cache_default.py +0 -0
  258. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/load_base.py +0 -0
  259. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/load_default.py +0 -0
  260. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/memory_snapshot.py +0 -0
  261. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_cache/__init__.py +0 -0
  262. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_cache/model_cache_base.py +0 -0
  263. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_cache/model_cache_default.py +0 -0
  264. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_cache/model_locker.py +0 -0
  265. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loader_registry.py +0 -0
  266. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/__init__.py +0 -0
  267. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/controlnet.py +0 -0
  268. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/generic_diffusers.py +0 -0
  269. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/ip_adapter.py +0 -0
  270. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/lora.py +0 -0
  271. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/onnx.py +0 -0
  272. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/stable_diffusion.py +0 -0
  273. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/textual_inversion.py +0 -0
  274. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_loaders/vae.py +0 -0
  275. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/model_util.py +0 -0
  276. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/load/optimizations.py +0 -0
  277. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/merge.py +0 -0
  278. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/metadata/__init__.py +0 -0
  279. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/metadata/fetch/__init__.py +0 -0
  280. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/metadata/fetch/fetch_base.py +0 -0
  281. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/metadata/fetch/huggingface.py +0 -0
  282. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/metadata/metadata_base.py +0 -0
  283. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/search.py +0 -0
  284. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/util/libc_util.py +0 -0
  285. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/util/model_util.py +0 -0
  286. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_manager/util/select_hf_files.py +0 -0
  287. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/model_patcher.py +0 -0
  288. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/onnx/onnx_runtime.py +0 -0
  289. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/raw_model.py +0 -0
  290. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/__init__.py +0 -0
  291. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusers_pipeline.py +0 -0
  292. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/__init__.py +0 -0
  293. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/conditioning_data.py +0 -0
  294. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/custom_atttention.py +0 -0
  295. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/regional_ip_data.py +0 -0
  296. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/regional_prompt_data.py +0 -0
  297. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/shared_invokeai_diffusion.py +0 -0
  298. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/diffusion/unet_attention_patcher.py +0 -0
  299. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/schedulers/__init__.py +0 -0
  300. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/stable_diffusion/seamless.py +0 -0
  301. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/textual_inversion.py +0 -0
  302. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/tiles/__init__.py +0 -0
  303. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/tiles/tiles.py +0 -0
  304. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/tiles/utils.py +0 -0
  305. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/__init__.py +0 -0
  306. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/attention.py +0 -0
  307. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/catch_sigint.py +0 -0
  308. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/db_maintenance.py +0 -0
  309. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/devices.py +0 -0
  310. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/hotfixes.py +0 -0
  311. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/logging.py +0 -0
  312. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/mask.py +0 -0
  313. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/mps_fixes.py +0 -0
  314. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/silence_warnings.py +0 -0
  315. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/test_utils.py +0 -0
  316. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/backend/util/util.py +0 -0
  317. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/controlnet/cldm_v15.yaml +0 -0
  318. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/controlnet/cldm_v21.yaml +0 -0
  319. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/sd_xl_base.yaml +0 -0
  320. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/sd_xl_refiner.yaml +0 -0
  321. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v1-finetune.yaml +0 -0
  322. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v1-finetune_style.yaml +0 -0
  323. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v1-inference-v.yaml +0 -0
  324. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v1-inference.yaml +0 -0
  325. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v1-inpainting-inference.yaml +0 -0
  326. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v1-m1-finetune.yaml +0 -0
  327. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v2-inference-v.yaml +0 -0
  328. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v2-inference.yaml +0 -0
  329. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v2-inpainting-inference-v.yaml +0 -0
  330. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v2-inpainting-inference.yaml +0 -0
  331. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/configs/stable-diffusion/v2-midas-inference.yaml +0 -0
  332. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/__init__.py +0 -0
  333. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/cli/__init__.py +0 -0
  334. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/cli/arg_parser.py +0 -0
  335. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/install/__init__.py +0 -0
  336. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/install/import_images.py +0 -0
  337. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/__init__.py +0 -0
  338. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-alert-favicon.svg +0 -0
  339. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-avatar-circle.svg +0 -0
  340. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-avatar-square.svg +0 -0
  341. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-favicon.png +0 -0
  342. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-favicon.svg +0 -0
  343. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-key-char-lrg.svg +0 -0
  344. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-key-char-sml.svg +0 -0
  345. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-key-wht-lrg.svg +0 -0
  346. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-key-wht-sml.svg +0 -0
  347. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-symbol-char-lrg.svg +0 -0
  348. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-symbol-char-sml.svg +0 -0
  349. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-symbol-wht-lrg.svg +0 -0
  350. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-symbol-wht-sml.svg +0 -0
  351. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-symbol-ylw-lrg.svg +0 -0
  352. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-tag-char-lrg.svg +0 -0
  353. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-tag-char-sml.svg +0 -0
  354. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-tag-lrg.svg +0 -0
  355. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-tag-sml.svg +0 -0
  356. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-wordmark-charcoal.svg +0 -0
  357. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/invoke-wordmark-white.svg +0 -0
  358. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/mask.svg +0 -0
  359. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/images/transparent_bg.png +0 -0
  360. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-cyrillic-ext-wght-normal-DIEz8p5i.woff2 +0 -0
  361. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-cyrillic-wght-normal-BmJJXa8e.woff2 +0 -0
  362. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-greek-ext-wght-normal-D5AYLNiq.woff2 +0 -0
  363. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-greek-wght-normal-DyIDNIyN.woff2 +0 -0
  364. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-latin-ext-wght-normal-CN1pIXkb.woff2 +0 -0
  365. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-latin-wght-normal-BgVq2Tq4.woff2 +0 -0
  366. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/assets/inter-vietnamese-wght-normal-_GQuwPVU.woff2 +0 -0
  367. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/ar.json +0 -0
  368. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/az.json +0 -0
  369. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/bg.json +0 -0
  370. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/de.json +0 -0
  371. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/es.json +0 -0
  372. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/fi.json +0 -0
  373. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/fr.json +0 -0
  374. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/he.json +0 -0
  375. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/hu.json +0 -0
  376. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/it.json +0 -0
  377. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/ja.json +0 -0
  378. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/ko.json +0 -0
  379. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/mn.json +0 -0
  380. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/nl.json +0 -0
  381. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/pl.json +0 -0
  382. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/pt.json +0 -0
  383. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/pt_BR.json +0 -0
  384. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/ro.json +0 -0
  385. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/ru.json +0 -0
  386. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/sv.json +0 -0
  387. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/tr.json +0 -0
  388. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/uk.json +0 -0
  389. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/vi.json +0 -0
  390. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/zh_CN.json +0 -0
  391. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/dist/locales/zh_Hant.json +0 -0
  392. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/scripts/clean_translations.py +0 -0
  393. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/frontend/web/static/docs/invoke-favicon-docs.svg +0 -0
  394. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/invocation_api/__init__.py +0 -0
  395. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/invokeai/version/__init__.py +0 -0
  396. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/pyproject.toml +0 -0
  397. {InvokeAI-4.2.0 → InvokeAI-4.2.0a2}/setup.cfg +0 -0
@@ -0,0 +1,651 @@
1
+ Metadata-Version: 2.1
2
+ Name: InvokeAI
3
+ Version: 4.2.0a2
4
+ Summary: An implementation of Stable Diffusion which provides various new features and options to aid the image generation process
5
+ Author-email: The InvokeAI Project <lincoln.stein@gmail.com>
6
+ License: Apache License
7
+ Version 2.0, January 2004
8
+ http://www.apache.org/licenses/
9
+
10
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+
12
+ 1. Definitions.
13
+
14
+ "License" shall mean the terms and conditions for use, reproduction,
15
+ and distribution as defined by Sections 1 through 9 of this document.
16
+
17
+ "Licensor" shall mean the copyright owner or entity authorized by
18
+ the copyright owner that is granting the License.
19
+
20
+ "Legal Entity" shall mean the union of the acting entity and all
21
+ other entities that control, are controlled by, or are under common
22
+ control with that entity. For the purposes of this definition,
23
+ "control" means (i) the power, direct or indirect, to cause the
24
+ direction or management of such entity, whether by contract or
25
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
26
+ outstanding shares, or (iii) beneficial ownership of such entity.
27
+
28
+ "You" (or "Your") shall mean an individual or Legal Entity
29
+ exercising permissions granted by this License.
30
+
31
+ "Source" form shall mean the preferred form for making modifications,
32
+ including but not limited to software source code, documentation
33
+ source, and configuration files.
34
+
35
+ "Object" form shall mean any form resulting from mechanical
36
+ transformation or translation of a Source form, including but
37
+ not limited to compiled object code, generated documentation,
38
+ and conversions to other media types.
39
+
40
+ "Work" shall mean the work of authorship, whether in Source or
41
+ Object form, made available under the License, as indicated by a
42
+ copyright notice that is included in or attached to the work
43
+ (an example is provided in the Appendix below).
44
+
45
+ "Derivative Works" shall mean any work, whether in Source or Object
46
+ form, that is based on (or derived from) the Work and for which the
47
+ editorial revisions, annotations, elaborations, or other modifications
48
+ represent, as a whole, an original work of authorship. For the purposes
49
+ of this License, Derivative Works shall not include works that remain
50
+ separable from, or merely link (or bind by name) to the interfaces of,
51
+ the Work and Derivative Works thereof.
52
+
53
+ "Contribution" shall mean any work of authorship, including
54
+ the original version of the Work and any modifications or additions
55
+ to that Work or Derivative Works thereof, that is intentionally
56
+ submitted to Licensor for inclusion in the Work by the copyright owner
57
+ or by an individual or Legal Entity authorized to submit on behalf of
58
+ the copyright owner. For the purposes of this definition, "submitted"
59
+ means any form of electronic, verbal, or written communication sent
60
+ to the Licensor or its representatives, including but not limited to
61
+ communication on electronic mailing lists, source code control systems,
62
+ and issue tracking systems that are managed by, or on behalf of, the
63
+ Licensor for the purpose of discussing and improving the Work, but
64
+ excluding communication that is conspicuously marked or otherwise
65
+ designated in writing by the copyright owner as "Not a Contribution."
66
+
67
+ "Contributor" shall mean Licensor and any individual or Legal Entity
68
+ on behalf of whom a Contribution has been received by Licensor and
69
+ subsequently incorporated within the Work.
70
+
71
+ 2. Grant of Copyright License. Subject to the terms and conditions of
72
+ this License, each Contributor hereby grants to You a perpetual,
73
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
74
+ copyright license to reproduce, prepare Derivative Works of,
75
+ publicly display, publicly perform, sublicense, and distribute the
76
+ Work and such Derivative Works in Source or Object form.
77
+
78
+ 3. Grant of Patent License. Subject to the terms and conditions of
79
+ this License, each Contributor hereby grants to You a perpetual,
80
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
81
+ (except as stated in this section) patent license to make, have made,
82
+ use, offer to sell, sell, import, and otherwise transfer the Work,
83
+ where such license applies only to those patent claims licensable
84
+ by such Contributor that are necessarily infringed by their
85
+ Contribution(s) alone or by combination of their Contribution(s)
86
+ with the Work to which such Contribution(s) was submitted. If You
87
+ institute patent litigation against any entity (including a
88
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
89
+ or a Contribution incorporated within the Work constitutes direct
90
+ or contributory patent infringement, then any patent licenses
91
+ granted to You under this License for that Work shall terminate
92
+ as of the date such litigation is filed.
93
+
94
+ 4. Redistribution. You may reproduce and distribute copies of the
95
+ Work or Derivative Works thereof in any medium, with or without
96
+ modifications, and in Source or Object form, provided that You
97
+ meet the following conditions:
98
+
99
+ (a) You must give any other recipients of the Work or
100
+ Derivative Works a copy of this License; and
101
+
102
+ (b) You must cause any modified files to carry prominent notices
103
+ stating that You changed the files; and
104
+
105
+ (c) You must retain, in the Source form of any Derivative Works
106
+ that You distribute, all copyright, patent, trademark, and
107
+ attribution notices from the Source form of the Work,
108
+ excluding those notices that do not pertain to any part of
109
+ the Derivative Works; and
110
+
111
+ (d) If the Work includes a "NOTICE" text file as part of its
112
+ distribution, then any Derivative Works that You distribute must
113
+ include a readable copy of the attribution notices contained
114
+ within such NOTICE file, excluding those notices that do not
115
+ pertain to any part of the Derivative Works, in at least one
116
+ of the following places: within a NOTICE text file distributed
117
+ as part of the Derivative Works; within the Source form or
118
+ documentation, if provided along with the Derivative Works; or,
119
+ within a display generated by the Derivative Works, if and
120
+ wherever such third-party notices normally appear. The contents
121
+ of the NOTICE file are for informational purposes only and
122
+ do not modify the License. You may add Your own attribution
123
+ notices within Derivative Works that You distribute, alongside
124
+ or as an addendum to the NOTICE text from the Work, provided
125
+ that such additional attribution notices cannot be construed
126
+ as modifying the License.
127
+
128
+ You may add Your own copyright statement to Your modifications and
129
+ may provide additional or different license terms and conditions
130
+ for use, reproduction, or distribution of Your modifications, or
131
+ for any such Derivative Works as a whole, provided Your use,
132
+ reproduction, and distribution of the Work otherwise complies with
133
+ the conditions stated in this License.
134
+
135
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
136
+ any Contribution intentionally submitted for inclusion in the Work
137
+ by You to the Licensor shall be under the terms and conditions of
138
+ this License, without any additional terms or conditions.
139
+ Notwithstanding the above, nothing herein shall supersede or modify
140
+ the terms of any separate license agreement you may have executed
141
+ with Licensor regarding such Contributions.
142
+
143
+ 6. Trademarks. This License does not grant permission to use the trade
144
+ names, trademarks, service marks, or product names of the Licensor,
145
+ except as required for reasonable and customary use in describing the
146
+ origin of the Work and reproducing the content of the NOTICE file.
147
+
148
+ 7. Disclaimer of Warranty. Unless required by applicable law or
149
+ agreed to in writing, Licensor provides the Work (and each
150
+ Contributor provides its Contributions) on an "AS IS" BASIS,
151
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152
+ implied, including, without limitation, any warranties or conditions
153
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
154
+ PARTICULAR PURPOSE. You are solely responsible for determining the
155
+ appropriateness of using or redistributing the Work and assume any
156
+ risks associated with Your exercise of permissions under this License.
157
+
158
+ 8. Limitation of Liability. In no event and under no legal theory,
159
+ whether in tort (including negligence), contract, or otherwise,
160
+ unless required by applicable law (such as deliberate and grossly
161
+ negligent acts) or agreed to in writing, shall any Contributor be
162
+ liable to You for damages, including any direct, indirect, special,
163
+ incidental, or consequential damages of any character arising as a
164
+ result of this License or out of the use or inability to use the
165
+ Work (including but not limited to damages for loss of goodwill,
166
+ work stoppage, computer failure or malfunction, or any and all
167
+ other commercial damages or losses), even if such Contributor
168
+ has been advised of the possibility of such damages.
169
+
170
+ 9. Accepting Warranty or Additional Liability. While redistributing
171
+ the Work or Derivative Works thereof, You may choose to offer,
172
+ and charge a fee for, acceptance of support, warranty, indemnity,
173
+ or other liability obligations and/or rights consistent with this
174
+ License. However, in accepting such obligations, You may act only
175
+ on Your own behalf and on Your sole responsibility, not on behalf
176
+ of any other Contributor, and only if You agree to indemnify,
177
+ defend, and hold each Contributor harmless for any liability
178
+ incurred by, or claims asserted against, such Contributor by reason
179
+ of your accepting any such warranty or additional liability.
180
+
181
+
182
+
183
+ Project-URL: Homepage, https://invoke-ai.github.io/InvokeAI/
184
+ Project-URL: Documentation, https://invoke-ai.github.io/InvokeAI/
185
+ Project-URL: Source, https://github.com/invoke-ai/InvokeAI/
186
+ Project-URL: Bug Reports, https://github.com/invoke-ai/InvokeAI/issues
187
+ Project-URL: Discord, https://discord.gg/ZmtBAhwWhy
188
+ Keywords: stable-diffusion,AI
189
+ Classifier: Development Status :: 4 - Beta
190
+ Classifier: Environment :: GPU
191
+ Classifier: Environment :: GPU :: NVIDIA CUDA
192
+ Classifier: Environment :: MacOS X
193
+ Classifier: Intended Audience :: End Users/Desktop
194
+ Classifier: Intended Audience :: Developers
195
+ Classifier: License :: OSI Approved :: MIT License
196
+ Classifier: Operating System :: POSIX :: Linux
197
+ Classifier: Operating System :: MacOS
198
+ Classifier: Operating System :: Microsoft :: Windows
199
+ Classifier: Programming Language :: Python :: 3 :: Only
200
+ Classifier: Programming Language :: Python :: 3.10
201
+ Classifier: Topic :: Artistic Software
202
+ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
203
+ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
204
+ Classifier: Topic :: Multimedia :: Graphics
205
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
206
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
207
+ Requires-Python: <3.12,>=3.10
208
+ Description-Content-Type: text/markdown
209
+ Provides-Extra: xformers
210
+ Provides-Extra: onnx
211
+ Provides-Extra: onnx-cuda
212
+ Provides-Extra: onnx-directml
213
+ Provides-Extra: dist
214
+ Provides-Extra: docs
215
+ Provides-Extra: dev
216
+ Provides-Extra: test
217
+ License-File: LICENSE
218
+ License-File: LICENSE-SD1+SD2.txt
219
+ License-File: LICENSE-SDXL.txt
220
+
221
+ <div align="center">
222
+
223
+ ![project hero](https://github.com/invoke-ai/InvokeAI/assets/31807370/6e3728c7-e90e-4711-905c-3b55844ff5be)
224
+
225
+ # Invoke - Professional Creative AI Tools for Visual Media
226
+ ## To learn more about Invoke, or implement our Business solutions, visit [invoke.com](https://www.invoke.com/about)
227
+
228
+
229
+
230
+ [![discord badge]][discord link]
231
+
232
+ [![latest release badge]][latest release link] [![github stars badge]][github stars link] [![github forks badge]][github forks link]
233
+
234
+ [![CI checks on main badge]][CI checks on main link] [![latest commit to main badge]][latest commit to main link]
235
+
236
+ [![github open issues badge]][github open issues link] [![github open prs badge]][github open prs link] [![translation status badge]][translation status link]
237
+
238
+ [CI checks on main badge]: https://flat.badgen.net/github/checks/invoke-ai/InvokeAI/main?label=CI%20status%20on%20main&cache=900&icon=github
239
+ [CI checks on main link]:https://github.com/invoke-ai/InvokeAI/actions?query=branch%3Amain
240
+ [discord badge]: https://flat.badgen.net/discord/members/ZmtBAhwWhy?icon=discord
241
+ [discord link]: https://discord.gg/ZmtBAhwWhy
242
+ [github forks badge]: https://flat.badgen.net/github/forks/invoke-ai/InvokeAI?icon=github
243
+ [github forks link]: https://useful-forks.github.io/?repo=invoke-ai%2FInvokeAI
244
+ [github open issues badge]: https://flat.badgen.net/github/open-issues/invoke-ai/InvokeAI?icon=github
245
+ [github open issues link]: https://github.com/invoke-ai/InvokeAI/issues?q=is%3Aissue+is%3Aopen
246
+ [github open prs badge]: https://flat.badgen.net/github/open-prs/invoke-ai/InvokeAI?icon=github
247
+ [github open prs link]: https://github.com/invoke-ai/InvokeAI/pulls?q=is%3Apr+is%3Aopen
248
+ [github stars badge]: https://flat.badgen.net/github/stars/invoke-ai/InvokeAI?icon=github
249
+ [github stars link]: https://github.com/invoke-ai/InvokeAI/stargazers
250
+ [latest commit to main badge]: https://flat.badgen.net/github/last-commit/invoke-ai/InvokeAI/main?icon=github&color=yellow&label=last%20dev%20commit&cache=900
251
+ [latest commit to main link]: https://github.com/invoke-ai/InvokeAI/commits/main
252
+ [latest release badge]: https://flat.badgen.net/github/release/invoke-ai/InvokeAI/development?icon=github
253
+ [latest release link]: https://github.com/invoke-ai/InvokeAI/releases
254
+ [translation status badge]: https://hosted.weblate.org/widgets/invokeai/-/svg-badge.svg
255
+ [translation status link]: https://hosted.weblate.org/engage/invokeai/
256
+
257
+ </div>
258
+
259
+ InvokeAI is a leading creative engine built to empower professionals
260
+ and enthusiasts alike. Generate and create stunning visual media using
261
+ the latest AI-driven technologies. InvokeAI offers an industry leading
262
+ Web Interface, interactive Command Line Interface, and also serves as
263
+ the foundation for multiple commercial products.
264
+
265
+ **Quick links**: [[How to
266
+ Install](https://invoke-ai.github.io/InvokeAI/installation/INSTALLATION/)] [<a
267
+ href="https://discord.gg/ZmtBAhwWhy">Discord Server</a>] [<a
268
+ href="https://invoke-ai.github.io/InvokeAI/">Documentation and
269
+ Tutorials</a>]
270
+ [<a href="https://github.com/invoke-ai/InvokeAI/issues">Bug Reports</a>]
271
+ [<a
272
+ href="https://github.com/invoke-ai/InvokeAI/discussions">Discussion,
273
+ Ideas & Q&A</a>]
274
+ [<a
275
+ href="https://invoke-ai.github.io/InvokeAI/contributing/CONTRIBUTING/">Contributing</a>]
276
+
277
+ <div align="center">
278
+
279
+
280
+ ![Highlighted Features - Canvas and Workflows](https://github.com/invoke-ai/InvokeAI/assets/31807370/708f7a82-084f-4860-bfbe-e2588c53548d)
281
+
282
+
283
+ </div>
284
+
285
+ ## Table of Contents
286
+
287
+ Table of Contents 📝
288
+
289
+ **Getting Started**
290
+ 1. 🏁 [Quick Start](#quick-start)
291
+ 3. 🖥️ [Hardware Requirements](#hardware-requirements)
292
+
293
+ **More About Invoke**
294
+ 1. 🌟 [Features](#features)
295
+ 2. 📣 [Latest Changes](#latest-changes)
296
+ 3. 🛠️ [Troubleshooting](#troubleshooting)
297
+
298
+ **Supporting the Project**
299
+ 1. 🤝 [Contributing](#contributing)
300
+ 2. 👥 [Contributors](#contributors)
301
+ 3. 💕 [Support](#support)
302
+
303
+ ## Quick Start
304
+
305
+ For full installation and upgrade instructions, please see:
306
+ [InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/INSTALLATION/)
307
+
308
+ If upgrading from version 2.3, please read [Migrating a 2.3 root
309
+ directory to 3.0](#migrating-to-3) first.
310
+
311
+ ### Automatic Installer (suggested for 1st time users)
312
+
313
+ 1. Go to the bottom of the [Latest Release Page](https://github.com/invoke-ai/InvokeAI/releases/latest)
314
+
315
+ 2. Download the .zip file for your OS (Windows/macOS/Linux).
316
+
317
+ 3. Unzip the file.
318
+
319
+ 4. **Windows:** double-click on the `install.bat` script. **macOS:** Open a Terminal window, drag the file `install.sh` from Finder
320
+ into the Terminal, and press return. **Linux:** run `install.sh`.
321
+
322
+ 5. You'll be asked to confirm the location of the folder in which
323
+ to install InvokeAI and its image generation model files. Pick a
324
+ location with at least 15 GB of free memory. More if you plan on
325
+ installing lots of models.
326
+
327
+ 6. Wait while the installer does its thing. After installing the software,
328
+ the installer will launch a script that lets you configure InvokeAI and
329
+ select a set of starting image generation models.
330
+
331
+ 7. Find the folder that InvokeAI was installed into (it is not the
332
+ same as the unpacked zip file directory!) The default location of this
333
+ folder (if you didn't change it in step 5) is `~/invokeai` on
334
+ Linux/Mac systems, and `C:\Users\YourName\invokeai` on Windows. This directory will contain launcher scripts named `invoke.sh` and `invoke.bat`.
335
+
336
+ 8. On Windows systems, double-click on the `invoke.bat` file. On
337
+ macOS, open a Terminal window, drag `invoke.sh` from the folder into
338
+ the Terminal, and press return. On Linux, run `invoke.sh`
339
+
340
+ 9. Press 2 to open the "browser-based UI", press enter/return, wait a
341
+ minute or two for Stable Diffusion to start up, then open your browser
342
+ and go to http://localhost:9090.
343
+
344
+ 10. Type `banana sushi` in the box on the top left and click `Invoke`
345
+
346
+ ### Command-Line Installation (for developers and users familiar with Terminals)
347
+
348
+ You must have Python 3.10 through 3.11 installed on your machine. Earlier or
349
+ later versions are not supported.
350
+ Node.js also needs to be installed along with `pnpm` (can be installed with
351
+ the command `npm install -g pnpm` if needed)
352
+
353
+ 1. Open a command-line window on your machine. The PowerShell is recommended for Windows.
354
+ 2. Create a directory to install InvokeAI into. You'll need at least 15 GB of free space:
355
+
356
+ ```terminal
357
+ mkdir invokeai
358
+ ````
359
+
360
+ 3. Create a virtual environment named `.venv` inside this directory and activate it:
361
+
362
+ ```terminal
363
+ cd invokeai
364
+ python -m venv .venv --prompt InvokeAI
365
+ ```
366
+
367
+ 4. Activate the virtual environment (do it every time you run InvokeAI)
368
+
369
+ _For Linux/Mac users:_
370
+
371
+ ```sh
372
+ source .venv/bin/activate
373
+ ```
374
+
375
+ _For Windows users:_
376
+
377
+ ```ps
378
+ .venv\Scripts\activate
379
+ ```
380
+
381
+ 5. Install the InvokeAI module and its dependencies. Choose the command suited for your platform & GPU.
382
+
383
+ _For Windows/Linux with an NVIDIA GPU:_
384
+
385
+ ```terminal
386
+ pip install "InvokeAI[xformers]" --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu121
387
+ ```
388
+
389
+ _For Linux with an AMD GPU:_
390
+
391
+ ```sh
392
+ pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/rocm5.6
393
+ ```
394
+
395
+ _For non-GPU systems:_
396
+ ```terminal
397
+ pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/cpu
398
+ ```
399
+
400
+ _For Macintoshes, either Intel or M1/M2/M3:_
401
+
402
+ ```sh
403
+ pip install InvokeAI --use-pep517
404
+ ```
405
+
406
+ 6. Configure InvokeAI and install a starting set of image generation models (you only need to do this once):
407
+
408
+ ```terminal
409
+ invokeai-configure --root .
410
+ ```
411
+ Don't miss the dot at the end!
412
+
413
+ 7. Launch the web server (do it every time you run InvokeAI):
414
+
415
+ ```terminal
416
+ invokeai-web
417
+ ```
418
+
419
+ 8. Point your browser to http://localhost:9090 to bring up the web interface.
420
+
421
+ 9. Type `banana sushi` in the box on the top left and click `Invoke`.
422
+
423
+ Be sure to activate the virtual environment each time before re-launching InvokeAI,
424
+ using `source .venv/bin/activate` or `.venv\Scripts\activate`.
425
+
426
+ ## Detailed Installation Instructions
427
+
428
+ This fork is supported across Linux, Windows and Macintosh. Linux
429
+ users can use either an Nvidia-based card (with CUDA support) or an
430
+ AMD card (using the ROCm driver). For full installation and upgrade
431
+ instructions, please see:
432
+ [InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_SOURCE/)
433
+
434
+ <a name="migrating-to-3"></a>
435
+ ### Migrating a v2.3 InvokeAI root directory
436
+
437
+ The InvokeAI root directory is where the InvokeAI startup file,
438
+ installed models, and generated images are stored. It is ordinarily
439
+ named `invokeai` and located in your home directory. The contents and
440
+ layout of this directory has changed between versions 2.3 and 3.0 and
441
+ cannot be used directly.
442
+
443
+ We currently recommend that you use the installer to create a new root
444
+ directory named differently from the 2.3 one, e.g. `invokeai-3` and
445
+ then use a migration script to copy your 2.3 models into the new
446
+ location. However, if you choose, you can upgrade this directory in
447
+ place. This section gives both recipes.
448
+
449
+ #### Creating a new root directory and migrating old models
450
+
451
+ This is the safer recipe because it leaves your old root directory in
452
+ place to fall back on.
453
+
454
+ 1. Follow the instructions above to create and install InvokeAI in a
455
+ directory that has a different name from the 2.3 invokeai directory.
456
+ In this example, we will use "invokeai-3"
457
+
458
+ 2. When you are prompted to select models to install, select a minimal
459
+ set of models, such as stable-diffusion-v1.5 only.
460
+
461
+ 3. After installation is complete launch `invokeai.sh` (Linux/Mac) or
462
+ `invokeai.bat` and select option 8 "Open the developers console". This
463
+ will take you to the command line.
464
+
465
+ 4. Issue the command `invokeai-migrate3 --from /path/to/v2.3-root --to
466
+ /path/to/invokeai-3-root`. Provide the correct `--from` and `--to`
467
+ paths for your v2.3 and v3.0 root directories respectively.
468
+
469
+ This will copy and convert your old models from 2.3 format to 3.0
470
+ format and create a new `models` directory in the 3.0 directory. The
471
+ old models directory (which contains the models selected at install
472
+ time) will be renamed `models.orig` and can be deleted once you have
473
+ confirmed that the migration was successful.
474
+
475
+ If you wish, you can pass the 2.3 root directory to both `--from` and
476
+ `--to` in order to update in place. Warning: this directory will no
477
+ longer be usable with InvokeAI 2.3.
478
+
479
+ #### Migrating in place
480
+
481
+ For the adventurous, you may do an in-place upgrade from 2.3 to 3.0
482
+ without touching the command line. ***This recipe does not work on
483
+ Windows platforms due to a bug in the Windows version of the 2.3
484
+ upgrade script.** See the next section for a Windows recipe.
485
+
486
+ ##### For Mac and Linux Users:
487
+
488
+ 1. Launch the InvokeAI launcher script in your current v2.3 root directory.
489
+
490
+ 2. Select option [9] "Update InvokeAI" to bring up the updater dialog.
491
+
492
+ 3. Select option [1] to upgrade to the latest release.
493
+
494
+ 4. Once the upgrade is finished you will be returned to the launcher
495
+ menu. Select option [6] "Re-run the configure script to fix a broken
496
+ install or to complete a major upgrade".
497
+
498
+ This will run the configure script against the v2.3 directory and
499
+ update it to the 3.0 format. The following files will be replaced:
500
+
501
+ - The invokeai.init file, replaced by invokeai.yaml
502
+ - The models directory
503
+ - The configs/models.yaml model index
504
+
505
+ The original versions of these files will be saved with the suffix
506
+ ".orig" appended to the end. Once you have confirmed that the upgrade
507
+ worked, you can safely remove these files. Alternatively you can
508
+ restore a working v2.3 directory by removing the new files and
509
+ restoring the ".orig" files' original names.
510
+
511
+ ##### For Windows Users:
512
+
513
+ Windows Users can upgrade with the
514
+
515
+ 1. Enter the 2.3 root directory you wish to upgrade
516
+ 2. Launch `invoke.sh` or `invoke.bat`
517
+ 3. Select the "Developer's console" option [8]
518
+ 4. Type the following commands
519
+
520
+ ```
521
+ pip install "invokeai @ https://github.com/invoke-ai/InvokeAI/archive/refs/tags/v3.0.0" --use-pep517 --upgrade
522
+ invokeai-configure --root .
523
+ ```
524
+ (Replace `v3.0.0` with the current release number if this document is out of date).
525
+
526
+ The first command will install and upgrade new software to run
527
+ InvokeAI. The second will prepare the 2.3 directory for use with 3.0.
528
+ You may now launch the WebUI in the usual way, by selecting option [1]
529
+ from the launcher script
530
+
531
+ #### Migrating Images
532
+
533
+ The migration script will migrate your invokeai settings and models,
534
+ including textual inversion models, LoRAs and merges that you may have
535
+ installed previously. However it does **not** migrate the generated
536
+ images stored in your 2.3-format outputs directory. To do this, you
537
+ need to run an additional step:
538
+
539
+ 1. From a working InvokeAI 3.0 root directory, start the launcher and
540
+ enter menu option [8] to open the "developer's console".
541
+
542
+ 2. At the developer's console command line, type the command:
543
+
544
+ ```bash
545
+ invokeai-import-images
546
+ ```
547
+
548
+ 3. This will lead you through the process of confirming the desired
549
+ source and destination for the imported images. The images will
550
+ appear in the gallery board of your choice, and contain the
551
+ original prompt, model name, and other parameters used to generate
552
+ the image.
553
+
554
+ (Many kudos to **techjedi** for contributing this script.)
555
+
556
+ ## Hardware Requirements
557
+
558
+ InvokeAI is supported across Linux, Windows and macOS. Linux
559
+ users can use either an Nvidia-based card (with CUDA support) or an
560
+ AMD card (using the ROCm driver).
561
+
562
+ ### System
563
+
564
+ You will need one of the following:
565
+
566
+ - An NVIDIA-based graphics card with 4 GB or more VRAM memory. 6-8 GB
567
+ of VRAM is highly recommended for rendering using the Stable
568
+ Diffusion XL models
569
+ - An Apple computer with an M1 chip.
570
+ - An AMD-based graphics card with 4GB or more VRAM memory (Linux
571
+ only), 6-8 GB for XL rendering.
572
+
573
+ We do not recommend the GTX 1650 or 1660 series video cards. They are
574
+ unable to run in half-precision mode and do not have sufficient VRAM
575
+ to render 512x512 images.
576
+
577
+ **Memory** - At least 12 GB Main Memory RAM.
578
+
579
+ **Disk** - At least 12 GB of free disk space for the machine learning model, Python, and all its dependencies.
580
+
581
+ ## Features
582
+
583
+ Feature documentation can be reviewed by navigating to [the InvokeAI Documentation page](https://invoke-ai.github.io/InvokeAI/features/)
584
+
585
+ ### *Web Server & UI*
586
+
587
+ InvokeAI offers a locally hosted Web Server & React Frontend, with an industry leading user experience. The Web-based UI allows for simple and intuitive workflows, and is responsive for use on mobile devices and tablets accessing the web server.
588
+
589
+ ### *Unified Canvas*
590
+
591
+ The Unified Canvas is a fully integrated canvas implementation with support for all core generation capabilities, in/outpainting, brush tools, and more. This creative tool unlocks the capability for artists to create with AI as a creative collaborator, and can be used to augment AI-generated imagery, sketches, photography, renders, and more.
592
+
593
+ ### *Workflows & Nodes*
594
+
595
+ InvokeAI offers a fully featured workflow management solution, enabling users to combine the power of nodes based workflows with the easy of a UI. This allows for customizable generation pipelines to be developed and shared by users looking to create specific workflows to support their production use-cases.
596
+
597
+ ### *Board & Gallery Management*
598
+
599
+ Invoke AI provides an organized gallery system for easily storing, accessing, and remixing your content in the Invoke workspace. Images can be dragged/dropped onto any Image-base UI element in the application, and rich metadata within the Image allows for easy recall of key prompts or settings used in your workflow.
600
+
601
+ ### Other features
602
+
603
+ - *Support for both ckpt and diffusers models*
604
+ - *SD 2.0, 2.1, XL support*
605
+ - *Upscaling Tools*
606
+ - *Embedding Manager & Support*
607
+ - *Model Manager & Support*
608
+ - *Workflow creation & management*
609
+ - *Node-Based Architecture*
610
+
611
+
612
+ ### Latest Changes
613
+
614
+ For our latest changes, view our [Release
615
+ Notes](https://github.com/invoke-ai/InvokeAI/releases) and the
616
+ [CHANGELOG](docs/CHANGELOG.md).
617
+
618
+ ### Troubleshooting / FAQ
619
+
620
+ Please check out our **[FAQ](https://invoke-ai.github.io/InvokeAI/help/FAQ/)** to get solutions for common installation
621
+ problems and other issues. For more help, please join our [Discord][discord link]
622
+
623
+ ## Contributing
624
+
625
+ Anyone who wishes to contribute to this project, whether documentation, features, bug fixes, code
626
+ cleanup, testing, or code reviews, is very much encouraged to do so.
627
+
628
+ Get started with contributing by reading our [Contribution documentation](https://invoke-ai.github.io/InvokeAI/contributing/CONTRIBUTING/), joining the [#dev-chat](https://discord.com/channels/1020123559063990373/1049495067846524939) or the GitHub discussion board.
629
+
630
+ If you are unfamiliar with how
631
+ to contribute to GitHub projects, we have a new contributor checklist you can follow to get started contributing:
632
+ [New Contributor Checklist](https://invoke-ai.github.io/InvokeAI/contributing/contribution_guides/newContributorChecklist/).
633
+
634
+ We hope you enjoy using our software as much as we enjoy creating it,
635
+ and we hope that some of those of you who are reading this will elect
636
+ to become part of our community.
637
+
638
+ Welcome to InvokeAI!
639
+
640
+ ### Contributors
641
+
642
+ This fork is a combined effort of various people from across the world.
643
+ [Check out the list of all these amazing people](https://invoke-ai.github.io/InvokeAI/other/CONTRIBUTORS/). We thank them for
644
+ their time, hard work and effort.
645
+
646
+ ### Support
647
+
648
+ For support, please use this repository's GitHub Issues tracking service, or join the [Discord][discord link].
649
+
650
+ Original portions of the software are Copyright (c) 2023 by respective contributors.
651
+
@@ -299,7 +299,6 @@ invokeai/backend/util/util.py
299
299
  invokeai/configs/controlnet/cldm_v15.yaml
300
300
  invokeai/configs/controlnet/cldm_v21.yaml
301
301
  invokeai/configs/stable-diffusion/sd_xl_base.yaml
302
- invokeai/configs/stable-diffusion/sd_xl_inpaint.yaml
303
302
  invokeai/configs/stable-diffusion/sd_xl_refiner.yaml
304
303
  invokeai/configs/stable-diffusion/v1-finetune.yaml
305
304
  invokeai/configs/stable-diffusion/v1-finetune_style.yaml
@@ -319,11 +318,11 @@ invokeai/frontend/install/__init__.py
319
318
  invokeai/frontend/install/import_images.py
320
319
  invokeai/frontend/web/__init__.py
321
320
  invokeai/frontend/web/dist/index.html
322
- invokeai/frontend/web/dist/assets/App-BmN0HOJ3.js
323
- invokeai/frontend/web/dist/assets/App-DEu4J2pT.css
324
- invokeai/frontend/web/dist/assets/ThemeLocaleProvider-CLe3PvR9.js
325
- invokeai/frontend/web/dist/assets/ThemeLocaleProvider-DzjsLZSc.css
326
- invokeai/frontend/web/dist/assets/index-CFsX_oMr.js
321
+ invokeai/frontend/web/dist/assets/App-CkAoDdvO.js
322
+ invokeai/frontend/web/dist/assets/App-DI6oCUg0.css
323
+ invokeai/frontend/web/dist/assets/ThemeLocaleProvider-Bsx7ESc2.css
324
+ invokeai/frontend/web/dist/assets/ThemeLocaleProvider-JH9rgKRv.js
325
+ invokeai/frontend/web/dist/assets/index-CaugRhlO.js
327
326
  invokeai/frontend/web/dist/assets/inter-cyrillic-ext-wght-normal-DIEz8p5i.woff2
328
327
  invokeai/frontend/web/dist/assets/inter-cyrillic-wght-normal-BmJJXa8e.woff2
329
328
  invokeai/frontend/web/dist/assets/inter-greek-ext-wght-normal-D5AYLNiq.woff2