lllyasviel / lllyasviel/stable-diffusion-webui-forge
Controlnet Batch for IpAdapter is Broken | Only uses 1st image
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
I just did some tests. I took two images set them up in seperate controlnet units with the same weight and fixed my seed. I got a blend of them both.
I then did this as a batch, from what I have read this should behave in the same way, emulating the addition of more controlnet units blended at whatever weight you choose. Doing this with the same images, resulted in a totally different image. I suspected it was only using image 1 of 2 in my batch.
I went then to enable only image one and I indeed found that i was given the same image.
Meaning that ipadapter with image number 1 gave me the same result as using 2 different ones in a batch, therefore it is ignoring all other photos in a batch.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the fixed-seed comparison using two separate ControlNet units, then using the same two images as a batch. Verify whether the batch result matches using only image one; done means all images in the batch contribute equivalently to separate units at the selected weight.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100