Ryan Dick
|
80db9537ff
|
Rename model_patcher.py -> layer_patcher.py.
|
2024-12-24 15:57:54 +00:00 |
|
Ryan Dick
|
61253b91f1
|
Enable LoRAPatcher.apply_smart_lora_patches(...) throughout the stack.
|
2024-12-24 15:57:54 +00:00 |
|
Ryan Dick
|
dd09509dbd
|
Rename ModelPatcher -> LayerPatcher to avoid conflicts with another ModelPatcher definition.
|
2024-12-17 13:20:19 +00:00 |
|
Ryan Dick
|
7fad4c9491
|
Rename LoRAModelRaw to ModelPatchRaw.
|
2024-12-17 13:20:19 +00:00 |
|
Ryan Dick
|
b820862eab
|
Rename ModelPatcher methods to reflect that they are general model patching methods and are not LoRA-specific.
|
2024-12-17 13:20:19 +00:00 |
|
Ryan Dick
|
c604a0956e
|
Rename LoRAPatcher -> ModelPatcher.
|
2024-12-17 13:20:19 +00:00 |
|
Ryan Dick
|
42f8d6aa11
|
Rename backend/lora/ to backend/patches
|
2024-12-17 13:20:19 +00:00 |
|
dunkeroni
|
34569a2410
|
Make T2I Adapters compatible with x8 resolutions
|
2024-10-27 15:38:22 -04:00 |
|
dunkeroni
|
f245d8e429
|
chore: make ruff
|
2024-10-25 23:43:33 -04:00 |
|
dunkeroni
|
5f015e76ba
|
convert to bgr on sdxl t2i
|
2024-10-25 23:04:17 -04:00 |
|
psychedelicious
|
61496fdcbc
|
fix(nodes): load IP Adapter images as RGB
FLUX IP Adapter only works with RGB. Did the same for non-FLUX to be safe & consistent, though I don't think it's strictly necessary.
|
2024-10-23 08:34:15 +10:00 |
|
Ryan Dick
|
fef26a5f2f
|
Consolidate all LoRA patching logic in the LoRAPatcher.
|
2024-09-15 04:39:56 +03:00 |
|
Ryan Dick
|
2b3e4e123d
|
Split LoRA layer implementations into separate files.
|
2024-09-12 15:53:30 +00:00 |
|
Ryan Dick
|
9a8aca69bf
|
Get a rough version of FLUX inpainting working.
|
2024-09-02 09:38:17 -04:00 |
|
Ryan Dick
|
5a9173f766
|
Merge branch 'main' into stalker-modular_lora
|
2024-07-31 15:13:22 -04:00 |
|
Ryan Dick
|
693a3eaff5
|
Merge branch 'main' into stalker-modular_inpaint-2
|
2024-07-29 10:14:45 -04:00 |
|
Ryan Dick
|
310719eb4c
|
Merge branch 'main' into stalker-modular_t2i_adapter
|
2024-07-28 15:30:00 -04:00 |
|
Sergey Borisov
|
faa88f72bf
|
Make lora as separate extensions
|
2024-07-27 02:39:53 +03:00 |
|
Sergey Borisov
|
5810cee6c9
|
Suggested changes
Co-Authored-By: Ryan Dick <14897797+RyanJDick@users.noreply.github.com>
|
2024-07-26 19:47:28 +03:00 |
|
Sergey Borisov
|
ab0bfa709a
|
Handle loras in modular denoise
|
2024-07-24 05:07:29 +03:00 |
|
Sergey Borisov
|
6af659b1da
|
Handle t2i adapter in modular denoise
|
2024-07-24 02:55:33 +03:00 |
|
Sergey Borisov
|
19c00241c6
|
Use non-inverted mask generally(except inpaint model handling)
|
2024-07-24 00:59:13 +03:00 |
|
Sergey Borisov
|
c323a760a5
|
Suggested changes
Co-Authored-By: Ryan Dick <14897797+RyanJDick@users.noreply.github.com>
|
2024-07-23 23:34:28 +03:00 |
|
Sergey Borisov
|
ca21996a97
|
Remove old seamless class
|
2024-07-23 18:04:33 +03:00 |
|
Sergey Borisov
|
62aa064e56
|
Handle seamless in modular denoise
|
2024-07-23 18:03:59 +03:00 |
|
Ryan Dick
|
e2e47fd606
|
Merge branch 'main' into stalker-modular_controlnet
|
2024-07-23 10:19:12 -04:00 |
|
Ryan Dick
|
db52f5606f
|
Merge branch 'main' into stalker-modular_freeu
|
2024-07-23 09:53:32 -04:00 |
|
Sergey Borisov
|
4e8dcb7a1a
|
Suggested changes
Co-Authored-By: Ryan Dick <14897797+RyanJDick@users.noreply.github.com>
|
2024-07-23 01:46:29 +03:00 |
|
Sergey Borisov
|
87eb018380
|
Revert debug change
|
2024-07-22 23:49:20 +03:00 |
|
Sergey Borisov
|
5003e5d763
|
Same changes as in other PRs, add check for running inpainting on inpaint model without source image
Co-Authored-By: Ryan Dick <14897797+RyanJDick@users.noreply.github.com>
|
2024-07-22 23:47:39 +03:00 |
|
Sergey Borisov
|
58f3072b91
|
Handle inpainting on normal models
|
2024-07-21 22:17:29 +03:00 |
|
Sergey Borisov
|
9e7b470189
|
Handle inpaint models
|
2024-07-21 20:45:55 +03:00 |
|
Sergey Borisov
|
42356ec866
|
Add ControlNet support to denoise
|
2024-07-21 20:01:30 +03:00 |
|
Sergey Borisov
|
e046e60e1c
|
Add FreeU support to denoise
|
2024-07-21 18:31:10 +03:00 |
|
Sergey Borisov
|
9a1420280e
|
Add rescale cfg support to denoise
|
2024-07-21 17:33:43 +03: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 |
|
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 |
|
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 |
|
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
|
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 fa40061eca2d3166996db7c1bb85c0b6a3d2b9a3.
|
2024-06-26 12:51:51 -04:00 |
|
Ryan Dick
|
7c032ea604
|
(minor) Fix some documentation typos.
|
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
|
ceae5fe1db
|
(minor) typo
|
2024-06-25 11:31:52 -07:00 |
|