ezra-ch

Results 8 comments of ezra-ch

same issue ```Loading the extension "whisper_stt"... Ok. Loading the extension "elevenlabs_tts"... Fail. Traceback (most recent call last): File "G:\LLM_ui\oobabooga_windows\text-generation-webui\modules\extensions.py", line 33, in load_extensions exec(f"import extensions.{name}.script") File "", line 1, in...

i solved it by editing the elevenlabs scrip.py from from elevenlabslib.helpers import save_byte_to_path to elevenlabslib.helpers import *

actually it just fix the extension failing to load problem. and i got new errors ```Traceback (most recent call last): File "G:\LLM_ui\oobabooga_windows\installer_files\env\lib\site-packages\gradio\routes.py", line 395, in run_predict output = await app.get_blocks().process_api(...

this error is due to the function being removed from the library: https://github.com/lugia19/elevenlabslib/commit/b4d3993939efc00c5261986443fc7a077431fd90 even with using the new function save_audio_bytes i get this flush error ```AttributeError: 'WindowsPath' object has no...

bump, please add this. latency is really bad for desktop use.

i cant seem to use the motion_module_pe_multiplier feature ```pretrained_model_path: models\StableDiffusion\stable-diffusion-v1-5 motion_module: models\Motion_Module\mmv1.5.pth output_dir: models\Motion_Module\fff2 train_data: video_path: data/fff2.mp4 prompt: girl n_sample_frames: 48 width: 512 height: 512 sample_start_idx: 0 sample_frame_rate: 1 #rate...