Process only control net (reference_frames)? #15
Replies: 5 comments 3 replies
-
Here is an image to help describe workflow. You can see how using dummy images sometimes makes the pose use the image pose rather than the CN info. See ghost feet in Alpha =1 image. If the script would not interfere with the pose, using dummy images would be fine. Otherwise it would be better to ignore the input frames and only use the txt2img prompt for the CN input. |
Beta Was this translation helpful? Give feedback.
-
I have found the same problem, it seems that even when |
Beta Was this translation helpful? Give feedback.
-
It's a common error for SD img2img to suddenly appear with a backside view during a frame of a video, and control net can't fix this completely. This was suppressed by adding words like "face to viewer" to prompt and "from behind" to negative prompt. From personal experience, the best way to curb this is to tag all backside views in the training set when training the model, or not use any backside images at all. |
Beta Was this translation helpful? Give feedback.
-
All true. Less concerned with the backwards pose and more the style changes in the uniform. I think in this case the extra info is confusing the Ai and this is why the outfit changes so much and the backwards pose comes in. Compared to the first gif that I did with txt2img or even by hand with img2img. Again what I really need is to batch the control net directories straight through txt2img. In the mean time, I think I will use the white input images for now, it seems the most consistent. I can build a good data set from that and color the uniform other ways afterwords. Thank you agin for this script. I would have to do this by hand otherwise. I would not want to do that for more than 10 frames though. =] |
Beta Was this translation helpful? Give feedback.
-
Update on the status. For my record really. After training a more consistent character first loop: |
Beta Was this translation helpful? Give feedback.
-
I really love this script.
I would like to modify it to not superimpose images from input_dir with images from reference_frames_dir.
I would like it to only process images from reference_frames_dir.
I am using the prompt to create a character then using multi control net to animate the character. I have three directories of animated frames for pose, depth and canny.
With the way the script is so far I can set the superimpose alpha to 1 but the images from input_dir still affect the output.
If the images in the input_dir are white or completely transparent png the characters cloths are drawn white.
I would really just like them ignored completely to generate the first animation with 1 loop controlled only by the prompt and control net.
The plan is to use the output of that one loop of animated character turning back on the input_dir to process another batch with 10 loops.
I can post images to explain better my work flow when I have some time.
Thank you for this script,
R
Beta Was this translation helpful? Give feedback.
All reactions