Mike Carnohan

Results 14 comments of Mike Carnohan

I will tackle Indonesian (ID) soon. And get it posted here. Is it possible to modify the tooltips in a future revision? They are a bit difficult to read at...

Let me know when you have a build ready to test. I'll give you a full report (including setups tested and findings).

> This did the trick for me. Upgrade Pip, wheel, tools etc. python3 -m pip install --upgrade pip python3 -m pip install wheel Install the TensorRT Python wheel. python3 -m...

Thanks @Spr-Peach! Install StreamDiffusion (latest version, recommended): ``` pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt] ``` Results in (as of 5/31/2024): `DEPRECATION: git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt] contains an egg fragment with a non-PEP 508 name pip 25.0...

Also, if people are running into issues installing 11.8 CUDA-compatible TensorRT tools at this step (or any related step): ``` python -m streamdiffusion.tools.install-tensorrt ``` They can try this install method......

Never mind... I had not run npm i & npm run build (prior). Once I did, the requirements installed without issue. This issue can be closed.

To clarify, running SD without TensorRT works fine. SD-Turbo works fine. And other optimized (tensor-based) models work fine. The memory problem only comes up under SD + TensorRT builds.

Yes, but directly in the Queue tab, so that tracks can be played (and sorted) directly. It's not currently clear what purpose the Library tab serves, since it seems unrelated...

![MUSIC_CASTER](https://github.com/elibroftw/music-caster/assets/39128541/c914d8c5-bd82-420b-826f-52c98b145e24) This is a quick mock-up of how to transform the interface to simplify it, and add the newly requested column sorting functionality.

You can update the add to queue dialog to include URL as as option (there are open dialog options that allow for a local file, or a URL), and in...