Commit Graph

13 Commits (c9335770fce52d83f2b08503368fe2b1370a3aba)

Author SHA1 Message Date
andyxr 66d8501b9c Added required arg to load_image
When using an overlay mask, we were calling load_image but without the required image_box arg. This was causing an exception.
2023-09-01 16:40:42 +01:00
kabachuha bbebcff80a Merge branch 'automatic1111-webui' into pr/809 2023-08-16 21:33:42 +03:00
kabachuha 5f075c810a add License notices 2023-08-12 09:46:20 +03:00
Tomislav Teskac 53a4fbec8d Added init_image_box 2023-07-07 00:00:15 +02:00
kabachuha 47f7140c4d Revert "add license notices"
This reverts commit 37504733b4.
2023-05-20 11:46:21 +03:00
kabachuha 4b07029029 Revert "change contact notices the discord server"
This reverts commit dc0031e1ac.
2023-05-20 11:46:16 +03:00
kabachuha dc0031e1ac change contact notices the discord server 2023-05-20 01:26:40 +03:00
kabachuha 37504733b4 add license notices 2023-05-20 01:21:16 +03:00
Phobos 48144bb9c1 bugfix for wrong mask being used 2023-05-09 00:59:49 +02:00
hithereai 8bfd6b80e7 use frame_idx instead of frame_idx+1 in masks.py 2023-05-08 21:45:22 +03:00
reallybigname 91eae74432 Added support for overlay inverted mask 2023-04-09 12:00:36 -07:00
reallybigname 6660cab053 made overlay masks with online images
now loads init_image and mask_file using load_image function

also fixed issue where you needed an init_image
  - passes image through if no init image
2023-04-09 07:31:49 -07:00
reallybigname b665c36b36 Made overlay_mask work
Overlay mask working properly with static mask or video mask.
- made new masks.py file that we can use to consolidate other mask functions from main render code
- Overlay mask NOW WORKS WITH CADENCE.  I made the function switchable between PIL rgb and np bgr and inject the function during cadence and for normal saves
- I didn't use old code. I just made this work myself.

Fixed one-off issue with hybrid video where the first frame was duplicated. (it became obvious when doing overlay video masking)

re-commented a few lines, removed some whitespace
2023-04-09 03:49:38 -07:00