CoolFace
Apppublic

OpenMotionLab/MotionGPT

sourceHugging Facemitupdated 1y agoView on Hugging Face
118likes
render.yaml24 linesDownload Raw Back to configs
1NAME: '___render_do_not_need_name__' # Experiment name2ACCELERATOR: 'gpu' # Devices optioncal: “cpu”, “gpu”, “tpu”, “ipu”, “hpu”, “mps, “auto”3DEVICE: [0] # Index of gpus eg. [0] or [0,1,2,3]4 5RENDER:6  FOLDER: '___no_need__'7  INPUT_MODE: 'npy'8  DIR: ''9  NPY: '___no_need__'10  DENOISING: True11  OLDRENDER: True12  # ["ultra", "high", "med", "low"]13  # RES: 'high'14  RES: 'med'15  DOWNSAMPLE: False16  FPS: 20.017  CANONICALIZE: True18  EXACT_FRAME: 0.519  NUM: 820  MODE: '___no_need__' #sequence frame video21  VID_EXT: mp422  ALWAYS_ON_FLOOR: false23  GT: false24