Replies: 8 comments 21 replies
-
This is what I do:
Looks awesome so far regardless! |
Beta Was this translation helpful? Give feedback.
-
Thanks to Lonica Mewinsky's advice, I succeeded in automatically putting color image sequences into Img2Img inputs. thank you! I'll have to test it out to see if I can get the results I want. |
Beta Was this translation helpful? Give feedback.
-
Hi. I'd like to use your script version (I prefer to work with sequences of images instead of videos too). |
Beta Was this translation helpful? Give feedback.
-
You can check my script: https://github.com/OedoSoldier/enhanced-img2img It can not only input image sequences with ControlNet but also mask sequences, captions from files, etc. And multi-frame rendering is also incluede. |
Beta Was this translation helpful? Give feedback.
-
With the help of many wonderful people, I was able to add the functionality I wanted to the script! Below is an animation created by inputting openpose motion and color image sequences separately. Script : https://toyxyz.gumroad.com/l/jydvk s._2.mp4 |
Beta Was this translation helpful? Give feedback.
-
Ben racking my brain trying to figure out why the script shows up as a duplicate of the default M2M when I install it. All of the dependencies are met. I can't figure it out. |
Beta Was this translation helpful? Give feedback.
-
I'm really struggling to get the script to work. It seems like the intended use is to do a first run to get the pose images and then use those as input? But when I put any folder in ControlNet-0 I get IndexError: list index out of range. I guess I'm not actually understanding how to use this step by step. I must have read through your gumroad page 20 times trying to figure out what I'm doing wrong. Any advice? |
Beta Was this translation helpful? Give feedback.
-
Thank you for continuing to answer by questions! |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create an animation using multi-controlnet.
After using the ControlNet M2M script, I found it difficult to match the frames, so I modified the script slightly to allow image sequences to be input and output. I'm very new to Python, so I don't know if I modified it correctly, but it works as intended. Using this script I can img2img a sequence of images from multiple controlnets.
But I can't quite figure out how to change the input image of Img2Img, not controlnet. I want to put a sequence of images in a specific path into the input field of Img2Img one after another. Is there anyone who can give me some advice?
Animation created using a modified M2M script.
a.2_1.mp4
The ControlNet M2M code I modified is shown below.
Beta Was this translation helpful? Give feedback.
All reactions