Ryan Dick
|
2966c8de2c
|
Handle conditioned and unconditioned text conditioning in the same way for regional prompt attention.
|
2024-02-27 18:16:01 -05:00 |
|
Ryan Dick
|
b0fcbe552e
|
Tidy invocation interfaces for RectangleMaskInvocation and AddConditioningMaskInvocation.
|
2024-02-26 17:34:37 -05:00 |
|
Ryan Dick
|
2d5d370f38
|
Route masks into the RegionalPromptAttnProcessor2_0 processors.
|
2024-02-16 19:35:24 -05:00 |
|
Ryan Dick
|
f590b39f88
|
Add support for a list of ConditioningFields in DenoiseLatents.
|
2024-02-15 14:41:54 -05:00 |
|
Ryan Dick
|
16e574825c
|
Fix avoid storing extra conditioning info in two places.
|
2024-02-14 15:34:15 -05:00 |
|
Damian Stewart
|
0beb08686c
|
Add CFG Rescale option for supporting zero-terminal SNR models (#4335)
* add support for CFG rescale
* fix typo
* move rescale position and tweak docs
* move input position
* implement suggestions from github and discord
* cleanup unused code
* add back dropped FieldDescription
* fix(ui): revert unrelated UI changes
* chore(nodes): bump denoise_latents version 1.4.0 -> 1.5.0
* feat(nodes): add cfg_rescale_multiplier to metadata node
* feat(ui): add cfg rescale multiplier to linear UI
- add param to state
- update graph builders
- add UI under advanced
- add metadata handling & recall
- regen types
* chore: black
* fix(backend): make `StableDiffusionGeneratorPipeline._rescale_cfg()` staticmethod
This doesn't need access to class.
* feat(backend): add docstring for `_rescale_cfg()` method
* feat(ui): update cfg rescale mult translation string
---------
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
|
2023-11-30 20:55:20 +11:00 |
|
Ryan Dick
|
8464450a53
|
Add support for multi-image IP-Adapter.
|
2023-10-14 12:50:33 -04:00 |
|
Ryan Dick
|
78828b6b9c
|
WIP - Accept a list of IPAdapterFields in DenoiseLatents.
|
2023-10-06 20:43:43 -04:00 |
|
Ryan Dick
|
50a0691514
|
flake8
|
2023-09-08 18:05:31 -04:00 |
|
Ryan Dick
|
b2d5b53b5f
|
Pass IP-Adapter conditioning via cross_attention_kwargs instead of concatenating to the text embedding. This avoids interference with other features that manipulate the text embedding (e.g. long prompts).
|
2023-09-08 11:47:36 -04:00 |
|
Ryan Dick
|
ddc148b70b
|
Move ConditioningData and its field classes to their own file. This will allow new conditioning types to be added more cleanly without introducing circular dependencies.
|
2023-09-08 11:00:11 -04:00 |
|