Animatediff NSFW motion lora for animated cowgirl position.
Trained with alpha tango v1.2.7 as the base model, based on animatediff v3, so make sure you're applying it as a motion lora on that.
Example images have been interpolated to 64 fps (16 * 4)
Variants:
Regular: Trained on two seconds at 8 fps with 512x512 resolution, should be easy to loop.
Lean back: Trained on one video split into multiple chunks at 16fps, might not loop as well. But should be pretty loopable.
Description
Trained on two seconds at 8 fps with 512x512 resolution, should be easy to loop.
FAQ
Comments (3)
I've tried to run the workflow for both examples but ComfyUI is complaining about a missing execute python node which doesn't show up in the node manager. Would you be willing to provide info for getting that node?
I wasn't aware that the workflow metadata did embed lol. But the "execute python" node is from https://github.com/gitmylo/FlowNodes. I didn't know how to get it registered in comfyui manager though, so it has to be installed though the link instead.
That node specifically, "execute python" runs whatever code it is given, it's suggested not to mess with it if you don't know python. As it could be used for malicious purposes. In the workflow I used it to add the first frame to the end, so when interpolating a looping video, it wouldn't have a jump at the end.
The node should be available in the node manager now, no more need for manual installation.