-
I had an idea to create a music video for a song I've written. So far I've recorded the video of me, processed it using TouchDesigner to create a line art style of the video and then taken that video and saved the frames to images to use in ControlNet. I have my controlnet set to Canny and batch is pointed at the folder where the frames are, named to the effect of frame##### where # is the frame number. When I set the text2image batch, does it step through the controlnet images as it generates from my text2image prompt? Also the batch only goes to 100 and I have a little under 5000 frames. Should I just run a batch of 100 each time and remove the frames from the controlnet batch folder as I go or what? I tried following a youtube tutorial to start with, nearly everything I search for is A1111 or ComfyUI, and attempting to install either of those caused more headaches. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
If you're talking about the Batch Count slider, you can edit that in ui-config.json, by adding a comma to the end of the last line before the |
Beta Was this translation helpful? Give feedback.
-
what you want is to process 3k frames using process batch. why would you need to set batch-size or batch-count for that at all??? |
Beta Was this translation helpful? Give feedback.
If you're talking about the Batch Count slider, you can edit that in ui-config.json, by adding a comma to the end of the last line before the
}
, then adding;"txt2img/Batch count/maximum": 100
to the next line, changing the 100 to a larger value.
eg: