Rohit Saini
Rohit Saini
you can use replaykit
change "device": "cuda" to "cpu" in script.py inside extensions/conqui_tts/script.py if you are on MAC because CUDA is for GPU params = { "activate": True, "autoplay": True, "show_text": False, "remove_trailing_dots": False,...
while running with vanilla getting this warning: UserWarning: flash_attn not installed, make sure to replace attention mechanism with torch_attn warnings.warn("flash_attn not installed, make sure to replace attention mechanism with torch_attn")...
i have removed the flash_attn from requirments
> > by the way, if you want to resolve the above installation errors, below works: > > ```shell > > pip install torch torchvision torchaudio > > pip install...
i have changed it to MPS instead of CUDA (i have MacBook Pro M2 16GB) pipe = CogVideoXPipeline.from_pretrained( "THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16).to("mps") after running that i am getting low memory error: RuntimeError:...