Loading video...

Video Failed to Load

Go Home

#Viggle is back with an open model — Viggle-Animate — and it’s pretty damn capable. For the first time, they’re releasing weights + code. It replaces characters in video using MiniMax H3. Take a video, grab one frame, manually redraw the character as anything you want, and the model...

47,030 views • 10 days ago •via X (Twitter)

5 Comments

Yun Chen's profile picture
Yun Chen9 days ago

for anyone interested

Eylül demir's profile picture
Eylül demir9 days ago

Wait so you can swap a character from just one edited frame? thats actually insane. whats the link to this app

Derin Lale's profile picture
Derin Lale9 days ago

link please, i wanna test it. been trying random ai apps and most of them were overhyped tbh

Gökhan Demir's profile picture
Gökhan Demir9 days ago

this looks wild, link please

sema🇹🇷's profile picture
sema🇹🇷9 days ago

this is cool but also kinda scary ngl. if it’s open weights what stops people from making fake vids way too easily

Related Videos

I got this custom scorpion rigged, animated and running in my game in one full day with AI. GPT-6 built the entire rig. My part was preparing the model and motion references, then giving feedback. After trying a few approaches, I found a workflow that worked: 1. Give it a model that makes sense. I generated the model with Tripo P2.0, then cleaned it up myself. Low-poly, optimized, split into logical parts. I think that preparation mattered a lot. GPT-6 works on the mesh through code. A manageable vertex count and sensible parts give it a clearer starting point for bone placement and skinning. 2. Show it the movement you want. I took a reference image of the character and used Seedance to generate side-view animation videos. I decided which animations the game needed and selected the takes with the movements I liked. Then I gave GPT-6 the model, the videos and that animation list. There was no existing rig to start from. 3. Compare the animation frame by frame. This was the idea I wanted to test: ask GPT-6 to compare its Blender animation against the reference video frame by frame, from the same view. That gave it concrete poses and timing to work toward. I could point to where the feet should be planted or when the tail should strike. 4. Expect to give feedback. A generated run can look like hopping. An attack can start with a jump you never wanted. Choosing the references matters, and a side view still leaves depth and hidden legs to figure out. It took several iterations. I explained what looked wrong and how I wanted it to move, and GPT-6 kept refining the animation. Once the walk worked, I also had it create left and right strafe animations procedurally from that walk. Those didn't need their own reference videos. By the end of the day, the creature was in Unity. I've recorded the full workflow, including the Blender setup and feedback process:

Stefan 3D AI

12,108 views • 3 days ago

This is probably the most complex workflow I’ve ever built, only with open-source tools. It took my 4 days. It takes four inputs: author, title, and style; and generates a full visual animated story in one click in ComfyUI . I worked on it for four days. There are still some bugs, but here’s the first preview. Here’s a quick breakdown: - The four inputs are sent to LLMs with precise instructions to generate: first, prompts for images and image modifications; second, prompts for animations; third, prompts for generating music. - All voices are generated from the text and timed precisely, as they determine the length of each animation segment. - The first image and video are generated to serve as the title, but also as the guide for all other images created for the video. - Titles and subtitles are also added automatically in Comfy. - I also developed a lot of custom nodes for minor frame calculations, mostly to match audio and video. - The full system is a large loop that, for each line of text, generates an image and then a video from that image. The loop was the hardest part to build in this workflow, so it can process either a 20-second video or a 2-minute video with the same input. - There are multiple combinations of LLMs that try to understand the text in the best way to provide the best prompts for images and video. - The final video is assembled entirely within ComfyUI. - The music is generated based on the LLM output and matches the exact timing of the full animation. - Done! For reference, this workflow uses a lot of models and only works on an RTX 6000 Pro with plenty of RAM. My goal is not to replace humans, as I’ll try to explain later, this workflow is highly controlled and can be adapted or reworked at any point by real artists! My aim was to create a tool that can animate text in one go, allowing the AI some freedom while keeping a strict flow. I don’t know yet how I’ll share this workflow with people, I still need to polish it properly, but maybe through Patreon. Anyway, I hope you enjoy my research, and let’s always keep pushing further! :)

Lovis Odin

58,841 views • 1 year ago