-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Regional Prompting #5868
WIP: Regional Prompting #5868
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16e5748 - Browse repository at this point
Copy the full SHA 16e5748View commit details -
Remove use of **kwargs in do_unet_step(...), where full parameter lis…
…t is known and supported.
Configuration menu - View commit details
-
Copy full SHA for e866e3b - Browse repository at this point
Copy the full SHA e866e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf72cee - Browse repository at this point
Copy the full SHA bf72ceeView commit details -
Merge sequential conditioning and cac conditioning logic to eliminate…
… a bunch of duplication.
Configuration menu - View commit details
-
Copy full SHA for ee3abc1 - Browse repository at this point
Copy the full SHA ee3abc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382fa57 - Browse repository at this point
Copy the full SHA 382fa57View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58277c6 - Browse repository at this point
Copy the full SHA 58277c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f590b39 - Browse repository at this point
Copy the full SHA f590b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0326d - Browse repository at this point
Copy the full SHA 7b0326dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef51005 - Browse repository at this point
Copy the full SHA ef51005View commit details -
Initialize a RegionalPromptAttnProcessor2_0 class by copying AttnProc…
…essor2_0 from diffusers.
Configuration menu - View commit details
-
Copy full SHA for ba47880 - Browse repository at this point
Copy the full SHA ba47880View commit details
Commits on Feb 16, 2024
-
Fix a minor bug in the logic of the IPAttnProcessor2_0. The change wo…
…n't have any functional effect, since this attention implementation was only being used for cross-attention, but the logic should be correct now in case we wanted to use it for self-attention.
Configuration menu - View commit details
-
Copy full SHA for 38248b9 - Browse repository at this point
Copy the full SHA 38248b9View commit details -
Add concatenation of multiple text conditioning tensors, and patching…
… of RegionalPromptAttnProcessor2_0 into the UNet.
Configuration menu - View commit details
-
Copy full SHA for caa690e - Browse repository at this point
Copy the full SHA caa690eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 878bbc3 - Browse repository at this point
Copy the full SHA 878bbc3View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d5d370 - Browse repository at this point
Copy the full SHA 2d5d370View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d132fb4 - Browse repository at this point
Copy the full SHA d132fb4View commit details
Commits on Feb 26, 2024
-
Tidy invocation interfaces for RectangleMaskInvocation and AddConditi…
…oningMaskInvocation.
Configuration menu - View commit details
-
Copy full SHA for b0fcbe5 - Browse repository at this point
Copy the full SHA b0fcbe5View commit details
Commits on Feb 27, 2024
-
Handle conditioned and unconditioned text conditioning in the same wa…
…y for regional prompt attention.
Configuration menu - View commit details
-
Copy full SHA for 2966c8d - Browse repository at this point
Copy the full SHA 2966c8dView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfba51a - Browse repository at this point
Copy the full SHA cfba51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54971af - Browse repository at this point
Copy the full SHA 54971afView commit details -
Update various comments related to regional prompting, and delete dup…
…licate _preprocess_regional_prompt_mask(...) function.
Configuration menu - View commit details
-
Copy full SHA for 845c4e9 - Browse repository at this point
Copy the full SHA 845c4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad3e5d - Browse repository at this point
Copy the full SHA cad3e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7ec13f - Browse repository at this point
Copy the full SHA e7ec13fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1b315 - Browse repository at this point
Copy the full SHA ee1b315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ebca5 - Browse repository at this point
Copy the full SHA 53ebca5View commit details
Commits on Feb 29, 2024
-
Move regional prompt concatenation further up the stack. This solves …
…a number of issues.
Configuration menu - View commit details
-
Copy full SHA for 5f49e7a - Browse repository at this point
Copy the full SHA 5f49e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e132afb - Browse repository at this point
Copy the full SHA e132afbView commit details -
Raise a clear error message if prompt-to-prompt cross-attention contr…
…ol is triggered when using multiple prompts.
Configuration menu - View commit details
-
Copy full SHA for e7f7ae6 - Browse repository at this point
Copy the full SHA e7f7ae6View commit details -
Improve the logic for selecting SDXL pooled embeds when handling mult…
…i-region prompts.
Configuration menu - View commit details
-
Copy full SHA for bdf3691 - Browse repository at this point
Copy the full SHA bdf3691View commit details -
Fixup logic around compatibility of prompt-to-prompt, IP-Adapter, reg…
…ional prompting.
Configuration menu - View commit details
-
Copy full SHA for 1bbd4f7 - Browse repository at this point
Copy the full SHA 1bbd4f7View commit details -
Add CustomAttnProcessor2_0 class with simultaneous support for IP-Ada…
…pter and regional prompting.
Configuration menu - View commit details
-
Copy full SHA for f44d3da - Browse repository at this point
Copy the full SHA f44d3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8989a6c - Browse repository at this point
Copy the full SHA 8989a6cView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a1acd4 - Browse repository at this point
Copy the full SHA 4a1acd4View commit details -
Remove use of **kwargs in do_unet_step(...), where full parameter lis…
…t is known and supported.
Configuration menu - View commit details
-
Copy full SHA for 7d96710 - Browse repository at this point
Copy the full SHA 7d96710View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87ff3a - Browse repository at this point
Copy the full SHA d87ff3aView commit details -
Merge sequential conditioning and cac conditioning logic to eliminate…
… a bunch of duplication.
Configuration menu - View commit details
-
Copy full SHA for 8721926 - Browse repository at this point
Copy the full SHA 8721926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e14bd6 - Browse repository at this point
Copy the full SHA 3e14bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c94fb - Browse repository at this point
Copy the full SHA a5c94fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3adf0 - Browse repository at this point
Copy the full SHA 5b3adf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc4ebb - Browse repository at this point
Copy the full SHA ffc4ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 942efa0 - Browse repository at this point
Copy the full SHA 942efa0View commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad18429 - Browse repository at this point
Copy the full SHA ad18429View commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fad379 - Browse repository at this point
Copy the full SHA 5fad379View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 271f8f2 - Browse repository at this point
Copy the full SHA 271f8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d313e5e - Browse repository at this point
Copy the full SHA d313e5eView commit details -
Add positive_self_attn_mask_score and self_attn_adjustment_end_step_p…
…ercent to the prompt nodes.
Configuration menu - View commit details
-
Copy full SHA for a665f20 - Browse repository at this point
Copy the full SHA a665f20View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcfb43e - Browse repository at this point
Copy the full SHA bcfb43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e1a9f - Browse repository at this point
Copy the full SHA 41e1a9fView commit details -
Remove dispatch_progress() function that was added aciidentally durin…
…g conflict resolution.
Configuration menu - View commit details
-
Copy full SHA for 57266d3 - Browse repository at this point
Copy the full SHA 57266d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c334d - Browse repository at this point
Copy the full SHA b5c334dView commit details