Ryan Dick
|
a8cc5caf96
|
Fix function call that we forgot to update in https://github.com/invoke-ai/InvokeAI/pull/6606
|
2024-07-19 17:07:52 -04:00 |
|
Ryan Dick
|
78d2b1b650
|
Merge branch 'main' into stalker-backend_base
|
2024-07-19 16:25:20 -04:00 |
|
Ryan Dick
|
e16faa6370
|
Add gradient blending to tile seams in MultiDiffusion.
|
2024-07-19 13:05:50 -07:00 |
|
Sergey Borisov
|
0c56d4a581
|
Ryan's suggested changes to extension manager/extensions
Co-Authored-By: Ryan Dick <14897797+RyanJDick@users.noreply.github.com>
|
2024-07-18 23:49:44 +03:00 |
|
StAlKeR7779
|
710dc6b487
|
Merge branch 'main' into stalker7779/backend_base
|
2024-07-18 01:08:04 +03:00 |
|
Sergey Borisov
|
2ef3b49a79
|
Add run cancelling logic to extension manager
|
2024-07-17 04:39:15 +03:00 |
|
Sergey Borisov
|
79e35bd0d3
|
Minor fixes
|
2024-07-17 03:48:37 +03:00 |
|
Ryan Dick
|
6b0ca88177
|
Merge branch 'main' into ryan/spandrel-upscale-tiling
|
2024-07-16 15:40:14 -04:00 |
|
Ryan Dick
|
81991e072b
|
Merge branch 'main' into ryan/spandrel-upscale
|
2024-07-16 15:14:08 -04:00 |
|
Sergey Borisov
|
cec345cb5c
|
Change attention processor apply logic
|
2024-07-16 20:03:29 +03:00 |
|
Sergey Borisov
|
608cbe3f5c
|
Separate inputs in denoise context
|
2024-07-16 19:30:29 +03:00 |
|
Sergey Borisov
|
9f088d1bf5
|
Multiple small fixes
|
2024-07-16 00:51:25 +03:00 |
|
Sergey Borisov
|
499e4d4fde
|
Add preview extension to check logic
|
2024-07-13 00:45:04 +03:00 |
|
Sergey Borisov
|
3a9dda9177
|
Renames
|
2024-07-12 22:44:00 +03:00 |
|
Sergey Borisov
|
87e96e1be2
|
Rename modifiers to callbacks, convert order to int, a bit unify injection points
|
2024-07-12 22:01:05 +03:00 |
|
Sergey Borisov
|
9cc852cf7f
|
Base code from draft PR
|
2024-07-12 20:31:26 +03:00 |
|
psychedelicious
|
712cf00a82
|
fix(app): vae tile size field description
|
2024-07-12 06:30:27 -07:00 |
|
Ryan Dick
|
0428ce73a9
|
Add early cancellation to SpandrelImageToImageInvocation.
|
2024-07-11 15:42:33 -04:00 |
|
Ryan Dick
|
d0d2955992
|
Reduce peak VRAM utilization of SpandrelImageToImageInvocation.
|
2024-07-10 14:25:19 -04:00 |
|
Ryan Dick
|
d868d5d584
|
Make SpandrelImageToImage tiling much faster.
|
2024-07-10 14:25:19 -04:00 |
|
Ryan Dick
|
ab775726b7
|
Add tiling support to the SpoandrelImageToImage node.
|
2024-07-10 14:25:19 -04:00 |
|
Ryan Dick
|
7b5d4935b4
|
Merge branch 'main' into ryan/spandrel-upscale
|
2024-07-09 13:47:11 -04:00 |
|
Ryan Dick
|
ecbff2aa44
|
Whoops... forgot to commit this file.
|
2024-07-05 14:57:05 -04:00 |
|
Ryan Dick
|
d09999736c
|
Rename spandrel models to 'Image-to-Image Model' throughout the UI.
|
2024-07-05 14:04:08 -04:00 |
|
Ryan Dick
|
35f8781ea2
|
Fix static type errors with SCHEDULER_NAME_VALUES. And, avoid bi-directional cross-directory imports, which contribute to circular import issues.
|
2024-07-05 07:38:35 -07:00 |
|
Ryan Dick
|
1d449097cc
|
Apply ruff rule to disallow all relative imports.
|
2024-07-04 09:35:37 -04:00 |
|
Ryan Dick
|
9da5925287
|
Add ruff rule to disallow relative parent imports.
|
2024-07-04 09:35:37 -04:00 |
|
Ryan Dick
|
6161aa73af
|
Move pil_to_tensor() and tensor_to_pil() utilities to the SpandrelImageToImage class.
|
2024-07-03 16:28:21 -04:00 |
|
Ryan Dick
|
504a42fe61
|
typo: fix UIType on Spandrel Upscaling node.
|
2024-07-03 16:28:21 -04:00 |
|
Ryan Dick
|
29c8ddfb88
|
WIP - A bunch of boilerplate to support Spandrel Image-to-Image models throughout the model manager and the frontend.
|
2024-07-03 16:28:21 -04:00 |
|
Ryan Dick
|
95079dc7d4
|
Use a ModelIdentifierField to identify the spandrel model in the UpscaleSpandrelInvocation.
|
2024-07-03 16:28:21 -04:00 |
|
Ryan Dick
|
c1afe35704
|
Add prototype invocation for running upscaling models with spandrel.
|
2024-07-03 16:28:21 -04:00 |
|
Ryan Dick
|
3752509066
|
Expose the VAE tile_size on the VAE encode and decode invocations.
|
2024-07-02 09:07:03 -04:00 |
|
Ryan Dick
|
79640ba14e
|
Add context manager for overriding VAE tiling params.
|
2024-07-02 09:07:03 -04:00 |
|
Ryan Dick
|
bd74b84cc5
|
Revert "Remove the redundant init_timestep parameter that was being passed around. It is simply the first element of the timesteps array."
This reverts commit fa40061eca .
|
2024-06-26 12:51:51 -04:00 |
|
Ryan Dick
|
b9946e50f9
|
Use image-space tile dimensions on the TiledMultiDiffusionDenoiseLatents invocation. This is more natural for many users.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
06f49a30f6
|
Mark TiledMultiDiffusionDenoiseLatents as a Beta node.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
e1af78c702
|
Make the tile_overlap input to MultiDiffusion *strictly* control the amount of overlap rather than being a lower bound.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
7c032ea604
|
(minor) Fix some documentation typos.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
c5ee415607
|
Add progress image callbacks to TiledMultiDiffusionDenoiseLatentsInvocation.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
fa40061eca
|
Remove the redundant init_timestep parameter that was being passed around. It is simply the first element of the timesteps array.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
7cafd78d6e
|
Revert "Expose vae_decode(...) as a staticmethod on LatentsToImageInvocation."
This reverts commit 753239b48d .
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
8a43656cf9
|
(minor) Address a few small TODOs.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
bd3b6ca11b
|
Remove TiledStableDiffusionRefineInvocation. It was a proof-of-concept that has been superseded by TiledMultiDiffusionDenoiseLatents.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
ceae5fe1db
|
(minor) typo
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
c22526b9d0
|
Fix handling of stateful schedulers in MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
c881882f73
|
Connect TiledMultiDiffusionDenoiseLatents to the MultiDiffusionPipeline backend.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
80a67572f1
|
Fix invocation name of tiled_multi_diffusion_denoise_latents.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
60ac937698
|
Improve clarity of comments regarded when 'noise' and 'latents' are expected to be set.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
196f3b721d
|
Stricter typing for the is_gradient_mask: bool.
|
2024-06-25 11:31:52 -07:00 |
|