echomimic icon indicating copy to clipboard operation
echomimic copied to clipboard

Refinement for gpu settings

Open CodeLyokoscj opened this issue 1 year ago • 1 comments

This PR is to provide a unified interface for gpu settings. One can change the value of "device" in default_values of EchoMimic/webgui.py to modify gpu settings easily.

default_values = { "width": 512, "height": 512, "length": 1200, "seed": 420, "facemask_dilation_ratio": 0.1, "facecrop_dilation_ratio": 0.5, "context_frames": 12, "context_overlap": 3, "cfg": 2.5, "steps": 30, "sample_rate": 16000, "fps": 24, "device": "cuda" }

CodeLyokoscj avatar Aug 05 '24 04:08 CodeLyokoscj

how to change batch size or lower the settings?

medalawi avatar Aug 20 '24 18:08 medalawi