unit_overrides=[ {"module":"ip-adapter-auto","model":get_model("ip-adapter_sd15"),"image":girl_img,"effective_region_mask":mask_left, }, {"module":"ip-adapter-auto","model":get_model("ip-adapter_sd15"),"image":realistic_girl_face_img,"effective_region_mask":mask_right, }, ]...
[2024-04-30] 🔥[v1.1.446] Effective region mask supported for ControlNet/IPAdapter [Discussion thread: Mikubill#2831] [2024-04-27] 🔥ControlNet-lllite Normal Dsine released [Discussion thread: Mikubill#2813] [2024-04-19] 🔥[v1.1.445] IPAdapter advanced weight [Instant Style] [Disc...
if padding_mask_crop is not None: height, width = self.image_processor.get_default_height_width(image, height, width) crops_coords = self.mask_processor.get_crop_region(mask_image, width, height, pad=padding_mask_crop) resize_mode = "fill" else: crops_coords = None resize_mode...
https://github.com/cubiq/ComfyUI_IPAdapter_plus has support for attn_mask on IP-Adapter to limit the prompt effect to a specific region in the generated image. It is similar to regional prompter, but for IP-Adapter embeddings. In Control...
Add effective_region_mask for ipadapter [API] #3198 Sign in to view logs Summary Jobs build Run details Usage Workflow file Triggered via pull request April 22, 2024 04:02 huchenlei opened #2785 huchenlei:ipadapter_mask Status Success ...
11 12 - [2024-04-30] 🔥[v1.1.446] Effective region mask supported for ControlNet/IPAdapter [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2831] 12 13 - [2024-04-27] 🔥ControlNet-lllite Normal Dsine released [Discussion thread: https://github.com...
- [2024-04-30] 🔥[v1.1.446] Effective region mask supported for ControlNet/IPAdapter [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2831] 78 changes: 78 additions & 0 deletions 78 annotator/depth_anything_v2.py Original file line numberDiff line numberDi...
effective_region_mask=None, pulid_mode=<PuLIDMode.FIDELITY: 'Fidelity'>, union_control_type=<ControlNetUnionControlType.OPENPOSE: 'OpenPose'>, ipadapter_input=None, mask=None, batch_mask_dir=None, animatediff_batch=False, batch_modifiers=[], batch_image_files=[], batch_keyframe_idx=None)...
Sort by:Latest activity Label Filter Categories View all discussions 📣Announcements 💬General 💡Ideas 🗳️Polls 🙏Q&A 🙌Show and tell Most helpful Be sure to mark someone’s comment as an answer if it helps you resolve your question — they deserve the credit!💕 ...
Part of #2700. Now it can be implemented after we have effective_region_mask implemented in #2785.