Replies: 7 comments 10 replies
-
Very cool, tyvm!
Oh that makes sense, that's why portrait is not yet working? |
Beta Was this translation helpful? Give feedback.
-
This is another big step for controlnet IMO as quite a lot of models now can support batch input for images. |
Beta Was this translation helpful? Give feedback.
-
Actually i tried it and it doesnt work as in comfy, the more images you feed it the more it stacks up and you get distorted noise image , with 10 images you already get noise, in comfy i can have even 20 pics with no issues |
Beta Was this translation helpful? Give feedback.
-
Excuse me, is this problem fixed ? I can't wait to make an instance Lora with FaceID v2 with multi images input |
Beta Was this translation helpful? Give feedback.
-
hi, how to use multi-input in api? |
Beta Was this translation helpful? Give feedback.
-
Is the Multi-input tab not available in Forge? I have batch folder and batch upload but no mutli-input. Can anyone help? |
Beta Was this translation helpful? Give feedback.
-
hi, how to use multi-input in api? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Related discussion: #2478 (comment).
Original request: #2245.
User has requested that we provide a way to easily input the whole directory of images into a unit. This PR partially does that by providing the
Multi-Inputs
tab. Now you can specify a directory with N images. N ControlNet units will be added on generation each unit accepting 1 image from the dir.The feature can be very useful on IPAdapter units, as we can create "instant LoRA" with multiple input images from a directory. Previously, you would need to enable multiple ControlNet units, and upload images one by one. This also paves the way for implementing IPAdapter portrait: tencent-ailab/IP-Adapter@2397f7c.
Note:


You do not need to increase ControlNet unit count to be greater than the number of images in your directory.
Merging 4 images with IPAdapter (weight=0.2), while only have 3 ControlNet unit in settings.
Update (2024/01/21)
A more user friendly UI is implemented in #2533

Beta Was this translation helpful? Give feedback.
All reactions