Visit ComfyUI Online for ready-to-use ComfyUI environment
Converts text to motion data using MotionGPT AI for realistic human motion sequences in animation and simulation.
The mgpt_t2m
node is designed to convert textual descriptions into motion data using the MotionGPT model. This node leverages advanced AI to interpret and generate human motion sequences based on the provided text prompts. It is particularly useful for AI artists and animators who want to create realistic and complex motion sequences without manually animating each frame. By inputting a descriptive text, the node processes this information and outputs motion data that can be used in various animation and simulation applications. This capability allows for a more intuitive and efficient workflow in creating dynamic and lifelike animations.
This parameter specifies the MotionGPT model to be used for generating the motion data. The model is pre-trained and contains the necessary algorithms to interpret text and produce corresponding motion sequences.
This integer parameter defines the length of the motion sequence to be generated. It ranges from a minimum of 1 to a maximum of 196, with a default value of 196. Adjusting this value will impact the duration and complexity of the generated motion, allowing for shorter or longer sequences as needed.
The seed parameter is an integer used to initialize the random number generator for reproducibility. It ranges from 0 to 0xffffffffffffffff, with a default value of 0. Setting a specific seed ensures that the same input text will always produce the same motion sequence, which is useful for consistency in animations.
This string parameter is the textual description of the motion you want to generate. It supports multiline input and has a default value of "make the person jump and turn around". The text should be descriptive enough to convey the desired motion, as it directly influences the output motion data.
The output parameter motion_data
contains the generated motion data in the form of joint coordinates. This data represents the motion sequence described by the input text and can be used in animation software to create realistic movements. The output is structured as a dictionary with joint positions that can be easily integrated into various animation pipelines.
motion_length
parameter to fit the specific needs of your animation project, whether you need a short action or a longer sequence.mgpt_model
parameter is correctly set and that the model is properly loaded before running the node.motion_length
parameter is set outside the allowed range.motion_length
is within the range of 1 to 196 and adjust it accordingly.text
parameter is left empty.seed
parameter is set outside the valid range.seed
value is within the range of 0 to 0xffffffffffffffff and adjust it if necessary.© Copyright 2024 RunComfy. All Rights Reserved.